diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-06 22:30:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-06 22:30:08 +0000 |
commit | e933557d8c56eef8d4c52b94f024033289ec2143 (patch) | |
tree | f16a0fdfc2167a92abb25f65b325488c6bb9d1ca /dev-perl/PDL | |
parent | note on tests (Manifest recommit) (diff) | |
download | gentoo-2-e933557d8c56eef8d4c52b94f024033289ec2143.tar.gz gentoo-2-e933557d8c56eef8d4c52b94f024033289ec2143.tar.bz2 gentoo-2-e933557d8c56eef8d4c52b94f024033289ec2143.zip |
Fix use invocation
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.3.2-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.3.4.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.0-r1.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.0.ebuild | 17 |
6 files changed, 30 insertions, 27 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index d962b9e34e7a..06ec595e1060 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PDL # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.20 2004/04/16 11:32:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.21 2004/06/06 22:30:08 agriffis Exp $ + + 06 Jun 2004; Aron Griffis <agriffis@gentoo.org> PDL-2.3.2-r1.ebuild, + PDL-2.3.2-r2.ebuild, PDL-2.3.4.ebuild, PDL-2.4.0-r1.ebuild, + PDL-2.4.0.ebuild: + Fix use invocation 16 Apr 2004; Michael Cummings <mcummings@gentoo.org> PDL-2.4.0-r1.ebuild: Syntax fix for newdepend, bug 29064 diff --git a/dev-perl/PDL/PDL-2.3.2-r1.ebuild b/dev-perl/PDL/PDL-2.3.2-r1.ebuild index f0fd503178e6..0cab24cccaf4 100644 --- a/dev-perl/PDL/PDL-2.3.2-r1.ebuild +++ b/dev-perl/PDL/PDL-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.16 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.17 2004/06/06 22:30:08 agriffis Exp $ IUSE="opengl" @@ -27,7 +27,7 @@ src_unpack() { unpack ${A} #open gl does not work at the moment - if [ "`use opengl`" ] + if use opengl then echo "OpenGL support is current disabled due to build issues" sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ diff --git a/dev-perl/PDL/PDL-2.3.2-r2.ebuild b/dev-perl/PDL/PDL-2.3.2-r2.ebuild index c54b411fd2d8..8b62c2f59ed8 100644 --- a/dev-perl/PDL/PDL-2.3.2-r2.ebuild +++ b/dev-perl/PDL/PDL-2.3.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r2.ebuild,v 1.6 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r2.ebuild,v 1.7 2004/06/06 22:30:08 agriffis Exp $ IUSE="opengl" @@ -27,7 +27,7 @@ src_unpack() { unpack ${A} #open gl does not work at the moment - if [ "`use opengl`" ] + if use opengl then echo "OpenGL support is current disabled due to build issues" sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ diff --git a/dev-perl/PDL/PDL-2.3.4.ebuild b/dev-perl/PDL/PDL-2.3.4.ebuild index fb8a52fb7463..4f5e5fc80cbc 100644 --- a/dev-perl/PDL/PDL-2.3.4.ebuild +++ b/dev-perl/PDL/PDL-2.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.4.ebuild,v 1.3 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.4.ebuild,v 1.4 2004/06/06 22:30:08 agriffis Exp $ IUSE="opengl" @@ -31,7 +31,7 @@ src_unpack() { unpack ${A} #open gl does not work at the moment - if [ "`use opengl`" ] + if use opengl then echo "OpenGL support is current disabled due to build issues" sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ diff --git a/dev-perl/PDL/PDL-2.4.0-r1.ebuild b/dev-perl/PDL/PDL-2.4.0-r1.ebuild index b8e66096fc7b..09d1b02e6c4f 100644 --- a/dev-perl/PDL/PDL-2.4.0-r1.ebuild +++ b/dev-perl/PDL/PDL-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r1.ebuild,v 1.7 2004/04/16 11:32:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r1.ebuild,v 1.8 2004/06/06 22:30:08 agriffis Exp $ IUSE="opengl" @@ -19,7 +19,8 @@ DEPEND=">=sys-libs/ncurses-5.2 dev-perl/Inline >=dev-perl/ExtUtils-F77-1.13 dev-perl/Text-Balanced - opengl? ( virtual/opengl virtual/glu )" + opengl? ( virtual/opengl virtual/glu ) + >=sys-apps/sed-4" mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO" @@ -29,7 +30,7 @@ src_unpack() { unpack ${A} #open gl does not work at the moment - if [ "`use opengl`" ] + if use opengl then echo "OpenGL support is current disabled due to build issues" sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ @@ -38,11 +39,9 @@ src_unpack() { sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ ${FILESDIR}/perldl.conf > ${S}/perldl.conf fi - if [ "`use hppa`" -o "`use amd64`" ] - then - cd ${S}/Lib/Slatec - cp Makefile.PL Makefile.PL.orig - sed -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL.orig > Makefile.PL + if use hppa || use amd64; then + cd ${S}/Lib/Slatec + sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL fi } diff --git a/dev-perl/PDL/PDL-2.4.0.ebuild b/dev-perl/PDL/PDL-2.4.0.ebuild index 9cb8f89c1ef3..39115f01e28f 100644 --- a/dev-perl/PDL/PDL-2.4.0.ebuild +++ b/dev-perl/PDL/PDL-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.7 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.8 2004/06/06 22:30:08 agriffis Exp $ IUSE="opengl" @@ -22,7 +22,8 @@ DEPEND="${DEPEND} dev-perl/Inline >=dev-perl/ExtUtils-F77-1.13 dev-perl/Text-Balanced - opengl? ( virtual/opengl virtual/glu )" + opengl? ( virtual/opengl virtual/glu ) + >=sys-apps/sed-4" mydoc="DEPNDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO" @@ -32,7 +33,7 @@ src_unpack() { unpack ${A} #open gl does not work at the moment - if [ "`use opengl`" ] + if use opengl then echo "OpenGL support is current disabled due to build issues" sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ @@ -41,11 +42,9 @@ src_unpack() { sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ ${FILESDIR}/perldl.conf > ${S}/perldl.conf fi - if [ "`use hppa`" -o "`use amd64`" ] - then - cd ${S}/Lib/Slatec - cp Makefile.PL Makefile.PL.orig - sed -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL.orig > Makefile.PL + if use hpp || use amd64; then + cd ${S}/Lib/Slatec + sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL fi } |