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
70
71
72
73
74
75
|
{'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:EAPI '7' isn't fully supported
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/sync/beatussum-overlay' has unsupported profile format: profile-default-eapi
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/sync/beatussum-overlay' has unsupported profile format: profile-default-eapi
From https://anongit.gentoo.org/git/repo/gentoo
1479aefdba4..f818cd84057 master -> origin/master
Updating 1479aefdba4..f818cd84057
Fast-forward
dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild | 2 +-
dev-python/pycares/Manifest | 2 +
dev-python/pycares/pycares-2.4.0.ebuild | 25 ++++
dev-python/pycares/pycares-3.0.0_p20190709.ebuild | 31 ++++
dev-python/trollius/Manifest | 1 +
dev-python/trollius/metadata.xml | 3 +-
dev-python/trollius/trollius-2.2.ebuild | 24 +++
dev-python/webob/Manifest | 2 -
dev-python/webob/metadata.xml | 2 +
dev-python/webob/webob-1.7.3.ebuild | 43 ------
dev-python/webob/webob-1.7.4.ebuild | 43 ------
dev-python/webob/webob-1.8.2-r1.ebuild | 2 +-
dev-python/webob/webob-1.8.2.ebuild | 2 +-
dev-python/webob/webob-1.8.5-r1.ebuild | 49 +++++++
dev-python/webob/webob-1.8.5.ebuild | 2 +-
dev-python/wtforms/Manifest | 1 +
dev-python/wtforms/metadata.xml | 2 +
dev-python/wtforms/wtforms-2.1.ebuild | 2 +-
dev-python/wtforms/wtforms-2.2.1.ebuild | 59 ++++++++
eclass/xfconf.eclass | 161 ---------------------
mail-mta/exim/exim-4.92-r2.ebuild | 2 +-
media-libs/openimageio/metadata.xml | 2 -
media-libs/osl/metadata.xml | 6 -
net-irc/irssi/irssi-1.2.1.ebuild | 2 +-
profiles/arch/m68k/use.mask | 1 -
profiles/desc/cpu_flags_x86.desc | 2 +
profiles/use.desc | 4 +-
27 files changed, 207 insertions(+), 270 deletions(-)
create mode 100644 dev-python/pycares/pycares-2.4.0.ebuild
create mode 100644 dev-python/pycares/pycares-3.0.0_p20190709.ebuild
create mode 100644 dev-python/trollius/trollius-2.2.ebuild
delete mode 100644 dev-python/webob/webob-1.7.3.ebuild
delete mode 100644 dev-python/webob/webob-1.7.4.ebuild
create mode 100644 dev-python/webob/webob-1.8.5-r1.ebuild
create mode 100644 dev-python/wtforms/wtforms-2.2.1.ebuild
delete mode 100644 eclass/xfconf.eclass
*** syncing gentoo
*** 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:EAPI '7' isn't fully supported
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
* Cache regenerated successfully
|