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
|
{'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.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
665e49fcbf6d..0be3a3a9fd8b master -> origin/master
Updating 665e49fcbf6d..0be3a3a9fd8b
Fast-forward
net-misc/sunshine/sunshine-0.21.0.ebuild | 4 ++--
net-misc/sunshine/sunshine-9999.ebuild | 4 ++--
profiles/arch/mips/mipsel/o32_sf/eapi | 1 -
profiles/arch/mips/mipsel/o32_sf/make.defaults | 6 ------
profiles/arch/mips/mipsel/o32_sf/parent | 1 -
profiles/arch/mips/o32_sf/eapi | 1 -
profiles/arch/mips/o32_sf/make.defaults | 5 -----
profiles/arch/mips/o32_sf/parent | 1 -
profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults | 2 +-
.../default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults | 2 +-
profiles/default/linux/mips/23.0/mipsel/o32_sf/parent | 2 +-
profiles/default/linux/mips/23.0/o32_sf/make.defaults | 2 +-
profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults | 2 +-
profiles/default/linux/mips/23.0/o32_sf/parent | 2 +-
.../linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults | 2 +-
.../mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults | 2 +-
.../default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent | 2 +-
.../default/linux/mips/23.0/split-usr/o32_sf/make.defaults | 2 +-
.../linux/mips/23.0/split-usr/o32_sf/musl/make.defaults | 2 +-
profiles/default/linux/mips/23.0/split-usr/o32_sf/parent | 2 +-
www-apps/lidarr/Manifest | 12 ++++++------
.../{lidarr-2.1.7.4030.ebuild => lidarr-2.2.0.4045.ebuild} | 12 ++++++------
www-apps/prowlarr/Manifest | 12 ++++++------
...owlarr-1.13.3.4273.ebuild => prowlarr-1.14.0.4286.ebuild} | 12 ++++++------
www-apps/readarr/Manifest | 12 ++++++------
...readarr-0.3.18.2411.ebuild => readarr-0.3.19.2437.ebuild} | 0
26 files changed, 46 insertions(+), 61 deletions(-)
delete mode 100644 profiles/arch/mips/mipsel/o32_sf/eapi
delete mode 100644 profiles/arch/mips/mipsel/o32_sf/make.defaults
delete mode 100644 profiles/arch/mips/mipsel/o32_sf/parent
delete mode 100644 profiles/arch/mips/o32_sf/eapi
delete mode 100644 profiles/arch/mips/o32_sf/make.defaults
delete mode 100644 profiles/arch/mips/o32_sf/parent
rename www-apps/lidarr/{lidarr-2.1.7.4030.ebuild => lidarr-2.2.0.4045.ebuild} (80%)
rename www-apps/prowlarr/{prowlarr-1.13.3.4273.ebuild => prowlarr-1.14.0.4286.ebuild} (79%)
rename www-apps/readarr/{readarr-0.3.18.2411.ebuild => readarr-0.3.19.2437.ebuild} (100%)
*** 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
* Cache regenerated successfully
|