Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/
Date: Mon, 21 Sep 2015 17:44:35
Message-Id: 1442857443.409d2cef58b65ec5e0730c5c1d634b6e886dacba.jlec@gentoo
1 commit: 409d2cef58b65ec5e0730c5c1d634b6e886dacba
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 17:44:03 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 17:44:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=409d2cef
7
8 sci-libs/itk: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/itk/itk-4.4.2-r1.ebuild | 14 ++++++++------
14 sci-libs/itk/itk-4.4.2.ebuild | 16 ++++++++--------
15 sci-libs/itk/itk-4.5.1.ebuild | 10 ++++++----
16 3 files changed, 22 insertions(+), 18 deletions(-)
17
18 diff --git a/sci-libs/itk/itk-4.4.2-r1.ebuild b/sci-libs/itk/itk-4.4.2-r1.ebuild
19 index 7133d57..54c0e41 100644
20 --- a/sci-libs/itk/itk-4.4.2-r1.ebuild
21 +++ b/sci-libs/itk/itk-4.4.2-r1.ebuild
22 @@ -25,17 +25,19 @@ IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 test
23
24 RDEPEND="
25 sci-libs/hdf5[cxx]
26 - virtual/jpeg
27 - media-libs/libpng
28 - media-libs/tiff:0
29 + virtual/jpeg:0=
30 + media-libs/libpng:0=
31 + media-libs/tiff:0=
32 sys-libs/zlib
33 fftw? ( sci-libs/fftw:3.0 )
34 vtkglue? ( sci-libs/vtk )
35 "
36 DEPEND="${RDEPEND}
37 - python? ( ${PYTHON_DEPS}
38 - >=dev-lang/swig-2.0
39 - >=dev-cpp/gccxml-0.9.0_pre20120309 )
40 + python? (
41 + ${PYTHON_DEPS}
42 + >=dev-lang/swig-2.0:0
43 + >=dev-cpp/gccxml-0.9.0_pre20120309
44 + )
45 doc? ( app-doc/doxygen )
46 "
47
48
49 diff --git a/sci-libs/itk/itk-4.4.2.ebuild b/sci-libs/itk/itk-4.4.2.ebuild
50 index 815d529..d00be94 100644
51 --- a/sci-libs/itk/itk-4.4.2.ebuild
52 +++ b/sci-libs/itk/itk-4.4.2.ebuild
53 @@ -14,8 +14,6 @@ DESCRIPTION="NLM Insight Segmentation and Registration Toolkit"
54 HOMEPAGE="http://www.itk.org"
55 SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
56
57 -RESTRICT="primaryuri"
58 -
59 LICENSE="Apache-2.0"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
62 @@ -23,16 +21,18 @@ IUSE="debug examples fftw itkv3compat python review cpu_flags_x86_sse2 test"
63
64 RDEPEND="
65 sci-libs/hdf5[cxx]
66 - virtual/jpeg
67 - media-libs/libpng
68 - media-libs/tiff:0
69 + virtual/jpeg:0=
70 + media-libs/libpng:0=
71 + media-libs/tiff:0=
72 sys-libs/zlib
73 fftw? ( sci-libs/fftw:3.0 )
74 "
75 DEPEND="${RDEPEND}
76 - python? ( ${PYTHON_DEPS}
77 - >=dev-lang/swig-2.0
78 - >=dev-cpp/gccxml-0.9.0_pre20120309 )
79 + python? (
80 + ${PYTHON_DEPS}
81 + >=dev-lang/swig-2.0:0
82 + >=dev-cpp/gccxml-0.9.0_pre20120309
83 + )
84 "
85
86 S="${WORKDIR}/${MYP}"
87
88 diff --git a/sci-libs/itk/itk-4.5.1.ebuild b/sci-libs/itk/itk-4.5.1.ebuild
89 index a91ebf9..88981b4 100644
90 --- a/sci-libs/itk/itk-4.5.1.ebuild
91 +++ b/sci-libs/itk/itk-4.5.1.ebuild
92 @@ -30,14 +30,16 @@ RDEPEND="
93 sci-libs/dcmtk:0=
94 sci-libs/hdf5:0=[cxx]
95 sys-libs/zlib:0=
96 - virtual/jpeg
97 + virtual/jpeg:0=
98 fftw? ( sci-libs/fftw:3.0= )
99 vtkglue? ( sci-libs/vtk:0=[python?] )
100 "
101 DEPEND="${RDEPEND}
102 - python? ( ${PYTHON_DEPS}
103 - >=dev-lang/swig-2.0
104 - >=dev-cpp/gccxml-0.9.0_pre20120309 )
105 + python? (
106 + ${PYTHON_DEPS}
107 + >=dev-lang/swig-2.0:0
108 + >=dev-cpp/gccxml-0.9.0_pre20120309
109 + )
110 doc? ( app-doc/doxygen )
111 "