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
41
42
43
44
|
{'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
22c91247a..1887bf52f master -> origin/master
30b5af1d5..1887bf52f dev -> origin/dev
Updating 22c91247a..1887bf52f
Fast-forward
app-crypt/sac-core/Manifest | 1 +
.../files/safenetauthenticationclient.service | 8 ++
app-crypt/sac-core/metadata.xml | 17 ++++
app-crypt/sac-core/sac-core-10.8.1050.ebuild | 73 ++++++++++++++++
gui-wm/swayfx/Manifest | 1 -
gui-wm/swayfx/swayfx-0.3.ebuild | 99 ----------------------
gui-wm/swayfx/swayfx-0.4.ebuild | 11 ++-
sys-apps/dool/Manifest | 1 +
sys-apps/dool/dool-1.3.1.ebuild | 60 +++++++++++++
sys-apps/dool/dool-9999.ebuild | 15 +---
10 files changed, 173 insertions(+), 113 deletions(-)
create mode 100644 app-crypt/sac-core/Manifest
create mode 100644 app-crypt/sac-core/files/safenetauthenticationclient.service
create mode 100644 app-crypt/sac-core/metadata.xml
create mode 100644 app-crypt/sac-core/sac-core-10.8.1050.ebuild
delete mode 100644 gui-wm/swayfx/swayfx-0.3.ebuild
create mode 100644 sys-apps/dool/dool-1.3.1.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
|