1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': 'Overlay for the NX/FreeNX packages for Gentoo.'},
'feed': ['https://cgit.gentoo.org/proj/nx.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/nx.git/',
'name': 'nx',
'owner': [{'email': 'nx@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/nx.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/nx.git'},
{'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/proj/nx.git'}],
'status': 'official'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nx
*** syncing nx
Already up to date.
*** synced nx
* 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 nx
* net-misc/nxserver-freenx-0.7.3_p104-r7: failed sourcing ebuild: user: EAPI 5 not supported, (user.eclass, line 26: called die)
* Cache regen failed with 1
|