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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
pkgcore 0.11.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
c8d723b7d68..f9eec8fa4a7 master -> origin/master
Updating c8d723b7d68..f9eec8fa4a7
Fast-forward
app-admin/sysstat/sysstat-12.5.3.ebuild | 2 +-
....26.4220_p20201212102434_p20201219202429.ebuild | 2 +-
dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild | 2 +-
dev-lisp/clozurecl/Manifest | 2 +
dev-lisp/clozurecl/clozurecl-1.12.1.ebuild | 81 ++++
.../Devel-OverloadInfo-0.5.0.ebuild | 2 +-
.../Devel-StackTrace-2.40.0.ebuild | 2 +-
.../Digest-CRC/Digest-CRC-0.220.0_p2-r1.ebuild | 2 +-
dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild | 2 +-
dev-python/dulwich/Manifest | 2 -
dev-python/dulwich/dulwich-0.20.20.ebuild | 56 ---
dev-python/dulwich/dulwich-0.20.21.ebuild | 2 +-
dev-python/dulwich/dulwich-0.20.22.ebuild | 54 ---
.../requests-cache/requests-cache-0.6.3.ebuild | 1 +
dev-python/sip/sip-4.19.25.ebuild | 2 +-
dev-util/github-cli/Manifest | 42 ++
dev-util/github-cli/github-cli-1.10.3.ebuild | 496 +++++++++++++++++++++
dev-util/rebar-bin/Manifest | 2 +-
...r-bin-3.15.1.ebuild => rebar-bin-3.16.1.ebuild} | 2 +-
dev-vcs/git/git-2.31.1.ebuild | 2 +-
.../libopenshot-audio-0.2.0.ebuild | 2 +-
media-libs/libopenshot/libopenshot-0.2.5-r1.ebuild | 2 +-
media-libs/portmidi/portmidi-234.ebuild | 2 +-
media-radio/svxlink/svxlink-19.09.2.ebuild | 2 +-
media-video/openshot/openshot-2.5.1.ebuild | 2 +-
net-fs/samba/samba-4.13.9.ebuild | 2 +-
net-mail/mailutils/mailutils-3.12-r1.ebuild | 2 +-
net-misc/openssh/openssh-8.6_p1-r1.ebuild | 2 +-
sys-apps/hwinfo/Manifest | 1 +
sys-apps/hwinfo/hwinfo-21.74.ebuild | 61 +++
sys-apps/sdparm/sdparm-1.12.ebuild | 2 +-
sys-libs/gdbm/gdbm-1.19.ebuild | 2 +-
sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild | 2 +-
sys-libs/libcap/libcap-2.49.ebuild | 2 +-
sys-libs/libutempter/libutempter-1.2.1.ebuild | 2 +-
35 files changed, 709 insertions(+), 137 deletions(-)
create mode 100644 dev-lisp/clozurecl/clozurecl-1.12.1.ebuild
delete mode 100644 dev-python/dulwich/dulwich-0.20.20.ebuild
delete mode 100644 dev-python/dulwich/dulwich-0.20.22.ebuild
create mode 100644 dev-util/github-cli/github-cli-1.10.3.ebuild
rename dev-util/rebar-bin/{rebar-bin-3.15.1.ebuild => rebar-bin-3.16.1.ebuild} (89%)
create mode 100644 sys-apps/hwinfo/hwinfo-21.74.ebuild
*** synced gentoo
* 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 gentoo
* Cache regenerated successfully
|