blob: 3b14fe7fa7a0363c43fda5eb621eb72015648863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': "FrostyX's personal overlay"},
'feed': ['https://github.com/FrostyX/gentoo-overlay/commits/master.atom'],
'homepage': 'http://frostyx.cz/',
'name': 'frostyx',
'owner': [{'email': 'frostyx@email.cz', 'name': 'FrostyX', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/FrostyX/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/FrostyX/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:FrostyX/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync frostyx
Already up-to-date.
*** syncing frostyx
*** synced frostyx
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 frostyx
* Cache regenerated successfully
|