1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': 'Developer overlay'},
'feed': ['https://cgit.gentoo.org/dev/xarthisius.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/xarthisius.git/',
'name': 'xarthisius',
'owner': [{'email': 'xarthisius@gentoo.org',
'name': 'Kacper Kowalik',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/xarthisius.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/dev/xarthisius.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/xarthisius.git'}],
'status': 'official'}
$ pmaint sync xarthisius
Already up-to-date.
*** syncing xarthisius
*** synced xarthisius
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 xarthisius
* Cache regenerated successfully
|