1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'official'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync guru
*** syncing guru
From https://anongit.gentoo.org/git/repo/proj/guru
c2fa7bfe6..cbcd62313 master -> origin/master
Updating c2fa7bfe6..cbcd62313
Fast-forward
dev-python/jsonpath-rw/Manifest | 2 +-
...rw-1.4.0.ebuild => jsonpath-rw-1.4.0-r1.ebuild} | 26 ++----
dev-util/bruno-bin/bruno-bin-1.9.0-r1.ebuild | 81 +++++++++++++++++
dev-util/bruno-bin/bruno-bin-1.9.0.ebuild | 13 ++-
games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild | 53 +++++++++++
www-client/nyxt/Manifest | 2 +-
www-client/nyxt/nyxt-3.11.3.ebuild | 87 ++++++++++++++++++
www-client/nyxt/nyxt-3.8.0.ebuild | 100 ---------------------
8 files changed, 242 insertions(+), 122 deletions(-)
rename dev-python/jsonpath-rw/{jsonpath-rw-1.4.0.ebuild => jsonpath-rw-1.4.0-r1.ebuild} (50%)
create mode 100644 dev-util/bruno-bin/bruno-bin-1.9.0-r1.ebuild
create mode 100644 games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild
create mode 100644 www-client/nyxt/nyxt-3.11.3.ebuild
delete mode 100644 www-client/nyxt/nyxt-3.8.0.ebuild
*** synced guru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 guru
* Cache regenerated successfully
|