blob: a18e74c6fe629716655dc50ef180e82c41eae2ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'Eigenlab Gentoo overlay'},
'homepage': 'https://gitlab.com/eigennet/eigenlay',
'name': 'eigenlay',
'owner': [{'email': 'gio@eigenlab.org',
'name': 'Gioacchino Mazzurco',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/eigennet/eigenlay.git'}],
'status': 'unofficial'}
$ pmaint sync eigenlay
Already up to date.
*** syncing eigenlay
*** synced eigenlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 eigenlay
* app-crypt/monkeysphere-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* dev-db/sqlcipher-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* net-misc/babeld-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|