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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{'description': {'en': 'Just another personal Gentoo overlay'},
'feed': ['https://github.com/hashashin/gentoo-vaca-overlay/commits/master.atom'],
'homepage': 'https://github.com/hashashin/gentoo-vaca-overlay',
'name': 'vaca',
'owner': [{'email': 'gentoo.power@gmail.com', 'name': 'hashashin'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/hashashin/gentoo-vaca-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync vaca
WARNING:pkgcore:repository at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing vaca
*** synced vaca
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 vaca
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: games-sports/speed-dreams-2.0.0 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/vaca/games-sports/speed-dreams/speed-dreams-2.0.0.ebuild'
* speed-dreams-2.0.0.ebuild, line 6: Called inherit 'eutils' 'games' 'cmake-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'cmake-utils'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/cmake-utils.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/cmake-utils.eclass'
* cmake-utils.eclass, line 117: Called die
* ERROR: games-sports/speed-dreams-2.0.0 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/vaca/games-sports/speed-dreams/speed-dreams-2.0.0.ebuild'
* speed-dreams-2.0.0.ebuild, line 6: Called inherit 'eutils' 'games' 'cmake-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'cmake-utils'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/cmake-utils.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/cmake-utils.eclass'
* cmake-utils.eclass, line 117: Called die
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: games-sports/speed-dreams-2.0.0
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: games-sports/speed-dreams-2.0.0, attr description\nerror: Metadata Exception: pkg ebuild src: games-sports/speed-dreams-2.0.0, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='games-sports/speed-dreams-2.0.0' @0x7f4a5a9d37d0>)
* Cache regen failed with 1
|