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
|
{'description': {'en': 'Overlay for scientific software and other utilities'},
'feed': ['https://github.com/TheChymera/overlay/commits/master.atom'],
'homepage': 'https://github.com/TheChymera/overlay',
'name': 'chymeric',
'owner': [{'email': 'chr@chymera.eu',
'name': 'Horea Christian',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/TheChymera/overlay.git'},
{'type': 'git', 'uri': 'git://github.com/TheChymera/overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/TheChymera/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync chymeric
From https://github.com/TheChymera/overlay
7074d6a..ba513a6 master -> origin/master
Updating 7074d6a..ba513a6
Fast-forward
sci-biology/fsl/ChangeLog | 11 +
sci-biology/fsl/Manifest | 1 +
sci-biology/fsl/files/99fsl | 5 +
.../fsl-5.0.11-fslsurface_parallel_make.patch | 14 +
.../fsl/files/fsl-5.0.11-ifstream_use.patch | 13 +
.../fsl/files/fsl-5.0.11-niftiio_var_fix.patch | 24 +
sci-biology/fsl/files/fsl-5.0.9-headers.patch | 15 +
sci-biology/fsl/files/fsl-6.0.2-fsldir_redux.patch | 495 +++++++++++++++++++++
.../fsl/files/fsl-6.0.2-gcc10_include.patch | 11 +
sci-biology/fsl/files/fsl-6.0.2-no_xmlpp.patch | 58 +++
.../fsl/files/fsl-6.0.2-qstring_compat.patch | 63 +++
sci-biology/fsl/files/fsl-6.0.2-setup.patch | 198 +++++++++
sci-biology/fsl/files/fsl-6.0.2-template.patch | 55 +++
sci-biology/fsl/fsl-6.0.2.ebuild | 166 +++++++
sci-biology/fsl/metadata.xml | 11 +
15 files changed, 1140 insertions(+)
create mode 100644 sci-biology/fsl/ChangeLog
create mode 100644 sci-biology/fsl/Manifest
create mode 100644 sci-biology/fsl/files/99fsl
create mode 100644 sci-biology/fsl/files/fsl-5.0.11-fslsurface_parallel_make.patch
create mode 100644 sci-biology/fsl/files/fsl-5.0.11-ifstream_use.patch
create mode 100644 sci-biology/fsl/files/fsl-5.0.11-niftiio_var_fix.patch
create mode 100644 sci-biology/fsl/files/fsl-5.0.9-headers.patch
create mode 100644 sci-biology/fsl/files/fsl-6.0.2-fsldir_redux.patch
create mode 100644 sci-biology/fsl/files/fsl-6.0.2-gcc10_include.patch
create mode 100644 sci-biology/fsl/files/fsl-6.0.2-no_xmlpp.patch
create mode 100644 sci-biology/fsl/files/fsl-6.0.2-qstring_compat.patch
create mode 100644 sci-biology/fsl/files/fsl-6.0.2-setup.patch
create mode 100644 sci-biology/fsl/files/fsl-6.0.2-template.patch
create mode 100644 sci-biology/fsl/fsl-6.0.2.ebuild
create mode 100644 sci-biology/fsl/metadata.xml
*** syncing chymeric
*** synced chymeric
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 chymeric
* Cache regenerated successfully
|