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
|
{'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
721561d6002..f10934d7564 master -> origin/master
Updating 721561d6002..f10934d7564
Fast-forward
app-admin/chrootuid/chrootuid-1.3-r2.ebuild | 2 +-
app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild | 2 +-
app-admin/rsyslog/rsyslog-8.1901.0.ebuild | 2 +-
app-i18n/ibus/ibus-1.5.19.ebuild | 2 +-
app-laptop/tp_smapi/tp_smapi-0.43.ebuild | 2 +-
app-office/kmymoney/Manifest | 1 -
app-office/kmymoney/kmymoney-5.0.2.ebuild | 126 ---------------------
app-office/kmymoney/kmymoney-5.0.3.ebuild | 2 +-
app-office/libalkimia/libalkimia-7.0.2-r1.ebuild | 2 +-
app-office/libalkimia/libalkimia-7.0.2.ebuild | 35 ------
app-office/skrooge/Manifest | 2 -
.../skrooge/files/skrooge-2.17.0-noqtwebkit.patch | 36 ------
app-office/skrooge/skrooge-2.16.2.ebuild | 96 ----------------
app-office/skrooge/skrooge-2.17.0.ebuild | 104 -----------------
app-office/skrooge/skrooge-2.18.0.ebuild | 2 +-
.../double-conversion-3.0.3.ebuild | 2 +-
.../atomicwrites/atomicwrites-1.1.5-r3.ebuild | 2 +-
dev-python/pathlib2/pathlib2-2.3.2.ebuild | 2 +-
dev-python/pluggy/pluggy-0.7.1.ebuild | 2 +-
dev-python/pytest/pytest-3.10.1.ebuild | 2 +-
dev-python/requests/requests-2.21.0-r1.ebuild | 2 +-
dev-python/scandir/scandir-1.9.0.ebuild | 2 +-
kde-misc/latte-dock/latte-dock-0.8.7.ebuild | 2 +-
.../mplus-fonts/mplus-fonts-2.2.4-r1.ebuild | 2 +-
media-sound/exaile/exaile-4.0.0_rc3.ebuild | 2 +-
.../nagios-check_mysql_health-2.2.2.ebuild | 2 +-
net-dns/dnsmasq/dnsmasq-2.80.ebuild | 2 +-
net-libs/libasyncns/libasyncns-0.8-r4.ebuild | 2 +-
net-libs/libmicrohttpd/libmicrohttpd-0.9.62.ebuild | 2 +-
net-vpn/strongswan/strongswan-5.7.2.ebuild | 2 +-
.../gnucap/gnucap-0.35.20091207-r1.ebuild | 2 +-
sys-apps/texinfo/texinfo-6.6-r1.ebuild | 2 +-
32 files changed, 25 insertions(+), 425 deletions(-)
delete mode 100644 app-office/kmymoney/kmymoney-5.0.2.ebuild
delete mode 100644 app-office/libalkimia/libalkimia-7.0.2.ebuild
delete mode 100644 app-office/skrooge/files/skrooge-2.17.0-noqtwebkit.patch
delete mode 100644 app-office/skrooge/skrooge-2.16.2.ebuild
delete mode 100644 app-office/skrooge/skrooge-2.17.0.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
|