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
|
{'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:'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:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
e17b48adbc8..f7a7d89fafc master -> origin/master
Updating e17b48adbc8..f7a7d89fafc
Fast-forward
dev-db/pgbadger/Manifest | 1 +
dev-db/pgbadger/pgbadger-11.0.ebuild | 24 +++++++
dev-java/json/json-20150729.ebuild | 5 +-
dev-java/json/json-20160212.ebuild | 5 +-
dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild | 45 ++++++++++++
licenses/JSON | 22 ++++++
mail-client/alot/Manifest | 1 +
mail-client/alot/alot-0.8.1.ebuild | 81 ++++++++++++++++++++++
.../files/0.8.1-0001-remove-non-working-test.patch | 31 +++++++++
mail-client/alot/metadata.xml | 8 +++
profiles/license_groups | 2 +-
11 files changed, 220 insertions(+), 5 deletions(-)
create mode 100644 dev-db/pgbadger/pgbadger-11.0.ebuild
create mode 100644 dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild
create mode 100644 licenses/JSON
create mode 100644 mail-client/alot/alot-0.8.1.ebuild
create mode 100644 mail-client/alot/files/0.8.1-0001-remove-non-working-test.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:'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:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|