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
|
{'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
02ecef7626c..760d4b41698 master -> origin/master
Updating 02ecef7626c..760d4b41698
Fast-forward
app-misc/realpath/realpath-1.18.ebuild | 2 +-
app-text/libspectre/Manifest | 1 -
app-text/libspectre/libspectre-0.2.8.ebuild | 50 ----------------------
app-text/libspectre/libspectre-0.2.9.ebuild | 2 +-
.../libparserutils/libparserutils-0.2.4-r1.ebuild | 2 +-
dev-python/terminado/terminado-0.8.3.ebuild | 2 +-
media-gfx/pngquant/pngquant-2.12.6.ebuild | 2 +-
media-libs/aubio/aubio-0.4.9.ebuild | 29 +++++++++----
net-analyzer/munin/munin-2.0.59.ebuild | 2 +-
.../nextcloud-client/nextcloud-client-2.6.4.ebuild | 2 +-
profiles/base/package.use.mask | 5 ---
sci-geosciences/qgis/Manifest | 2 +-
.../{qgis-3.10.3.ebuild => qgis-3.10.7.ebuild} | 40 ++++++++---------
sci-geosciences/qgis/qgis-9999.ebuild | 40 ++++++++---------
.../mathomatic/mathomatic-16.0.5.ebuild | 2 +-
sys-libs/libunwind/libunwind-1.4.0.ebuild | 2 +-
16 files changed, 69 insertions(+), 116 deletions(-)
delete mode 100644 app-text/libspectre/libspectre-0.2.8.ebuild
rename sci-geosciences/qgis/{qgis-3.10.3.ebuild => qgis-3.10.7.ebuild} (87%)
*** 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
|