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
d7f3d4105fd..7f7c94aee5a master -> origin/master
Updating d7f3d4105fd..7f7c94aee5a
Fast-forward
dev-util/debhelper/Manifest | 2 +-
...bhelper-12.3.ebuild => debhelper-12.5.3.ebuild} | 0
net-analyzer/arping/Manifest | 2 +-
.../{arping-2.18.ebuild => arping-2.20.ebuild} | 15 ++++--
net-analyzer/arping/arping-9999.ebuild | 2 +-
net-analyzer/vnstat/Manifest | 2 +-
.../{vnstat-2.2.ebuild => vnstat-2.4.ebuild} | 2 +-
.../files/libtrace-4.0.9_p1-SIOCGSTAMP.patch | 12 +++++
net-libs/libtrace/libtrace-4.0.9_p1-r1.ebuild | 61 ++++++++++++++++++++++
9 files changed, 88 insertions(+), 10 deletions(-)
rename dev-util/debhelper/{debhelper-12.3.ebuild => debhelper-12.5.3.ebuild} (100%)
rename net-analyzer/arping/{arping-2.18.ebuild => arping-2.20.ebuild} (74%)
rename net-analyzer/vnstat/{vnstat-2.2.ebuild => vnstat-2.4.ebuild} (97%)
create mode 100644 net-libs/libtrace/files/libtrace-4.0.9_p1-SIOCGSTAMP.patch
create mode 100644 net-libs/libtrace/libtrace-4.0.9_p1-r1.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
|