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
|
{'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
c58fd356e66..42627f0dd0c master -> origin/master
Updating c58fd356e66..42627f0dd0c
Fast-forward
app-doc/doxygen/Manifest | 1 +
app-doc/doxygen/doxygen-1.8.17.ebuild | 136 +++++++++++++++++++++
app-doc/doxygen/doxygen-9999.ebuild | 17 +--
...en-1.8.17-ensure_static_support_libraries.patch | 27 ++++
dev-cpp/eigen/eigen-3.3.7.ebuild | 11 +-
dev-python/breathe/breathe-4.6.0.ebuild | 7 +-
media-gfx/blender/blender-2.79b-r2.ebuild | 7 +-
media-gfx/openvdb/openvdb-4.0.2-r3.ebuild | 9 +-
media-gfx/openvdb/openvdb-5.2.0-r1.ebuild | 9 +-
.../openimageio/openimageio-1.8.17-r2.ebuild | 9 +-
media-libs/partio/partio-1.1.0_p20170829.ebuild | 9 +-
media-libs/partio/partio-1.5.4.ebuild | 9 +-
media-libs/partio/partio-9999.ebuild | 9 +-
sci-libs/givaro/givaro-4.1.1.ebuild | 11 +-
sci-physics/clhep/clhep-2.4.0.4.ebuild | 13 +-
sci-physics/clhep/clhep-2.4.1.2.ebuild | 13 +-
sci-physics/lhapdf/lhapdf-5.9.1.ebuild | 11 +-
sci-physics/lhapdf/lhapdf-6.2.3.ebuild | 10 +-
sci-physics/rivet/rivet-2.6.0-r2.ebuild | 9 +-
19 files changed, 300 insertions(+), 27 deletions(-)
create mode 100644 app-doc/doxygen/doxygen-1.8.17.ebuild
create mode 100644 app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch
*** 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
|