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
68
69
70
|
{'description': {'en': 'This repository contains the ebuild from Necrose99 (some are works in progress)'},
'feed': ['https://github.com/necrose99/necromancy-overlay/commits/master.atom'],
'homepage': 'https://github.com/necrose99/necromancy-overlay',
'name': 'necromancy',
'owner': [{'email': 'mike@michaellawrenceit.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/necrose99/necromancy-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/necrose99/necromancy-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:necrose99/necromancy-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync necromancy
WARNING:pkgcore:repository at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
From https://github.com/necrose99/necromancy-overlay
48c5ca3..2a5382a master -> origin/master
Updating 48c5ca3..2a5382a
Fast-forward
.../files/list-gentoo-packages.sh | 67 +
.../list-gentoo-packages-0.1.ebuild | 4 +-
.../work/veil-catapult-9999/CHANGELOG | 5 +
.../work/veil-catapult-9999/COPYRIGHT | 638 +++++++++
.../work/veil-catapult-9999/README.md | 24 +
.../work/veil-catapult-9999/Veil-Catapult.py | 1435 ++++++++++++++++++++
.../work/veil-catapult-9999/config/update.py | 204 +++
.../work/veil-catapult-9999/includes/.gitignore | 3 +
.../work/veil-catapult-9999/includes/7za.exe | Bin 0 -> 476672 bytes
.../work/veil-catapult-9999/includes/__init__.py | 0
.../work/veil-catapult-9999/includes/python.zip | Bin 0 -> 1828045 bytes
.../veil-catapult/work/veil-catapult-9999/setup.sh | 38 +
sys-fs/zfs-manager/Manifest | 1 -
sys-fs/zfs-manager/files/ZFS-Man.py | 292 ++++
sys-fs/zfs-manager/meta.xml | 31 +
sys-fs/zfs-manager/metadata.xml | 17 +
.../{zfsmanager1.ebuild => zfs-manager-1.ebuild} | 18 +-
17 files changed, 2767 insertions(+), 10 deletions(-)
create mode 100755 app-admin/list-gentoo-packages/files/list-gentoo-packages.sh
create mode 100644 app-antivirus/veil-catapult/work/veil-catapult-9999/CHANGELOG
create mode 100644 app-antivirus/veil-catapult/work/veil-catapult-9999/COPYRIGHT
create mode 100644 app-antivirus/veil-catapult/work/veil-catapult-9999/README.md
create mode 100755 app-antivirus/veil-catapult/work/veil-catapult-9999/Veil-Catapult.py
create mode 100755 app-antivirus/veil-catapult/work/veil-catapult-9999/config/update.py
create mode 100644 app-antivirus/veil-catapult/work/veil-catapult-9999/includes/.gitignore
create mode 100644 app-antivirus/veil-catapult/work/veil-catapult-9999/includes/7za.exe
create mode 100644 app-antivirus/veil-catapult/work/veil-catapult-9999/includes/__init__.py
create mode 100755 app-antivirus/veil-catapult/work/veil-catapult-9999/includes/python.zip
create mode 100755 app-antivirus/veil-catapult/work/veil-catapult-9999/setup.sh
delete mode 100644 sys-fs/zfs-manager/Manifest
create mode 100755 sys-fs/zfs-manager/files/ZFS-Man.py
create mode 100644 sys-fs/zfs-manager/meta.xml
create mode 100644 sys-fs/zfs-manager/metadata.xml
rename sys-fs/zfs-manager/{zfsmanager1.ebuild => zfs-manager-1.ebuild} (55%)
*** syncing necromancy
*** synced necromancy
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 necromancy
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
Error running an operation:
Unhandled exception in regen_cache
'failed fetching packages for category /home/mgorny/repos/necromancy/: [Errno 40] Too many levels of symbolic links'
[Errno 40] Too many levels of symbolic links
* Cache regen failed with 246
|