blob: 094f06a2f77aa5f9b244e15666e68f1441e5d8b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'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
* dev-util/goreleaser-0.35.6: failed sourcing ebuild: golang-common: EAPI=6 is not supported
* dev-util/goreleaser-0.67.0: failed sourcing ebuild: golang-common: EAPI=6 is not supported
* Cache regen failed with 1
|