blob: 68ad1080a42ba78dcf69dae4bb0ad544b87d5b2f (
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': 'Contains ebuilds I need, but not in Gentoo portage '
'tree yet.'},
'homepage': 'https://github.com/meng89/observer',
'name': 'observer',
'owner': [{'email': 'ObserverChan@gmail.com',
'name': 'Chen Meng',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/meng89/observer.git'}],
'status': 'unofficial'}
$ pmaint sync observer
WARNING:pkgcore:lanodanOverlay repo at '/var/lib/repo-mirror-ci/sync/lanodanOverlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up to date.
*** syncing observer
*** synced observer
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 observer
* dev-python/ipodshuffle-0.3.6: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/ipodshuffle-0.3.20: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/lpd-0.0.4: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|