blob: b539f8404706a1fbd21ee6dc6a2c7bad7acda722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{'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
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 go-overlay
* Cache regenerated successfully
|