public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicolas Bock" <nicolasbock@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/
Date: Wed, 11 Sep 2013 17:27:08 +0000 (UTC)	[thread overview]
Message-ID: <1370992434.af6f650de9f95b3d10549adf070e4c8c0accd9a8.nicolasbock@gentoo> (raw)

commit:     af6f650de9f95b3d10549adf070e4c8c0accd9a8
Author:     Gert Wollny <gw.fossdev <AT> gmail <DOT> com>
AuthorDate: Tue Jun 11 23:09:13 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Jun 11 23:13:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=af6f650d

Further cleaup the ebuild:

  - correct indentions
  - remove patented use flag since it is an unused  leftover from the
    itk-3.X times
  - remove some out-commented lines

---
 sci-libs/itk/itk-4.4.0.ebuild | 45 ++++++++++++++-----------------------------
 sci-libs/itk/metadata.xml     |  1 -
 2 files changed, 14 insertions(+), 32 deletions(-)

diff --git a/sci-libs/itk/itk-4.4.0.ebuild b/sci-libs/itk/itk-4.4.0.ebuild
index dfa9489..8e522b6 100644
--- a/sci-libs/itk/itk-4.4.0.ebuild
+++ b/sci-libs/itk/itk-4.4.0.ebuild
@@ -16,7 +16,7 @@ RESTRICT="primaryuri"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE="debug examples fftw hdf5 itkv3compat patented python  review test"
+IUSE="debug examples fftw hdf5 itkv3compat python  review test"
 
 RDEPEND="fftw? ( sci-libs/fftw:3.0 )
 	 hdf5? ( sci-libs/hdf5[cxx] )
@@ -27,7 +27,7 @@ RDEPEND="fftw? ( sci-libs/fftw:3.0 )
 		"
 DEPEND="${RDEPEND}
 		  >=dev-util/cmake-2.8
-	python? ( >=dev-lang/python-2.5 >=dev-lang/swig-2.0 >=dev-cpp/gccxml-0.9.0_pre20120309 )
+	python? ( ${PYTHON_DEPS}  >=dev-lang/swig-2.0 >=dev-cpp/gccxml-0.9.0_pre20120309 )
 	"
 
 MY_PN=InsightToolkit
@@ -75,23 +75,22 @@ src_configure() {
 	fi
 
 	local mycmakeargs=(
-		 -DCMAKE_INSTALL_PREFIX:PATH=/usr
-		 -DWRAP_ITK_JAVA=OFF
-		 -DWRAP_ITK_TCL=OFF
-		 -DITK_USE_SYSTEM_JPEG=ON
-		 -DITK_USE_SYSTEM_PNG=ON
-		 -DITK_USE_SYSTEM_TIFF=ON
-		 -DITK_USE_SYSTEM_ZLIB=ON
-		 -DITK_BUILD_ALL_MODULES=ON
-		 -DITK_USE_SYSTEM_GCCXML=ON
-		 -DITK_USE_SYSTEM_SWIG=ON
-		 -DBUILD_SHARED_LIBS=ON
-		 -DITK_COMPUTER_MEMORY_SIZE="$ITK_COMPUTER_MEMORY_SIZE"
+		-DCMAKE_INSTALL_PREFIX:PATH=/usr
+		-DWRAP_ITK_JAVA=OFF
+		-DWRAP_ITK_TCL=OFF
+		-DITK_USE_SYSTEM_JPEG=ON
+		-DITK_USE_SYSTEM_PNG=ON
+		-DITK_USE_SYSTEM_TIFF=ON
+		-DITK_USE_SYSTEM_ZLIB=ON
+		-DITK_BUILD_ALL_MODULES=ON
+		-DITK_USE_SYSTEM_GCCXML=ON
+		-DITK_USE_SYSTEM_SWIG=ON
+		-DBUILD_SHARED_LIBS=ON
+		-DITK_COMPUTER_MEMORY_SIZE="$ITK_COMPUTER_MEMORY_SIZE"
 		$(cmake-utils_use_build examples)
 		$(cmake-utils_use_build test TESTING)
 		$(cmake-utils_use hdf5 ITK_USE_SYSTEM_HDF5)
 		$(cmake-utils_use review ITK_USE_REVIEW)
-		$(cmake-utils_use patented ITK_USE_PATENTED)
 		)
 
 	if use itkv3compat; then
@@ -120,11 +119,6 @@ src_configure() {
 	cmake-utils_src_configure
 }
 
-#src_compile() {
-#	cd "${WORKDIR}/${PN}-${PV}_build"
-#        emake || die "emake failed"
-#}
-
 src_install() {
 
 	cmake-utils_src_install
@@ -176,14 +170,3 @@ src_install() {
 	doenvd "${T}/40${PN}"
 
 }
-
-pkg_postinst() {
-
-	if use patented; then
-		ewarn "Using patented code in ITK may require a license."
-		ewarn "For more information, please read:"
-		ewarn "http://www.itk.org/HTML/Copyright.htm"
-		ewarn "http://www.itk.org/Wiki/ITK_Patent_Bazaar"
-	fi
-
-}

diff --git a/sci-libs/itk/metadata.xml b/sci-libs/itk/metadata.xml
index 632be3d..25bf3dd 100644
--- a/sci-libs/itk/metadata.xml
+++ b/sci-libs/itk/metadata.xml
@@ -11,7 +11,6 @@
 </longdescription>
 <use>
 	<flag name="itkv3compat">Use review statistics</flag>
-        <flag name="patented">Compile patented algorithms</flag>
 	<flag name="review">Enable compilation of mehods under review</flag>
 </use>
 </pkgmetadata>


             reply	other threads:[~2013-09-11 17:27 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 17:27 Nicolas Bock [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-09-21 17:44 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

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=1370992434.af6f650de9f95b3d10549adf070e4c8c0accd9a8.nicolasbock@gentoo \
    --to=nicolasbock@gmail.com \
    --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