blob: 0b57f1159605b783fe973deb6012154c50f61f9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{'description': {'en': 'Various ebuilds from different sources'},
'feed': ['https://gitlab.com/menelkir/gentoo-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/menelkir/gentoo-overlay',
'name': 'menelkir',
'owner': [{'email': 'menelkir@itroll.org',
'name': 'Daniel Menelkir',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/menelkir/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com/menelkir/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync menelkir
Already up to date.
*** syncing menelkir
*** synced menelkir
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 menelkir
* games-fps/doom3-gpl-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* net-wireless/rtl8812au-4.3.14_p20180515: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|