blob: 700860941e567c2a6e8f8c2811fe6d00e3857313 (
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': "Soft's personal overlay for miscellaneous ebuilds"},
'homepage': 'https://bitbucket.org/Soft/overlay',
'name': 'soft',
'owner': [{'email': 'samuel.lauren@iki.fi',
'name': 'Samuel Laurén',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'mercurial', 'uri': 'https://bitbucket.org/Soft/overlay'}],
'status': 'unofficial'}
$ pmaint sync soft
pulling from https://bitbucket.org/Soft/overlay
searching for changes
no changes found
*** syncing soft
*** synced soft
* Sync succeeded
$ hg log -l 1 --template={date|isodatesec}
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 soft
* app-misc/mbox-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* dev-lang/wla-dx-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* net-misc/4chan-fetch-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* x11-themes/thickice-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|