blob: 42b0e4b640420702e383a3aaeb64bfe1a7db9142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{'description': {'en': 'Calculate Overlay'},
'homepage': 'http://www.calculate-linux.org',
'name': 'calculate',
'owner': [{'email': 'at@calculate.ru', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://git.calculate.ru/calculate/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync calculate
Already up to date.
*** syncing calculate
*** synced calculate
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 calculate
* sys-apps/calculate-access-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* sys-apps/calculate-lib-2.1.9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* sys-apps/calculate-server-2.1.9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* sys-apps/calculate-toolkit-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* sys-apps/calculate-utils-3.6.9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|