1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{'description': {'en': "zeq's Playground for experimental ebuilds and "
'eclasses'},
'feed': ['https://github.com/sjnewbury/gentoo-playground/commits/master.atom'],
'homepage': 'https://github.com/sjnewbury/gentoo-playground',
'name': 'gentoo-playground',
'owner': [{'email': 'steve@snewbury.org.uk',
'name': 'Steven Newbury',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/sjnewbury/gentoo-playground.git'},
{'type': 'git',
'uri': 'git://github.com/sjnewbury/gentoo-playground.git'},
{'type': 'git',
'uri': 'git@github.com:sjnewbury/gentoo-playground.git'}],
'status': 'unofficial'}
$ pmaint sync gentoo-playground
Already up to date.
*** syncing gentoo-playground
*** synced gentoo-playground
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo-playground
* app-arch/xz-utils-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* games-strategy/ufo-ai-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* x11-themes/e-gtk-theme-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|