blob: 8f5b913c6e9a4f9c7c3386ff1b74ca01dfd4b5c9 (
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': 'qgp overlay (mostly computing and HEP)'},
'feed': ['https://github.com/qgp/gentoo-qgp/commits/master.atom'],
'homepage': 'https://github.com/qgp/gentoo-qgp',
'name': 'qgp',
'owner': [{'email': 'qgp1024@gmail.com',
'name': 'Jochen Klein',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/qgp/gentoo-qgp.git'},
{'type': 'git', 'uri': 'git://github.com/qgp/gentoo-qgp.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:qgp/gentoo-qgp.git'}],
'status': 'unofficial'}
$ pmaint sync qgp
Already up to date.
*** syncing qgp
*** synced qgp
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 qgp
* Cache regenerated successfully
|