blob: 2a73d48140d8b320343ea1c27e2ff031cb43afb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'Experimental ebuilds for GNUstep packages in Gentoo. Comments and bugreports are welcome!'},
'feed': ['https://cgit.gentoo.org/proj/gnustep.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/gnustep.git/',
'name': 'gnustep',
'owner': [{'email': 'gnustep@gentoo.org'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/gnustep.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/proj/gnustep.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/gnustep.git'}],
'status': 'official'}
$ pmaint sync gnustep
Already up-to-date.
*** syncing gnustep
*** synced gnustep
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gnustep
* Cache regenerated successfully
|