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