blob: 19f0a1c055163d25375a82b3158a549763a0737c (
plain)
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': 'Art-Software overlay'},
'homepage': 'http://git.art-software.fr/ArtSoftware/portageLocalRepo',
'name': 'ArtSoftware',
'owner': [{'email': 'adrien.sohier@art-software.fr',
'name': '[Electron]',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'http://git.art-software.fr/ArtSoftware/portageLocalRepo.git'}],
'status': 'unofficial'}
$ pmaint sync ArtSoftware
warning: redirecting to https://git.art-software.fr/ArtSoftware/portageLocalRepo.git/
Already up to date.
*** syncing ArtSoftware
*** synced ArtSoftware
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 ArtSoftware
* dev-libs/libvterm-761: failed sourcing ebuild: inherit requires unknown eclass: bzr.eclass
* dev-libs/libvterm-9999: failed sourcing ebuild: inherit requires unknown eclass: bzr.eclass
* x11-terms/pangoterm-614: failed sourcing ebuild: inherit requires unknown eclass: bzr.eclass
* Cache regen failed with 1
|