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
|
{'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
b9b15af845b..59f6afac11c master -> origin/master
Updating b9b15af845b..59f6afac11c
Fast-forward
app-cdr/bchunk/bchunk-1.2.2.ebuild | 2 +-
app-emulation/q4wine/q4wine-1.3.12.ebuild | 2 +-
dev-java/openjdk-bin/openjdk-bin-8.252_p09.ebuild | 2 +-
dev-java/openjdk-jre-bin/openjdk-jre-bin-8.252_p09.ebuild | 2 +-
dev-java/openjdk/openjdk-8.252_p09.ebuild | 2 +-
net-mail/courier-imap/courier-imap-5.0.8.ebuild | 1 +
net-mail/courier-imap/files/courier-imap-5.0.8-ar-fix.patch | 11 +++++++++++
net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild | 2 +-
net-p2p/retroshare/retroshare-0.6.5.ebuild | 2 +-
net-print/cups-filters/cups-filters-1.27.4.ebuild | 2 +-
net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild | 2 +-
www-client/seamonkey/seamonkey-2.53.2.ebuild | 2 +-
x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 +-
13 files changed, 23 insertions(+), 11 deletions(-)
create mode 100644 net-mail/courier-imap/files/courier-imap-5.0.8-ar-fix.patch
*** 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
|