blob: 78f030542cfb4c2e8ee82fbe5189fc0e703e330f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{'description': {'en': "Gig OS's Overlay"},
'feed': ['https://github.com/Gig-OS/gig/commits/master.atom'],
'homepage': 'https://github.com/Gig-OS/gig',
'name': 'gig',
'owner': [{'email': 'yangmame@i2pmail.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/Gig-OS/gig.git'}],
'status': 'unofficial'}
$ pmaint sync gig
Already up to date.
*** syncing gig
*** synced gig
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gig
* x11-terms/termite-13: failed sourcing ebuild: versionator: banned in EAPI=7; use ver_* instead
* x11-terms/termite-9999: failed sourcing ebuild: versionator: banned in EAPI=7; use ver_* instead
* Cache regen failed with 1
|