blob: f2757af9396488b633e2e7eaec3045872b4c64a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'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
Already up to date.
*** 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
|