public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/
Date: Mon, 21 Sep 2015 17:44:12 +0000 (UTC)	[thread overview]
Message-ID: <1442857443.409d2cef58b65ec5e0730c5c1d634b6e886dacba.jlec@gentoo> (raw)

commit:     409d2cef58b65ec5e0730c5c1d634b6e886dacba
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:44:03 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:44:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=409d2cef

sci-libs/itk: Add subslot operators

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/itk/itk-4.4.2-r1.ebuild | 14 ++++++++------
 sci-libs/itk/itk-4.4.2.ebuild    | 16 ++++++++--------
 sci-libs/itk/itk-4.5.1.ebuild    | 10 ++++++----
 3 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/sci-libs/itk/itk-4.4.2-r1.ebuild b/sci-libs/itk/itk-4.4.2-r1.ebuild
index 7133d57..54c0e41 100644
--- a/sci-libs/itk/itk-4.4.2-r1.ebuild
+++ b/sci-libs/itk/itk-4.4.2-r1.ebuild
@@ -25,17 +25,19 @@ IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 test
 
 RDEPEND="
 	sci-libs/hdf5[cxx]
-	virtual/jpeg
-	media-libs/libpng
-	media-libs/tiff:0
+	virtual/jpeg:0=
+	media-libs/libpng:0=
+	media-libs/tiff:0=
 	sys-libs/zlib
 	fftw? ( sci-libs/fftw:3.0 )
 	vtkglue? ( sci-libs/vtk )
 "
 DEPEND="${RDEPEND}
-	python? ( ${PYTHON_DEPS}
-			  >=dev-lang/swig-2.0
-			  >=dev-cpp/gccxml-0.9.0_pre20120309 )
+	python? (
+		${PYTHON_DEPS}
+		>=dev-lang/swig-2.0:0
+		>=dev-cpp/gccxml-0.9.0_pre20120309
+	)
 	doc? ( app-doc/doxygen )
 "
 

diff --git a/sci-libs/itk/itk-4.4.2.ebuild b/sci-libs/itk/itk-4.4.2.ebuild
index 815d529..d00be94 100644
--- a/sci-libs/itk/itk-4.4.2.ebuild
+++ b/sci-libs/itk/itk-4.4.2.ebuild
@@ -14,8 +14,6 @@ DESCRIPTION="NLM Insight Segmentation and Registration Toolkit"
 HOMEPAGE="http://www.itk.org"
 SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
 
-RESTRICT="primaryuri"
-
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -23,16 +21,18 @@ IUSE="debug examples fftw itkv3compat python review cpu_flags_x86_sse2 test"
 
 RDEPEND="
 	sci-libs/hdf5[cxx]
-	virtual/jpeg
-	media-libs/libpng
-	media-libs/tiff:0
+	virtual/jpeg:0=
+	media-libs/libpng:0=
+	media-libs/tiff:0=
 	sys-libs/zlib
 	fftw? ( sci-libs/fftw:3.0 )
 "
 DEPEND="${RDEPEND}
-	python? ( ${PYTHON_DEPS}
-			  >=dev-lang/swig-2.0
-			  >=dev-cpp/gccxml-0.9.0_pre20120309 )
+	python? (
+		${PYTHON_DEPS}
+		>=dev-lang/swig-2.0:0
+		>=dev-cpp/gccxml-0.9.0_pre20120309
+	)
 "
 
 S="${WORKDIR}/${MYP}"

diff --git a/sci-libs/itk/itk-4.5.1.ebuild b/sci-libs/itk/itk-4.5.1.ebuild
index a91ebf9..88981b4 100644
--- a/sci-libs/itk/itk-4.5.1.ebuild
+++ b/sci-libs/itk/itk-4.5.1.ebuild
@@ -30,14 +30,16 @@ RDEPEND="
 	sci-libs/dcmtk:0=
 	sci-libs/hdf5:0=[cxx]
 	sys-libs/zlib:0=
-	virtual/jpeg
+	virtual/jpeg:0=
 	fftw? ( sci-libs/fftw:3.0= )
 	vtkglue? ( sci-libs/vtk:0=[python?] )
 "
 DEPEND="${RDEPEND}
-	python? ( ${PYTHON_DEPS}
-			  >=dev-lang/swig-2.0
-			  >=dev-cpp/gccxml-0.9.0_pre20120309 )
+	python? (
+		${PYTHON_DEPS}
+		>=dev-lang/swig-2.0:0
+		>=dev-cpp/gccxml-0.9.0_pre20120309
+	)
 	doc? ( app-doc/doxygen )
 "
 


             reply	other threads:[~2015-09-21 17:44 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-21 17:44 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22 11:58 [gentoo-commits] proj/sci:master commit in: sci-libs/itk/ Horea Christian
2023-04-25 15:33 Horea Christian
2023-04-25 15:33 Horea Christian
2023-04-20  3:13 Horea Christian
2023-04-20  3:13 Horea Christian
2023-04-03  2:58 Horea Christian
2022-09-15 11:17 Andrew Ammerlaan
2022-07-12 13:36 Horea Christian
2021-12-16 10:57 Andrew Ammerlaan
2021-03-13 23:55 Horea Christian
2021-03-13 23:55 Horea Christian
2021-03-04 20:57 Andrew Ammerlaan
2021-03-04 20:56 Andrew Ammerlaan
2021-01-19 16:56 Andrew Ammerlaan
2020-12-31 15:58 Aisha Tammy
2020-12-24 17:26 Horea Christian
2020-12-24 11:06 Horea Christian
2020-10-14  6:52 Horea Christian
2020-10-09 10:04 Horea Christian
2019-04-02  1:20 Horea Christian
2017-06-23  9:11 Justin Lecher
2015-02-02 12:06 Justin Lecher
2014-01-06 19:58 Justin Lecher
2013-11-16 17:03 Guillaume Horel
2013-11-16 17:03 Guillaume Horel
2013-11-16 17:03 Guillaume Horel
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock
2013-09-11 17:27 Nicolas Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442857443.409d2cef58b65ec5e0730c5c1d634b6e886dacba.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox