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
|
{'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.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
2b3c9975b4b..5c4e82ea1c4 master -> origin/master
Updating 2b3c9975b4b..5c4e82ea1c4
Fast-forward
dev-ros/rviz/Manifest | 2 +-
.../{rviz-1.14.4-r1.ebuild => rviz-1.14.8.ebuild} | 0
media-libs/x265/Manifest | 1 +
media-libs/x265/x265-3.5.ebuild | 218 +++++++++++++++++++++
media-libs/x265/x265-9999.ebuild | 8 +-
media-video/mkvtoolnix/Manifest | 1 +
.../files/mkvtoolnix-58.0.0-qt5dbus.patch | 37 ++++
media-video/mkvtoolnix/mkvtoolnix-60.0.0.ebuild | 130 ++++++++++++
sci-libs/pcl/Manifest | 2 +-
.../{pcl-1.11.1-r1.ebuild => pcl-1.12.0.ebuild} | 6 +-
sci-libs/pcl/pcl-9999.ebuild | 6 +-
sci-libs/rtabmap/Manifest | 2 +-
sci-libs/rtabmap/files/pcl.patch | 22 ---
...tabmap-0.20.3.ebuild => rtabmap-0.20.13.ebuild} | 13 +-
sci-libs/rtabmap/rtabmap-9999.ebuild | 12 +-
15 files changed, 414 insertions(+), 46 deletions(-)
rename dev-ros/rviz/{rviz-1.14.4-r1.ebuild => rviz-1.14.8.ebuild} (100%)
create mode 100644 media-libs/x265/x265-3.5.ebuild
create mode 100644 media-video/mkvtoolnix/files/mkvtoolnix-58.0.0-qt5dbus.patch
create mode 100644 media-video/mkvtoolnix/mkvtoolnix-60.0.0.ebuild
rename sci-libs/pcl/{pcl-1.11.1-r1.ebuild => pcl-1.12.0.ebuild} (96%)
delete mode 100644 sci-libs/rtabmap/files/pcl.patch
rename sci-libs/rtabmap/{rtabmap-0.20.3.ebuild => rtabmap-0.20.13.ebuild} (84%)
*** 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
|