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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
{'description': {'en': 'Overlay for the Systole OS'},
'homepage': 'https://github.com/SystoleOS',
'name': 'Systole',
'owner': [{'email': 'rafael.palomar@ous-research.no',
'name': 'Rafael Palomar',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/SystoleOS/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:SystoleOS/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync Systole
*** syncing Systole
From https://github.com/SystoleOS/gentoo-overlay
c3d067c..ab80648 master -> origin/master
Updating c3d067c..ab80648
Fast-forward
Slicer-Loadable/SubjectHierarchy/Manifest | 5 +-
.../SubjectHierarchy/SubjectHierarchy-9999.ebuild | 10 +-
...COMP-Making-the-module-a-separate-project.patch | 96 ---------------
...H-Make-SubjectHierarchy-a-separate-module.patch | 92 +++++++++++++++
...-destination-directory-SubjectHierarchy-p.patch | 26 -----
Slicer-Loadable/Terminologies/Manifest | 1 +
sci-libs/vtk/Manifest | 2 +-
sci-libs/vtk/vtk-9.1.0.ebuild | 9 +-
sci-medical/Slicer/Manifest | 48 ++++----
sci-medical/Slicer/Slicer-9999.ebuild | 58 +++++----
...vtk-CommonSystem-component-as-requirement.patch | 2 +-
.../files/0002-COMP-Find-Eigen-required.patch | 2 +-
.../0003-COMP-Adapt-to-new-qRestAPI-cmake.patch | 2 +-
...4-ENH-Make-optional-the-use-of-Slicer-ITK.patch | 2 +-
...5-ENH-Remove-conditional-code-for-old-VTK.patch | 2 +-
...06-ENH-Limit-CPack-on-non-superbuild-mode.patch | 2 +-
...ll-testing-data-only-with-testing-support.patch | 2 +-
...the-App-real-suffix-from-Slicer-executabl.patch | 2 +-
...Make-GNUInstallDirs-in-Slicer-directories.patch | 49 ++++++--
...cer-installation-dirs-for-base-dev-compon.patch | 4 +-
...-variable-install-dirs-for-Libs-dev-files.patch | 4 +-
...ate-and-Install-SlicerConfig-install-tree.patch | 4 +-
...-ENH-Make-installed-CMake-files-available.patch | 6 +-
...Add-CTK-as-requirement-in-UseSlicer.cmake.patch | 4 +-
...Addon-as-a-requirement-in-UseSlicer.cmake.patch | 4 +-
...xtension-launcher-cmake-code-from-UseSli.patch} | 4 +-
...nstallation-and-setup-qSlicerExport.h.in.patch} | 8 +-
...=> 0018-ENH-Add-templates-infrastructure.patch} | 4 +-
.../0019-ENH-Update-SlicerInstallConfig.patch | 51 +++++---
...e-installation-of-SLicerBase-header-files.patch | 8 +-
...Fix-qt-loadable-modules-installation-dirs.patch | 34 +-----
...-an-install-version-ov-vtkSlicerConfigure.patch | 16 +--
.../0023-ENH-Update-Slicer-build-macros.patch | 129 +++++++++++++++++++++
sci-medical/Slicer/files/test.patch | 14 +++
sci-medical/ctk/Manifest | 2 +-
sci-medical/ctk/ctk-0.1.0.ebuild | 8 +-
36 files changed, 428 insertions(+), 288 deletions(-)
delete mode 100644 Slicer-Loadable/SubjectHierarchy/files/0001-COMP-Making-the-module-a-separate-project.patch
create mode 100644 Slicer-Loadable/SubjectHierarchy/files/0001-ENH-Make-SubjectHierarchy-a-separate-module.patch
delete mode 100644 Slicer-Loadable/SubjectHierarchy/files/0002-COMP-Change-destination-directory-SubjectHierarchy-p.patch
rename sci-medical/Slicer/files/{0016-UGLY-ENH-Remove-extension-launcher-cmake-code-from-U.patch => 0016-ENH-Remove-extension-launcher-cmake-code-from-UseSli.patch} (96%)
rename sci-medical/Slicer/files/{0017-GOOD-ENH-Installation-and-setup-qSlicerExport.h.in.patch => 0017-ENH-Installation-and-setup-qSlicerExport.h.in.patch} (92%)
rename sci-medical/Slicer/files/{0018-UGLY-ENH-Add-templates-infrastructure.patch => 0018-ENH-Add-templates-infrastructure.patch} (99%)
create mode 100644 sci-medical/Slicer/files/0023-ENH-Update-Slicer-build-macros.patch
create mode 100644 sci-medical/Slicer/files/test.patch
*** synced Systole
* 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 Systole
* Cache regenerated successfully
|