blob: 34dc4a7dd11298eb31f5ea8a84271be6710a2381 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{'description': {'en': 'Tryton'},
'homepage': 'http://www.tryton.org/',
'name': 'tryton',
'owner': [{'email': 'cedk@gentoo.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'mercurial',
'uri': 'https://hg.tryton.org/tryton-overlay'}],
'status': 'unofficial'}
$ pmaint sync tryton
pulling from https://hg.tryton.org/tryton-overlay
searching for changes
no changes found
*** syncing tryton
*** synced tryton
* Sync succeeded
$ hg log -l 1 --template={date|isodatesec}
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tryton
* Cache regenerated successfully
|