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