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
|
{'description': {'en': 'Miscellaneous Gentoo ebuilds'},
'feed': ['https://github.com/svoop/bitcetera-overlay/commits/main.atom'],
'homepage': 'https://github.com/svoop/bitcetera-overlay',
'name': 'bitcetera',
'owner': [{'email': 'gentoo@bitcetera.com',
'name': 'Sven Schwyn',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/svoop/bitcetera-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/svoop/bitcetera-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:svoop/bitcetera-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bitcetera
*** syncing bitcetera
Already up to date.
*** synced bitcetera
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 bitcetera
* app-misc/heyu-2.8.0: failed sourcing ebuild: eutils: EAPI 2 not supported, (eutils.eclass, line 32: called die)
* app-misc/heyu-2.9.2: failed sourcing ebuild: eutils: EAPI 2 not supported, (eutils.eclass, line 32: called die)
* mail-filter/dovecot-antispam-hg-20101222: failed sourcing ebuild: inherit requires unknown eclass: base.eclass
* mail-filter/postwhite-0.1.4: failed sourcing ebuild: eutils: EAPI 2 not supported, (eutils.eclass, line 32: called die)
* Cache regen failed with 1
|