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
|
{'description': {'en': 'Overlay for software I use or made'},
'feed': ['https://github.com/binex-dsk/ebuilds/commits/master.atom'],
'homepage': 'https://github.com/binex-dsk/ebuilds',
'name': 'swirl',
'owner': [{'email': 'swurl@swurl.xyz',
'name': 'Carson Rueter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/binex-dsk/ebuilds.git'},
{'type': 'git', 'uri': 'git@github.com:binex-dsk/ebuilds.git'},
{'type': 'git', 'uri': 'https://git.swurl.xyz/swirl/ebuilds.git'},
{'type': 'git', 'uri': 'gitea@git.swurl.xyz:swirl/ebuilds.git'}],
'status': 'unofficial'}
pkgcore 0.12.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync swirl
WARNING:pkgcore:slonko repo at '/var/lib/repo-mirror-ci/sync/slonko', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing swirl
Already up to date.
*** synced swirl
* 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 swirl
* net-misc/urlview-0.9: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* Cache regen failed with 1
|