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
|
{'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
From https://anongit.gentoo.org/git/repo/gentoo
5ededdaf504..6a89693323f master -> origin/master
Updating 5ededdaf504..6a89693323f
Fast-forward
app-misc/remind/remind-03.01.16.ebuild | 2 +-
app-misc/remind/remind-03.01.17.ebuild | 2 +-
dev-libs/libfilezilla/libfilezilla-0.19.1.ebuild | 2 +-
dev-python/brotlipy/brotlipy-0.7.0.ebuild | 9 +++-
.../files/brotlipy-0.7.0-test-deadline.patch | 28 +++++++++++++
dev-python/service_identity/Manifest | 1 +
.../service_identity-14.0.0.ebuild | 1 +
.../service_identity-16.0.0.ebuild | 1 +
.../service_identity-17.0.0-r1.ebuild | 1 +
.../service_identity-17.0.0.ebuild | 1 +
.../service_identity-18.1.0.ebuild | 49 ++++++++++++++++++++++
dev-python/trustme/Manifest | 1 +
dev-python/trustme/trustme-0.5.0-r1.ebuild | 1 +
dev-python/trustme/trustme-0.5.3.ebuild | 28 +++++++++++++
media-sound/mpd/mpd-0.21.16-r1.ebuild | 4 +-
net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 +-
net-analyzer/wireshark/wireshark-3.0.4.ebuild | 2 +-
net-analyzer/wireshark/wireshark-3.0.5.ebuild | 2 +-
net-analyzer/wireshark/wireshark-3.0.6.ebuild | 2 +-
net-analyzer/wireshark/wireshark-3.1.0.ebuild | 2 +-
net-analyzer/wireshark/wireshark-3.1.1.ebuild | 2 +-
net-ftp/filezilla/filezilla-3.45.1.ebuild | 4 +-
22 files changed, 131 insertions(+), 16 deletions(-)
create mode 100644 dev-python/brotlipy/files/brotlipy-0.7.0-test-deadline.patch
create mode 100644 dev-python/service_identity/service_identity-18.1.0.ebuild
create mode 100644 dev-python/trustme/trustme-0.5.3.ebuild
*** syncing gentoo
*** 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
* Cache regenerated successfully
|