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': 'Helpful ebuilds for the macbook pro, and experimental\n gentoo-science packages.'},
'feed': ['https://cgit.gentoo.org/dev/je_fro.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/je_fro.git/',
'name': 'je_fro',
'owner': [{'email': 'je_fro@gentoo.org'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/je_fro.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/je_fro.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/je_fro.git'}],
'status': 'unofficial'}
$ pmaint sync je_fro
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing je_fro
*** synced je_fro
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 je_fro
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/je_fro/net-p2p/deluge/deluge-9999.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.
*
caught exception 'mismatched tag: line 21, column 2' while processing 'ebuild src: app-misc/cgminer-2.2.6'
* Cache regen failed with 1
|