diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:28:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:28:09 +0000 |
commit | 878d5f55ebdf1583a78aa8d88e423260081242bb (patch) | |
tree | db2599d00dd7032c830b008452f3ca08ec354e8c /sci-mathematics/singular | |
parent | whitespace (diff) | |
download | gentoo-2-878d5f55ebdf1583a78aa8d88e423260081242bb.tar.gz gentoo-2-878d5f55ebdf1583a78aa8d88e423260081242bb.tar.bz2 gentoo-2-878d5f55ebdf1583a78aa8d88e423260081242bb.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-mathematics/singular')
4 files changed, 4 insertions, 11 deletions
diff --git a/sci-mathematics/singular/singular-2.0.5-r4.ebuild b/sci-mathematics/singular/singular-2.0.5-r4.ebuild index f4bb566f6f5c..9e6fa25fae9f 100644 --- a/sci-mathematics/singular/singular-2.0.5-r4.ebuild +++ b/sci-mathematics/singular/singular-2.0.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-2.0.5-r4.ebuild,v 1.3 2006/09/10 06:05:37 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-2.0.5-r4.ebuild,v 1.4 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils @@ -46,8 +46,6 @@ src_unpack () { sed -e "s/PFSUBST/${PF}/" -i ${S}/Singular/feResource.cc || die "sed failed on feResource.cc" } - - src_compile() { local myconf="${myconf} --with-NTL --prefix=${D}/usr" econf ${myconf} || die "econf failed" diff --git a/sci-mathematics/singular/singular-3.0.1.1.ebuild b/sci-mathematics/singular/singular-3.0.1.1.ebuild index ae57e4f28f5a..6c445e891386 100644 --- a/sci-mathematics/singular/singular-3.0.1.1.ebuild +++ b/sci-mathematics/singular/singular-3.0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.1.ebuild,v 1.2 2006/09/10 06:05:37 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.1.ebuild,v 1.3 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils @@ -24,7 +24,6 @@ DEPEND=">=dev-lang/perl-5.6 emacs? ( || ( app-editors/xemacs app-editors/emacs ) )" - S="${WORKDIR}"/${MY_PN}-${MY_PV_MAJOR} src_unpack () { diff --git a/sci-mathematics/singular/singular-3.0.1.2.ebuild b/sci-mathematics/singular/singular-3.0.1.2.ebuild index 0a186caab010..a491cef41d9d 100644 --- a/sci-mathematics/singular/singular-3.0.1.2.ebuild +++ b/sci-mathematics/singular/singular-3.0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.2.ebuild,v 1.7 2006/09/10 06:05:37 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.2.ebuild,v 1.8 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -24,7 +24,6 @@ DEPEND=">=dev-lang/perl-5.6 emacs? ( || ( virtual/xemacs virtual/emacs ) )" - S="${WORKDIR}"/${MY_PN}-${MY_PV_MAJOR} src_unpack () { @@ -42,7 +41,6 @@ src_compile() { filter-ldflags -hashvals filter-ldflags -Wl,-hashvals - local myconf="${myconf} --disable-doc --without-MP --with-factory --with-libfac --prefix=${S}" econf $(use_enable emacs) \ ${myconf} || die "econf failed" diff --git a/sci-mathematics/singular/singular-3.0.2.1.ebuild b/sci-mathematics/singular/singular-3.0.2.1.ebuild index fb1209ffcee9..aa81b1b5f28d 100644 --- a/sci-mathematics/singular/singular-3.0.2.1.ebuild +++ b/sci-mathematics/singular/singular-3.0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.2.1.ebuild,v 1.2 2007/05/19 21:56:11 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.2.1.ebuild,v 1.3 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils flag-o-matic autotools multilib @@ -25,8 +25,6 @@ DEPEND=">=dev-lang/perl-5.6 virtual/emacs ) ) boost? ( dev-libs/boost )" - - S="${WORKDIR}"/${MY_PN}-${MY_PV_MAJOR} src_unpack () { |