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
|
{'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
36264ebb244..972b605a4ab master -> origin/master
Updating 36264ebb244..972b605a4ab
Fast-forward
.../libimobiledevice-1.3.0-r1.ebuild | 13 +-
dev-python/gmpy/gmpy-2.1.0_beta5.ebuild | 12 +-
dev-python/gmpy/metadata.xml | 34 ++---
media-gfx/blender/blender-2.83.12.ebuild | 2 +-
media-gfx/blender/blender-2.91.2.ebuild | 2 +-
media-libs/openimageio/Manifest | 7 +-
media-libs/openimageio/openimageio-2.2.10.1.ebuild | 155 ---------------------
...2.2.11.1.ebuild => openimageio-2.2.13.1.ebuild} | 0
...2.2.10.0.ebuild => openimageio-2.2.14.0.ebuild} | 2 +-
.../openimageio/openimageio-2.2.8.0-r1.ebuild | 155 ---------------------
.../openimageio/openimageio-2.2.9.0-r1.ebuild | 155 ---------------------
net-libs/ldns/ldns-1.7.1-r2.ebuild | 2 +-
net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 +-
sys-fs/fuse/fuse-3.10.3.ebuild | 2 +-
14 files changed, 33 insertions(+), 510 deletions(-)
delete mode 100644 media-libs/openimageio/openimageio-2.2.10.1.ebuild
rename media-libs/openimageio/{openimageio-2.2.11.1.ebuild => openimageio-2.2.13.1.ebuild} (100%)
rename media-libs/openimageio/{openimageio-2.2.10.0.ebuild => openimageio-2.2.14.0.ebuild} (98%)
delete mode 100644 media-libs/openimageio/openimageio-2.2.8.0-r1.ebuild
delete mode 100644 media-libs/openimageio/openimageio-2.2.9.0-r1.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
|