blob: 4cd6cc42967d51efd257521c3f96c695590bd1d9 (
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
* x11-terms/alacritty-9999: failed sourcing ebuild: EAPI=6 is not supported
* x11-terms/alacritty-20180118: failed sourcing ebuild: EAPI=6 is not supported
* x11-terms/alacritty-20180213: failed sourcing ebuild: EAPI=6 is not supported
* Cache regen failed with 1
|