summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-06-25 23:55:54 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-06-25 23:55:54 +0000
commit16c78c4c96398eba6b44fb2bda84f6e1b3b87980 (patch)
tree77b1c5ba29c76e375dcbda7d319084f8ae1db0f4 /sci-libs
parentAdded to x86. Removed obsolete version. (diff)
downloadgentoo-2-16c78c4c96398eba6b44fb2bda84f6e1b3b87980.tar.gz
gentoo-2-16c78c4c96398eba6b44fb2bda84f6e1b3b87980.tar.bz2
gentoo-2-16c78c4c96398eba6b44fb2bda84f6e1b3b87980.zip
Removed obsolete version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/cln/ChangeLog5
-rw-r--r--sci-libs/cln/cln-1.1.5.ebuild45
-rw-r--r--sci-libs/cln/files/digest-cln-1.1.51
3 files changed, 4 insertions, 47 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog
index 4456c43c4f7c..d9af35aba0fd 100644
--- a/sci-libs/cln/ChangeLog
+++ b/sci-libs/cln/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/cln
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.4 2005/06/05 15:49:57 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.5 2005/06/25 23:55:54 ribosome Exp $
+
+ 25 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -cln-1.1.5.ebuild:
+ Removed obsolete version.
*cln-1.1.9 (05 Jun 2005)
diff --git a/sci-libs/cln/cln-1.1.5.ebuild b/sci-libs/cln/cln-1.1.5.ebuild
deleted file mode 100644
index f3273869acb1..000000000000
--- a/sci-libs/cln/cln-1.1.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.5.ebuild,v 1.2 2005/05/15 19:05:14 kugelfang Exp $
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="CLN, a class library (C++) for numbers"
-
-HOMEPAGE="http://www.ginac.de/CLN/"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="x86 ~ppc ~sparc"
-IUSE=""
-
-SRC_URI="ftp://ftp.santafe.edu/pub/gnu/${P}.tar.gz"
-#SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.gz"
-DEPEND="dev-libs/gmp"
-
-src_compile() {
- libtoolize -c -f
-
- # at least with gcc 2.95 and 3.1, cln won't like -O3 flag...
- replace-flags -O[3..9] -O2
-
- # and with gcc 2.95.3, it doesn't like funroll-loops as well...
- if [ "$( gcc-fullversion )" == "2.95.3" ]; then
- filter-flags -funroll-loops
- filter-flags -frerun-loop-opt
- fi
-
- ./configure \
- --build=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --datadir=/usr/share/doc/${P} \
- --mandir=/usr/share/man || die "./configure failed"
-
- #it doesn't also like parallel make :)
- make || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-}
diff --git a/sci-libs/cln/files/digest-cln-1.1.5 b/sci-libs/cln/files/digest-cln-1.1.5
deleted file mode 100644
index 179c916e1279..000000000000
--- a/sci-libs/cln/files/digest-cln-1.1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55d9e26806bfe9023c09caf2d7e7e91b cln-1.1.5.tar.gz 2042960