blob: ed940ff57e9fb12cec23642c2b2ea08248e1693a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{'description': {'en': 'Awesome ebuilds'},
'homepage': 'https://gitlab.awesome-it.de/overlays/awesome',
'name': 'awesome',
'owner': [{'email': 'info@awesome-it.de',
'name': 'Daniel Morlock',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.awesome-it.de/overlays/awesome.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync awesome
*** syncing awesome
Already up to date.
*** synced awesome
* 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 awesome
* dev-php/PEAR-HTTP_WebDAV_Client-1.0.2: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* Cache regen failed with 1
|