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
|
{'description': {'en': 'Ebuilds for experimental packages and chinese patches'},
'feed': ['https://cgit.gentoo.org/user/pigfoot.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/pigfoot.git/',
'name': 'pigfoot',
'owner': [{'email': 'pigfoot@gmail.com', 'name': 'pigfoot', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/pigfoot.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/pigfoot.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/pigfoot.git'}],
'status': 'unofficial'}
$ pmaint sync pigfoot
From https://anongit.gentoo.org/git/user/pigfoot
3be401c..2de68f2 master -> origin/master
Updating 3be401c..2de68f2
Fast-forward
net-misc/curlie/Manifest | 10 +++++-----
.../curlie/{curlie-1.2.0.ebuild => curlie-1.3.1.ebuild} | 13 ++++++++-----
2 files changed, 13 insertions(+), 10 deletions(-)
rename net-misc/curlie/{curlie-1.2.0.ebuild => curlie-1.3.1.ebuild} (71%)
*** syncing pigfoot
*** synced pigfoot
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pigfoot
* Cache regenerated successfully
|