summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-03-17 03:57:06 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-03-17 03:57:06 +0000
commita4f08bc94e5250e8eb304c8036b5901c6ad451c9 (patch)
tree1a0ecdbd1600d7487066d82a20dc8e4daa0af28d /sci-libs/cln
parentno longer need libcom_err.a sanity check since we know com_err-1.39 is not br... (diff)
downloadgentoo-2-a4f08bc94e5250e8eb304c8036b5901c6ad451c9.tar.gz
gentoo-2-a4f08bc94e5250e8eb304c8036b5901c6ad451c9.tar.bz2
gentoo-2-a4f08bc94e5250e8eb304c8036b5901c6ad451c9.zip
Version bump. Removed lots of CFLAGS filtering code from the ebuild which is hopefully not needed any more for newer gcc versions.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-libs/cln')
-rw-r--r--sci-libs/cln/ChangeLog8
-rw-r--r--sci-libs/cln/cln-1.1.13.ebuild29
-rw-r--r--sci-libs/cln/files/digest-cln-1.1.133
3 files changed, 39 insertions, 1 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog
index 127b9a6251b9..2bc03f596a50 100644
--- a/sci-libs/cln/ChangeLog
+++ b/sci-libs/cln/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/cln
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.16 2007/02/22 01:18:47 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.17 2007/03/17 03:57:06 markusle Exp $
+
+*cln-1.1.13 (17 Mar 2007)
+
+ 17 Mar 2007; Markus Dittrich <markusle@gentoo.org> +cln-1.1.13.ebuild:
+ Version bump. Removed lots of CFLAGS filtering code from the ebuild
+ which is hopefully not needed any more for newer gcc versions.
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/sci-libs/cln/cln-1.1.13.ebuild b/sci-libs/cln/cln-1.1.13.ebuild
new file mode 100644
index 000000000000..d1efcf4a3b22
--- /dev/null
+++ b/sci-libs/cln/cln-1.1.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.13.ebuild,v 1.1 2007/03/17 03:57:06 markusle Exp $
+
+inherit flag-o-matic toolchain-funcs multilib
+
+DESCRIPTION="CLN, a class library (C++) for numbers"
+
+HOMEPAGE="http://www.ginac.de/CLN/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2
+ ftp://ftp.santafe.edu/pub/gnu/${P}.tar.bz2
+ ftp://ftp.ilog.fr/pub/Users/haible/gnu/${P}.tar.bz2"
+DEPEND="dev-libs/gmp"
+
+src_compile () {
+ econf --libdir=/usr/$(get_libdir) \
+ --datadir=/usr/share/doc/${P} || die "econf failed."
+ emake || die "make failed."
+}
+
+src_install () {
+ make DESTDIR=${D} install || die "install failed"
+}
diff --git a/sci-libs/cln/files/digest-cln-1.1.13 b/sci-libs/cln/files/digest-cln-1.1.13
new file mode 100644
index 000000000000..4a10771e21a3
--- /dev/null
+++ b/sci-libs/cln/files/digest-cln-1.1.13
@@ -0,0 +1,3 @@
+MD5 1f3d227360003b389bba14c8a5c3695a cln-1.1.13.tar.bz2 1708927
+RMD160 798e8e2a8d4aa81b770b6606ae1fe617bcb0cbc3 cln-1.1.13.tar.bz2 1708927
+SHA256 fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03 cln-1.1.13.tar.bz2 1708927