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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
{'description': {'en': 'My Gentoo overlay, somewhat regularly maintained'},
'feed': ['https://github.com/thinrope/pkalin/commits/master.atom'],
'homepage': 'https://github.com/thinrope/pkalin',
'name': 'pkalin',
'owner': [{'email': 'kalin@ThinRope.net',
'name': 'Kalin KOZHUHAROV',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/thinrope/pkalin.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/thinrope/pkalin.git'}],
'status': 'unofficial'}
$ pmaint sync pkalin
WARNING:pkgcore:HomeAssistantRepository repo at '/var/lib/repo-mirror-ci/sync/HomeAssistantRepository', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
Already up to date.
*** syncing pkalin
*** synced pkalin
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pkalin
* app-forensics/grr-0.3.0_p20150917: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/grr-0.3.0_p20151118: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/grr-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/hindsight-2.1.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/hindsight-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/indxparse-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/libewf-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/libewf-20171104-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/pytsk-20150406: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/rekall-core-1.4.1-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/rekall-core-1.6.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/rekall-core-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/rekall-gui-1.4.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/rekall-gui-1.6.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/rekall-gui-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/volatility-2.5: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-forensics/volatility-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-libs/libfwnt-20180117: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-libs/libsmdev-20171112: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/acora-1.8: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/acora-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/binplist-0.1.4: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/binplist-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/dotty-0.0.1_pre20150804: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/dotty-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/h2-2.1.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/parse-crontab-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyaff4-0.19: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyaff4-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pydeep-0.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pydeep-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* net-analyzer/bro-2.5.5: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|