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
|
{'description': {'en': "Jeremy Olexa's private developer overlay"},
'feed': ['https://cgit.gentoo.org/dev/darkside.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/darkside.git/',
'name': 'darkside',
'owner': [{'email': 'darkside@gentoo.org', 'name': 'Jeremy Olexa'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/dev/darkside.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/darkside.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/darkside.git'}],
'status': 'unofficial'}
$ pmaint sync darkside
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing darkside
*** synced darkside
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 darkside
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
*
* "/home/mgorny/repos/darkside/dev-python/cmdln/cmdln-1.1.2.ebuild":
* Deprecation Warning: Usage of distutils.eclass in packages not supporting installation
* for multiple Python ABIs in EAPI <=2 is deprecated.
* The ebuild should to be fixed. Please report a bug, if it has not been already reported.
*
* Cache regenerated successfully
|