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
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'official'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync guru
*** syncing guru
From https://anongit.gentoo.org/git/repo/proj/guru
9f4933267..41efd23fa master -> origin/master
94a9dcd30..a25223d2b dev -> origin/dev
Updating 9f4933267..41efd23fa
Fast-forward
dev-python/zenlib/Manifest | 1 +
dev-python/zenlib/zenlib-2.1.1.ebuild | 16 +++++++
dev-util/fortls/Manifest | 1 +
dev-util/fortls/fortls-3.0.0_rc4.ebuild | 38 +++++++++++++++++
dev-vcs/lazygit/Manifest | 1 -
dev-vcs/lazygit/lazygit-0.39.4-r1.ebuild | 28 -------------
gui-apps/grimshot/grimshot-9999.ebuild | 2 +-
media-plugins/qt-heif-image-plugin/Manifest | 1 -
.../files/qt-heif-image-plugin-0.3.3_RGB88.patch | 49 ----------------------
.../qt-heif-image-plugin-0.3.3-r3.ebuild | 24 -----------
.../{yosys-0.40.ebuild => yosys-0.40-r1.ebuild} | 13 +++---
sys-boot/limine/Manifest | 1 +
sys-boot/limine/limine-7.5.0.ebuild | 44 +++++++++++++++++++
sys-kernel/ugrd/Manifest | 2 +-
.../ugrd/{ugrd-1.3.4.ebuild => ugrd-1.3.7.ebuild} | 2 +-
sys-process/forkstat/files/musl-prio.patch | 21 ++++++++++
....03.02-r1.ebuild => forkstat-0.03.02-r2.ebuild} | 2 +-
17 files changed, 132 insertions(+), 114 deletions(-)
create mode 100644 dev-python/zenlib/zenlib-2.1.1.ebuild
create mode 100644 dev-util/fortls/fortls-3.0.0_rc4.ebuild
delete mode 100644 dev-vcs/lazygit/lazygit-0.39.4-r1.ebuild
delete mode 100644 media-plugins/qt-heif-image-plugin/files/qt-heif-image-plugin-0.3.3_RGB88.patch
delete mode 100644 media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r3.ebuild
rename sci-electronics/yosys/{yosys-0.40.ebuild => yosys-0.40-r1.ebuild} (83%)
create mode 100644 sys-boot/limine/limine-7.5.0.ebuild
rename sys-kernel/ugrd/{ugrd-1.3.4.ebuild => ugrd-1.3.7.ebuild} (96%)
create mode 100644 sys-process/forkstat/files/musl-prio.patch
rename sys-process/forkstat/{forkstat-0.03.02-r1.ebuild => forkstat-0.03.02-r2.ebuild} (92%)
*** synced guru
* 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 guru
* Cache regenerated successfully
|