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
|
{'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'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
9d03e546c0c..4c75b53ddf8 master -> origin/master
Updating 9d03e546c0c..4c75b53ddf8
Fast-forward
.../mkosi/{mkosi-12.ebuild => mkosi-12-r1.ebuild} | 3 +-
app-admin/usbview/usbview-2.1.ebuild | 2 +-
.../files/xmlto-0.0.28-dont-hardcode-paths.patch | 4 +-
...lto-0.0.28-r7.ebuild => xmlto-0.0.28-r8.ebuild} | 0
.../ant-contrib-1.0_beta6_pre20201123-r1.ebuild | 2 +-
dev-libs/mxml/mxml-3.3.ebuild | 2 +-
.../Proc-ProcessTable-0.634.0.ebuild | 2 +-
dev-perl/X11-XCB/X11-XCB-0.190.0.ebuild | 2 +-
dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild | 2 +-
net-misc/oidentd/oidentd-3.0.0-r1.ebuild | 2 +-
net-misc/tigervnc/Manifest | 1 +
.../tigervnc/files/tigervnc-1.12.0-xorg-1.21.patch | 55 ++++++++++++++++++++++
...vnc-1.12.0.ebuild => tigervnc-1.12.0-r1.ebuild} | 15 +++---
www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
.../xbindkeys/files/xbindkeys-1.8.7-guile3.patch | 25 ++++++++++
...s-1.8.7-r1.ebuild => xbindkeys-1.8.7-r2.ebuild} | 6 ++-
16 files changed, 108 insertions(+), 17 deletions(-)
rename app-admin/mkosi/{mkosi-12.ebuild => mkosi-12-r1.ebuild} (92%)
rename app-text/xmlto/{xmlto-0.0.28-r7.ebuild => xmlto-0.0.28-r8.ebuild} (100%)
create mode 100644 net-misc/tigervnc/files/tigervnc-1.12.0-xorg-1.21.patch
rename net-misc/tigervnc/{tigervnc-1.12.0.ebuild => tigervnc-1.12.0-r1.ebuild} (88%)
create mode 100644 x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch
rename x11-misc/xbindkeys/{xbindkeys-1.8.7-r1.ebuild => xbindkeys-1.8.7-r2.ebuild} (85%)
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
* Cache regenerated successfully
|