diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 01:44:36 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 01:44:36 +0000 |
commit | ccbc5c8d233ea31fc00a1c0dd1fba11d99560bb0 (patch) | |
tree | 785ebe6c34ab29f53cc8192ef138cf0238bce736 /sci-mathematics/ginac | |
parent | >=dev-libs/lzo-2 for testing (diff) | |
download | gentoo-2-ccbc5c8d233ea31fc00a1c0dd1fba11d99560bb0.tar.gz gentoo-2-ccbc5c8d233ea31fc00a1c0dd1fba11d99560bb0.tar.bz2 gentoo-2-ccbc5c8d233ea31fc00a1c0dd1fba11d99560bb0.zip |
Removed obsolete versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/ginac/files/digest-ginac-1.1.3 | 1 | ||||
-rw-r--r-- | sci-mathematics/ginac/files/digest-ginac-1.1.6 | 1 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.1.3.ebuild | 30 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.1.6.ebuild | 30 |
5 files changed, 6 insertions, 64 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 8ec7beabe673..448e218849db 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ginac -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.5 2004/12/30 06:33:36 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.6 2005/06/26 01:44:36 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -ginac-1.1.3.ebuild, + -ginac-1.1.6.ebuild: + Removed obsolete versions. 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> ginac-1.2.3.ebuild: Dependency update: dev-libs/cln -> sci-libs/cln. diff --git a/sci-mathematics/ginac/files/digest-ginac-1.1.3 b/sci-mathematics/ginac/files/digest-ginac-1.1.3 deleted file mode 100644 index b2ddecf725a9..000000000000 --- a/sci-mathematics/ginac/files/digest-ginac-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4b3b5ea4ac9650d6bcd4708e43a3a532 GiNaC-1.1.3.tar.bz2 637620 diff --git a/sci-mathematics/ginac/files/digest-ginac-1.1.6 b/sci-mathematics/ginac/files/digest-ginac-1.1.6 deleted file mode 100644 index 313f143fd6eb..000000000000 --- a/sci-mathematics/ginac/files/digest-ginac-1.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e64ecfc545f949635989c84ebff81f5 GiNaC-1.1.6.tar.bz2 650432 diff --git a/sci-mathematics/ginac/ginac-1.1.3.ebuild b/sci-mathematics/ginac/ginac-1.1.3.ebuild deleted file mode 100644 index a957d65a1240..000000000000 --- a/sci-mathematics/ginac/ginac-1.1.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.1.3.ebuild,v 1.2 2004/12/28 20:05:57 ribosome Exp $ - -IUSE="" - -inherit flag-o-matic - -Name="GiNaC" -S=${WORKDIR}/${Name}-${PV} - -DESCRIPTION="GiNaC : a free CAS (computer algebra system)" -SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${Name}-${PV}.tar.bz2" -HOMEPAGE="http://www.ginac.de/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" - -DEPEND="sci-libs/cln" - -src_compile() { - filter-flags "-funroll-loops -frerun-loop-opt" - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} diff --git a/sci-mathematics/ginac/ginac-1.1.6.ebuild b/sci-mathematics/ginac/ginac-1.1.6.ebuild deleted file mode 100644 index edcfbdf79900..000000000000 --- a/sci-mathematics/ginac/ginac-1.1.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.1.6.ebuild,v 1.2 2004/12/28 20:06:16 ribosome Exp $ - -IUSE="" - -inherit flag-o-matic - -Name="GiNaC" -S=${WORKDIR}/${Name}-${PV} - -DESCRIPTION="GiNaC : a free CAS (computer algebra system)" -SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${Name}-${PV}.tar.bz2" -HOMEPAGE="http://www.ginac.de/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" - -DEPEND="sci-libs/cln" - -src_compile() { - filter-flags "-funroll-loops -frerun-loop-opt" - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} |