blob: fb393cbdda5e8eeb4f45e9533fbc922d1d1ce4ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'A Gentoo overlay of CTU'},
'feed': ['https://github.com/cvut/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/cvut/gentoo-overlay/',
'name': 'cvut',
'owner': [{'email': 'jakub@jirutka.cz',
'name': 'Jakub Jirutka (Czech Technical University in Prague)',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/cvut/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/cvut/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync cvut
Already up-to-date.
*** syncing cvut
*** synced cvut
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 cvut
* Cache regenerated successfully
|