blob: 3313aae243007d2d04fcce6dda9463a97e7f5d42 (
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
25
|
{'description': {'en': 'Sabayon ebuilds that could be upstreamed to\n'
' Gentoo (or just being useful for Gentoo users as '
'well):\n'
' hot fixes, ebuild updates, etc.\n'
' For Sabayon-only ebuilds, please use the '
'sabayon-distro overlay.\n'
' Bugs to http://bugs.sabayon.org'},
'feed': ['https://github.com/feeds/Sabayon/commits/for-gentoo/master'],
'homepage': 'http://sabayon.org',
'name': 'sabayon',
'owner': [{'email': 'joost.ruis@sabayonlinux.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/Sabayon/for-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync sabayon
Already up to date.
*** syncing sabayon
*** synced sabayon
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sabayon
* app-admin/calamares-3.2.15: failed sourcing ebuild: inherit requires unknown eclass: kde5.eclass
* net-misc/nm-tray-0.4.3-r1: failed sourcing ebuild: inherit requires unknown eclass: kde5.eclass
* Cache regen failed with 1
|