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
|
{'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.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
de745485bdb..9d68dc60d93 master -> origin/master
Updating de745485bdb..9d68dc60d93
Fast-forward
app-accessibility/caribou/caribou-0.4.21-r5.ebuild | 99 ++++++++
app-text/mupdf/Manifest | 1 +
app-text/mupdf/mupdf-1.20.0.ebuild | 153 +++++++++++
.../files/{ecj-4.22-r1 => ecj-4.22} | 0
dev-java/gin/Manifest | 2 +-
.../gin/{gin-2.1.2.ebuild => gin-2.1.2-r1.ebuild} | 15 +-
dev-util/geany-plugins/Manifest | 1 -
.../files/geany-plugins-1.37_use-stdbool.patch | 39 ---
.../geany-plugins/geany-plugins-1.37-r101.ebuild | 126 ---------
...ild => cinnamon-control-center-5.2.1-r2.ebuild} | 2 +-
...ld => cinnamon-settings-daemon-5.2.0-r1.ebuild} | 2 +-
gnome-extra/gnome-commander/Manifest | 1 +
.../gnome-commander/gnome-commander-1.14.3.ebuild | 56 ++++
...lure-after-Oracle-Java-CPU-for-April-2022.patch | 28 ++
media-libs/libbluray/libbluray-1.3.1.ebuild | 1 +
sci-geosciences/grass/Manifest | 1 -
.../grass/files/grass-8.0.1-lib_imagery.patch | 11 -
sci-geosciences/grass/grass-8.0.1-r1.ebuild | 282 ---------------------
18 files changed, 347 insertions(+), 473 deletions(-)
create mode 100644 app-accessibility/caribou/caribou-0.4.21-r5.ebuild
create mode 100644 app-text/mupdf/mupdf-1.20.0.ebuild
rename dev-java/ant-eclipse-ecj/files/{ecj-4.22-r1 => ecj-4.22} (100%)
rename dev-java/gin/{gin-2.1.2.ebuild => gin-2.1.2-r1.ebuild} (80%)
delete mode 100644 dev-util/geany-plugins/files/geany-plugins-1.37_use-stdbool.patch
delete mode 100644 dev-util/geany-plugins/geany-plugins-1.37-r101.ebuild
rename gnome-extra/cinnamon-control-center/{cinnamon-control-center-5.2.1-r1.ebuild => cinnamon-control-center-5.2.1-r2.ebuild} (98%)
rename gnome-extra/cinnamon-settings-daemon/{cinnamon-settings-daemon-5.2.0.ebuild => cinnamon-settings-daemon-5.2.0-r1.ebuild} (98%)
create mode 100644 gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
create mode 100644 media-libs/libbluray/files/libbluray-1.3.1-Fix-build-failure-after-Oracle-Java-CPU-for-April-2022.patch
delete mode 100644 sci-geosciences/grass/files/grass-8.0.1-lib_imagery.patch
delete mode 100644 sci-geosciences/grass/grass-8.0.1-r1.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
* Cache regenerated successfully
|