From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 505421381F3 for ; Wed, 11 Sep 2013 17:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 140A7E0BC6; Wed, 11 Sep 2013 17:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 674BCE0BBC for ; Wed, 11 Sep 2013 17:27:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FD4F33EBC0 for ; Wed, 11 Sep 2013 17:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A716CE5468 for ; Wed, 11 Sep 2013 17:27:08 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1370992608.0bc49f3aa7c814aa352021aa83b2c5bc33b3dc9a.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/itk/itk-4.4.0.ebuild X-VCS-Directories: sci-libs/itk/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 0bc49f3aa7c814aa352021aa83b2c5bc33b3dc9a X-VCS-Branch: master Date: Wed, 11 Sep 2013 17:27:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c0c4513-2c60-41fe-98f1-b2f0e5b80244 X-Archives-Hash: 1e246f01bc32e78387f2828f9ba7aff1 commit: 0bc49f3aa7c814aa352021aa83b2c5bc33b3dc9a Author: Gert Wollny gmail com> AuthorDate: Tue Jun 11 23:16:48 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Tue Jun 11 23:16:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0bc49f3a remove obsolete check for environment variables --- sci-libs/itk/itk-4.4.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sci-libs/itk/itk-4.4.0.ebuild b/sci-libs/itk/itk-4.4.0.ebuild index afebbf8..ca8d4e2 100644 --- a/sci-libs/itk/itk-4.4.0.ebuild +++ b/sci-libs/itk/itk-4.4.0.ebuild @@ -67,12 +67,6 @@ pkg_pretend() { } src_configure() { - if [ "x$ITK_COMPUTER_MEMORY_SIZE" = "x" ]; then - ITK_COMPUTER_MEMORY_SIZE=4 - fi - if [ "x$ITK_WRAP_DIMS" = "x" ]; then - ITK_WRAP_DIMS=2,3 - fi local mycmakeargs=( -DCMAKE_INSTALL_PREFIX:PATH=/usr