blob: 11129f2c6fc76a36853a81582745eeffef0e08fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{'description': {'en': 'rasdark personal overlay'},
'homepage': 'https://github.com/rasdark/overlay',
'name': 'rasdark',
'owner': [{'email': 'andrew.senik@gmail.com',
'name': 'Andrey Senik',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/rasdark/overlay'},
{'type': 'git', 'uri': 'git://github.com/rasdark/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync rasdark
Already up to date.
*** syncing rasdark
*** synced rasdark
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 rasdark
* Cache regenerated successfully
|