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
|
{'description': {'en': 'Ebuilds for packages not in the Gentoo tree\n'
' (lack of maintainer or too experimental) and '
'live ebuilds\n'
' or extensions/bugfixes for packages in the '
'tree'},
'feed': ['https://cgit.gentoo.org/user/mv.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/mv.git',
'name': 'mv',
'owner': [{'email': 'martin@mvath.de',
'name': 'Martin Väth',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/mv.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/mv.git'},
{'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/user/mv.git'}],
'status': 'unofficial'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync mv
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 mv
From https://anongit.gentoo.org/git/user/mv
6efa41d1..865016e4 main -> origin/main
Updating 6efa41d1..865016e4
Fast-forward
metadata/pkg_desc_index | 4 ++--
www-plugins/bookmark-dupes/Manifest | 2 +-
.../{bookmark-dupes-6.5.ebuild => bookmark-dupes-6.6.ebuild} | 0
www-plugins/noscript/Manifest | 2 +-
.../noscript/{noscript-11.4.6.ebuild => noscript-11.4.8.ebuild} | 0
5 files changed, 4 insertions(+), 4 deletions(-)
rename www-plugins/bookmark-dupes/{bookmark-dupes-6.5.ebuild => bookmark-dupes-6.6.ebuild} (100%)
rename www-plugins/noscript/{noscript-11.4.6.ebuild => noscript-11.4.8.ebuild} (100%)
*** synced mv
* 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 mv
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
|