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
|
{'description': {'en': 'This repository contains the ebuild from Necrose99 (some are works in progress)'},
'feed': ['https://github.com/necrose99/necromancy-overlay/commits/master.atom'],
'homepage': 'https://github.com/necrose99/necromancy-overlay',
'name': 'necromancy',
'owner': [{'email': 'mike@michaellawrenceit.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/necrose99/necromancy-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/necrose99/necromancy-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:necrose99/necromancy-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync necromancy
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/hanno'
WARNING:pkgcore:repo at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up-to-date.
*** syncing necromancy
*** synced necromancy
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 necromancy
* ERROR: dev-cpp/manpages-cpp-9999 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/necromancy/dev-cpp/manpages-cpp/manpages-cpp-9999.ebuild'
* manpages-cpp-9999.ebuild, line 10: Called inherit 'distutils' 'git-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
* ERROR: x11-libs/deepin-ui-1.1.20140912173234 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 722' for eclass python
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/necromancy/x11-libs/deepin-ui/deepin-ui-1.1.20140912173234.ebuild'
* deepin-ui-1.1.20140912173234.ebuild, line 8: Called inherit 'python' 'versionator'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='x11-libs' PKGCORE_EBUILD_PHASE_FUNC=true PKGCORE_ECONF_DISABLE_SILENT_RULES=true PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='libva-1.5.0' PKGCORE_BASH_COMPAT='3.2' PVR='1.5.0-r1' PV='1.5.0' PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=true PKGCORE_NONFATAL=false PR=r1 EAPI=5 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=true PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/necromancy/x11-libs/libva/libva-1.5.0-r1.ebuild' PF='libva-1.5.0-r1' PKGCORE_GLOBAL_FAILGLOB=false PN=libva PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truefailed
* Cache regen failed with -13
|