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
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
pkgcore 0.12.16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
fb4d0c5b67a..862a879b141 master -> origin/master
Updating fb4d0c5b67a..862a879b141
Fast-forward
dev-python/mypy/mypy-0.990.ebuild | 2 +-
games-board/xboard/xboard-4.9.1.ebuild | 2 +-
games-rpg/freedink-data/Manifest | 2 +-
...1.ebuild => freedink-data-1.08.20190120.ebuild} | 17 ++++----
games-rpg/freedink-data/metadata.xml | 3 ++
games-rpg/freedink/Manifest | 2 +-
.../freedink/files/freedink-108.4-no-windres.patch | 20 ---------
games-rpg/freedink/files/freedink-109.6-odr.patch | 14 ++++++
games-rpg/freedink/files/freedink-109.6-sdl.patch | 20 +++++++++
games-rpg/freedink/freedink-108.4-r1.ebuild | 50 ----------------------
games-rpg/freedink/freedink-109.6.ebuild | 50 ++++++++++++++++++++++
games-rpg/freedink/metadata.xml | 3 ++
profiles/arch/arm/package.use.stable.mask | 4 ++
profiles/arch/arm/use.stable.mask | 5 +++
profiles/arch/arm64/package.use.stable.mask | 4 ++
profiles/arch/arm64/use.stable.mask | 5 +++
profiles/arch/hppa/package.use.stable.mask | 4 ++
profiles/arch/hppa/use.stable.mask | 5 +++
profiles/arch/powerpc/package.use.stable.mask | 4 ++
profiles/arch/powerpc/use.stable.mask | 7 ++-
profiles/arch/sparc/package.use.stable.mask | 4 ++
profiles/arch/sparc/use.stable.mask | 5 +++
profiles/arch/x86/package.use.stable.mask | 4 ++
profiles/arch/x86/use.stable.mask | 5 +++
profiles/base/use.stable.mask | 5 ---
25 files changed, 158 insertions(+), 88 deletions(-)
rename games-rpg/freedink-data/{freedink-data-1.08.20170409-r1.ebuild => freedink-data-1.08.20190120.ebuild} (60%)
delete mode 100644 games-rpg/freedink/files/freedink-108.4-no-windres.patch
create mode 100644 games-rpg/freedink/files/freedink-109.6-odr.patch
create mode 100644 games-rpg/freedink/files/freedink-109.6-sdl.patch
delete mode 100644 games-rpg/freedink/freedink-108.4-r1.ebuild
create mode 100644 games-rpg/freedink/freedink-109.6.ebuild
*** synced gentoo
* 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 gentoo
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
* Cache regenerated successfully
|