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
|
{'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'}
$ pmaint sync gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
0a0b0367e8f..4613787b3a0 master -> origin/master
Updating 0a0b0367e8f..4613787b3a0
Fast-forward
...xpert-mode-and-the-remaining-Analyze-code.patch | 108 +++++
dev-libs/libcec/libcec-4.0.2-r2.ebuild | 2 +-
dev-python/BitVector/BitVector-3.4.7.ebuild | 2 +-
dev-python/ansi2html/ansi2html-1.4.2.ebuild | 2 +-
dev-python/boto3/boto3-1.7.19.ebuild | 2 +-
dev-python/botocore/botocore-1.10.19.ebuild | 2 +-
dev-python/flipflop/flipflop-1.0.ebuild | 6 +-
dev-python/formencode/formencode-1.3.0-r2.ebuild | 4 +-
dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 2 +-
dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild | 6 +-
.../gcs-oauth2-boto-plugin-2.1-r1.ebuild | 51 +++
dev-python/glance_store/glance_store-0.23.0.ebuild | 5 +-
dev-python/os-brick/os-brick-2.3.1.ebuild | 2 +-
dev-python/os-win/os-win-3.0.1.ebuild | 2 +-
dev-python/oslo-context/oslo-context-2.20.0.ebuild | 2 +-
dev-python/oslo-log/oslo-log-3.36.0.ebuild | 2 +-
.../oslo-privsep/oslo-privsep-1.27.0-r1.ebuild | 2 +-
.../oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild | 2 +-
dev-python/oslo-service/oslo-service-1.29.0.ebuild | 2 +-
dev-python/oslo-vmware/oslo-vmware-2.26.0.ebuild | 2 +-
.../python-cinderclient-3.5.0.ebuild | 2 +-
.../python-swiftclient-3.5.0.ebuild | 2 +-
dev-python/pyzor/pyzor-1.0.0-r1.ebuild | 2 +-
.../retry-decorator/retry-decorator-1.0.0.ebuild | 4 +-
dev-util/dejagnu/dejagnu-1.6.ebuild | 2 +-
.../files/rhythmbox-3.4.2-gstreamer-1.14.patch | 455 +++++++++++++++++++++
media-sound/rhythmbox/rhythmbox-3.4.2.ebuild | 4 +
sci-libs/libsvm/libsvm-3.22.ebuild | 2 +-
sys-devel/gdb/gdb-8.1-r1.ebuild | 2 +-
sys-fs/zfs/zfs-0.7.8.ebuild | 2 +-
sys-fs/zfs/zfs-0.7.9.ebuild | 2 +-
sys-fs/zfs/zfs-0.7.9999.ebuild | 2 +-
sys-fs/zfs/zfs-9999.ebuild | 2 +-
33 files changed, 654 insertions(+), 37 deletions(-)
create mode 100644 app-admin/gnome-abrt/files/0001-Remove-Expert-mode-and-the-remaining-Analyze-code.patch
create mode 100644 dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.1-r1.ebuild
create mode 100644 media-sound/rhythmbox/files/rhythmbox-3.4.2-gstreamer-1.14.patch
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|