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
|
{'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.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
9710d6a8c76..3aff48e6019 master -> origin/master
Updating 9710d6a8c76..3aff48e6019
Fast-forward
app-text/htmltidy/Manifest | 1 +
...2.patch => htmltidy-0.99.0-CVE-2015-5522.patch} | 0
...g.patch => htmltidy-0.99.0-strip-O2-flag.patch} | 0
...5-tidyrc.patch => htmltidy-0.99.0-tidyrc.patch} | 0
.../files/htmltidy-5.8.0-no_static_lib.patch | 38 +++++++++++++++++++
...y-20090325-r2.ebuild => htmltidy-0.99.0.ebuild} | 11 +++---
app-text/htmltidy/htmltidy-5.8.0.ebuild | 44 ++++++++++++++++++++++
app-text/htmltidy/metadata.xml | 9 +++--
dev-python/emoji/Manifest | 2 -
dev-python/emoji/emoji-0.5.4.ebuild | 18 ---------
dev-python/emoji/emoji-1.2.1.ebuild | 18 ---------
dev-python/exam/exam-0.10.6.ebuild | 8 ++--
dev-python/eyeD3/eyeD3-0.9.6.ebuild | 3 +-
dev-python/isodate/metadata.xml | 1 +
dev-python/kafka-python/Manifest | 1 +
dev-python/kafka-python/kafka-python-2.0.2.ebuild | 43 +++++++++++++++++++++
dev-python/pyhcl/pyhcl-0.4.4.ebuild | 2 +-
.../pytest-tempdir-2019.10.12.ebuild | 13 +------
dev-python/pytidylib/pytidylib-0.3.2-r1.ebuild | 2 +-
dev-python/xxhash/xxhash-2.0.2.ebuild | 6 +--
dev-util/diff-cover/metadata.xml | 4 ++
.../udev/{udev-248.ebuild => udev-248-r1.ebuild} | 2 +-
.../{udev-249-r1.ebuild => udev-249-r2.ebuild} | 2 +-
sys-fs/udev/udev-9999.ebuild | 2 +-
24 files changed, 159 insertions(+), 71 deletions(-)
rename app-text/htmltidy/files/{11CVE-2015-5522.patch => htmltidy-0.99.0-CVE-2015-5522.patch} (100%)
rename app-text/htmltidy/files/{htmltidy-5.10.26-strip-O2-flag.patch => htmltidy-0.99.0-strip-O2-flag.patch} (100%)
rename app-text/htmltidy/files/{htmltidy-20090325-tidyrc.patch => htmltidy-0.99.0-tidyrc.patch} (100%)
create mode 100644 app-text/htmltidy/files/htmltidy-5.8.0-no_static_lib.patch
rename app-text/htmltidy/{htmltidy-20090325-r2.ebuild => htmltidy-0.99.0.ebuild} (84%)
create mode 100644 app-text/htmltidy/htmltidy-5.8.0.ebuild
delete mode 100644 dev-python/emoji/emoji-0.5.4.ebuild
delete mode 100644 dev-python/emoji/emoji-1.2.1.ebuild
create mode 100644 dev-python/kafka-python/kafka-python-2.0.2.ebuild
rename sys-fs/udev/{udev-248.ebuild => udev-248-r1.ebuild} (99%)
rename sys-fs/udev/{udev-249-r1.ebuild => udev-249-r2.ebuild} (99%)
*** 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
|