blob: 2d6168a6b166dd21b2f293bc14b0449a0d1896b3 (
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 32 tryton
* Cache regenerated successfully
|