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
|
{'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'}
$ pmaint sync gentoo
From https://anongit.gentoo.org/git/repo/gentoo
d380274c89a..0237e3d6527 master -> origin/master
Updating d380274c89a..0237e3d6527
Fast-forward
dev-embedded/cpik/cpik-0.7.4_p4.ebuild | 4 +-
media-sound/musique/musique-1.5-r1.ebuild | 13 +-
sci-libs/vtk/Manifest | 4 -
sci-libs/vtk/files/vtk-8.2.0-gcc-10.patch | 16 ++
sci-libs/vtk/files/vtk-8.2.0-qt-5.15.patch | 37 ++++
sci-libs/vtk/vtk-8.1.0-r7.ebuild | 340 -----------------------------
sci-libs/vtk/vtk-8.2.0.ebuild | 73 ++++---
sys-libs/liburing/liburing-0.5.ebuild | 2 +-
sys-libs/liburing/liburing-0.6.ebuild | 2 +-
9 files changed, 100 insertions(+), 391 deletions(-)
create mode 100644 sci-libs/vtk/files/vtk-8.2.0-gcc-10.patch
create mode 100644 sci-libs/vtk/files/vtk-8.2.0-qt-5.15.patch
delete mode 100644 sci-libs/vtk/vtk-8.1.0-r7.ebuild
*** syncing gentoo
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
* Cache regenerated successfully
|