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