1 | {'description': {'en': 'My random Gentoo packages'},
|
2 | 'homepage': 'https://github.com/James-TR',
|
3 | 'name': 'jamestr',
|
4 | 'owner': [{'email': 'james@jtaylor.id.au',
|
5 | 'name': 'James Taylor',
|
6 | 'type': 'person'}],
|
7 | 'quality': 'experimental',
|
8 | 'source': [{'type': 'git',
|
9 | 'uri': 'git://github.com/James-TR/gentoo.overlay.git'}],
|
10 | 'status': 'unofficial'}
|
11 | $ pmaint sync jamestr
|
12 | Already up to date.
|
13 | *** syncing jamestr
|
14 | *** synced jamestr
|
15 | * Sync succeeded
|
16 | $ git log --format=%ci -1
|
17 | $ git show -q --pretty=format:%G? HEAD
|
18 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 jamestr
|
19 | * sys-apps/busybox-1.21.0-r99: failed sourcing ebuild: EAPI=4 is not supported
| [FATAL] |
20 | * sys-apps/busybox-1.22.1-r99: failed sourcing ebuild: EAPI=4 is not supported
| [FATAL] |
21 | * sys-apps/busybox-1.23.0-r99: failed sourcing ebuild: EAPI=4 is not supported
| [FATAL] |
22 | * Cache regen failed with 1
|