blob: 35c7140a96d558119fd7c2e78986328cd5cf3ced (
plain)
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
|
{'description': {'en': 'My personal overlay with a few random packages'},
'feed': ['https://github.com/Phoenix591/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/Phoenix591/gentoo-overlay',
'name': 'phoenix591',
'owner': [{'email': 'kcelbert@gmail.com',
'name': 'Kyle Elbert',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Phoenix591/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/Phoenix591/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync phoenix591
ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache.
*** syncing phoenix591
From https://github.com/Phoenix591/gentoo-overlay
c692941..0a6ea32 master -> origin/master
Updating c692941..0a6ea32
Fast-forward
net-dns/bind/Manifest | 1 +
net-dns/bind/{bind-9.18.4.ebuild => bind-9.18.6.ebuild} | 0
2 files changed, 1 insertion(+)
rename net-dns/bind/{bind-9.18.4.ebuild => bind-9.18.6.ebuild} (100%)
*** synced phoenix591
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 phoenix591
ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache.
* Cache regenerated successfully
|