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
|
{'description': {'en': 'Dilfridge overlay: experimental ebuilds and lab '
'software'},
'feed': ['https://cgit.gentoo.org/dev/dilfridge.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/dilfridge.git/',
'name': 'dilfridge',
'owner': [{'email': 'dilfridge@gentoo.org',
'name': 'Andreas K. Huettel (dilfridge)',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/dilfridge.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/dev/dilfridge.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/dilfridge.git'}],
'status': 'official'}
$ pmaint sync dilfridge
Already up to date.
*** syncing dilfridge
*** synced dilfridge
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dilfridge
* dev-perl/Lab-VISA-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* dev-tex/frutiger-1.0-r1: failed sourcing ebuild: Unsupported EAPI=2 (too old) for latex-package
* Cache regen failed with 1
|