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
|
{'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.12.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
c2eb9483cac..8c9213e8c48 master -> origin/master
Updating c2eb9483cac..8c9213e8c48
Fast-forward
....1.34-r5.ebuild => virtualbox-6.1.34-r6.ebuild} | 7 -
app-office/gtg/Manifest | 2 +-
app-office/gtg/gtg-0.5.ebuild | 4 +-
.../gtg/{gtg-0.4.0.ebuild => gtg-0.6.ebuild} | 28 ++--
dev-cpp/range-v3/Manifest | 1 +
dev-cpp/range-v3/files/0.12.0-fix-any-1.patch | 31 ++++
dev-cpp/range-v3/files/0.12.0-fix-any-2.patch | 156 +++++++++++++++++++++
dev-cpp/range-v3/range-v3-0.12.0.ebuild | 46 ++++++
dev-lang/python/python-3.8.13_p2.ebuild | 2 +-
dev-python/caldav/Manifest | 1 +
dev-python/caldav/caldav-0.9.1.ebuild | 40 ++++++
dev-python/caldav/metadata.xml | 13 ++
profiles/package.mask | 4 -
13 files changed, 308 insertions(+), 27 deletions(-)
rename app-emulation/virtualbox/{virtualbox-6.1.34-r5.ebuild => virtualbox-6.1.34-r6.ebuild} (99%)
rename app-office/gtg/{gtg-0.4.0.ebuild => gtg-0.6.ebuild} (66%)
create mode 100644 dev-cpp/range-v3/files/0.12.0-fix-any-1.patch
create mode 100644 dev-cpp/range-v3/files/0.12.0-fix-any-2.patch
create mode 100644 dev-cpp/range-v3/range-v3-0.12.0.ebuild
create mode 100644 dev-python/caldav/Manifest
create mode 100644 dev-python/caldav/caldav-0.9.1.ebuild
create mode 100644 dev-python/caldav/metadata.xml
*** 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
|