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
|
{'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
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
513d727375b..f89baf31755 master -> origin/master
Updating 513d727375b..f89baf31755
Fast-forward
app-crypt/acme/Manifest | 2 +-
.../{acme-0.34.0.ebuild => acme-0.34.1.ebuild} | 0
app-crypt/certbot-apache/Manifest | 2 +-
...-0.34.0.ebuild => certbot-apache-0.34.1.ebuild} | 0
app-crypt/certbot-nginx/Manifest | 2 +-
...x-0.34.0.ebuild => certbot-nginx-0.34.1.ebuild} | 0
app-crypt/certbot/Manifest | 2 +-
...certbot-0.34.0.ebuild => certbot-0.34.1.ebuild} | 0
app-misc/uptimed/uptimed-0.4.1-r1.ebuild | 2 +-
dev-lang/go/Manifest | 2 +
dev-lang/go/go-1.11.10.ebuild | 246 ++++++++++
dev-lang/go/go-1.12.5.ebuild | 246 ++++++++++
dev-libs/libutf8proc/libutf8proc-2.3.0-r1.ebuild | 12 +-
dev-python/pypax/pypax-0.9.5.ebuild | 2 +-
dev-python/urllib3/urllib3-1.24.2.ebuild | 2 +-
dev-ruby/multi_json/multi_json-1.13.1.ebuild | 2 +-
dev-ruby/yard/yard-0.9.18.ebuild | 2 +-
dev-util/ccache/ccache-3.6.ebuild | 2 +-
.../gtk-update-icon-cache-3.24.3.ebuild | 2 +-
media-libs/mesa/Manifest | 1 +
media-libs/mesa/mesa-19.1.0_rc1.ebuild | 537 +++++++++++++++++++++
sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
sys-apps/gawk/gawk-4.2.1-r1.ebuild | 2 +-
x11-libs/gtk+/gtk+-3.24.4-r1.ebuild | 2 +-
24 files changed, 1056 insertions(+), 16 deletions(-)
rename app-crypt/acme/{acme-0.34.0.ebuild => acme-0.34.1.ebuild} (100%)
rename app-crypt/certbot-apache/{certbot-apache-0.34.0.ebuild => certbot-apache-0.34.1.ebuild} (100%)
rename app-crypt/certbot-nginx/{certbot-nginx-0.34.0.ebuild => certbot-nginx-0.34.1.ebuild} (100%)
rename app-crypt/certbot/{certbot-0.34.0.ebuild => certbot-0.34.1.ebuild} (100%)
create mode 100644 dev-lang/go/go-1.11.10.ebuild
create mode 100644 dev-lang/go/go-1.12.5.ebuild
create mode 100644 media-libs/mesa/mesa-19.1.0_rc1.ebuild
*** 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:'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:EAPI 7 isn't fully supported
* Cache regenerated successfully
|