blob: 6292eedce8fb7af4423e280e0738dc3ba2ac4c39 (
plain)
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
|
{'description': {'en': 'stuff'},
'feed': ['https://github.com/istitov/stuff/commits/master.atom'],
'homepage': 'https://github.com/istitov/stuff',
'name': 'stuff',
'owner': [{'email': 'iohann.s.titov@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/istitov/stuff.git'}],
'status': 'unofficial'}
$ pmaint sync stuff
WARNING:pkgcore:lanodanOverlay repo at '/var/lib/repo-mirror-ci/sync/lanodanOverlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up to date.
*** syncing stuff
*** synced stuff
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 stuff
* games-roguelike/dwarftherapist-41.0.2: failed sourcing ebuild: EAPI=5 is not supported
* media-gfx/svgcleaner-0.9.1: failed sourcing ebuild: EAPI=6 is not supported
* media-gfx/svgcleaner-9999: failed sourcing ebuild: EAPI=6 is not supported
* media-libs/qtav-9999: failed sourcing ebuild: EAPI=6 is not supported
* www-misc/httraqt-1.4.9: failed sourcing ebuild: EAPI=5 is not supported
* x11-misc/appmenu-thunderbird-3.5: failed sourcing ebuild: inherit requires unknown eclass: bzr.eclass
* x11-plugins/purple-vk-plugin-0.9-r298: failed sourcing ebuild: EAPI=5 is not supported
* x11-plugins/purple-vk-plugin-0.9-r346: failed sourcing ebuild: EAPI=5 is not supported
* Cache regen failed with 1
|