blob: 17ca2463b070e4fa823392a4573454e0c2ab3574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'Experimental ebuilds'},
'feed': ['https://github.com/twitch153/ebuilds/commits/master.atom'],
'homepage': 'https://github.com/twitch153/ebuilds',
'name': 'twitch153',
'owner': [{'email': 'twitch153@gentoo.org',
'name': 'Devan Franchini',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/twitch153/ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync twitch153
Already up to date.
*** syncing twitch153
*** synced twitch153
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 twitch153
* app-admin/webapp-config-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* games-emulation/dolphin-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|