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
|
{'description': {'en': "Andy's custom stuff and embedded software"},
'feed': ['https://cgit.gentoo.org/user/andy.git/atom'],
'homepage': 'https://cgit.gentoo.org/user/andy.git/',
'name': 'andy',
'owner': [{'email': 'andy@ndyk.de', 'name': 'Andy K.', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/andy.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/andy.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/andy.git'}],
'status': 'unofficial'}
$ pmaint sync andy
Already up to date.
*** syncing andy
*** synced andy
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 andy
* dev-vcs/git-remote-gcrypt-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* media-gfx/gfxtablet-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* media-libs/rsound-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* x11-misc/autorandr-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|