summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-07-12 02:13:01 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-07-12 02:13:01 +0000
commit8886253a7b6885c7bbe2c87544611e121f75119e (patch)
tree62f67bd95bba17ae4ac922d702a938aac2829174 /sci-mathematics
parentRemoving net-analyzer/acid. Please migrate to net-analyzer/base. (diff)
downloadgentoo-2-8886253a7b6885c7bbe2c87544611e121f75119e.tar.gz
gentoo-2-8886253a7b6885c7bbe2c87544611e121f75119e.tar.bz2
gentoo-2-8886253a7b6885c7bbe2c87544611e121f75119e.zip
Version bump.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/ginac/ChangeLog9
-rw-r--r--sci-mathematics/ginac/files/digest-ginac-1.3.43
-rw-r--r--sci-mathematics/ginac/ginac-1.3.4.ebuild20
3 files changed, 30 insertions, 2 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog
index 5ae3a7ae480a..dab846c972d0 100644
--- a/sci-mathematics/ginac/ChangeLog
+++ b/sci-mathematics/ginac/ChangeLog
@@ -1,8 +1,13 @@
# ChangeLog for sci-mathematics/ginac
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.7 2006/03/15 15:18:30 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.8 2006/07/12 02:13:01 markusle Exp $
- 15 Mar 2006; Markus Dittrich <markusle@gentoo.org> ChangeLog:
+*ginac-1.3.4 (12 Jul 2006)
+
+ 12 Jul 2006; Markus Dittrich <markusle@gentoo.org> +ginac-1.3.4.ebuild:
+ Version bump.
+
+ 15 Mar 2006; Markus Dittrich <markusle@gentoo.org> +ginac-1.3.3.ebuild, +ginac-1.3.3-gcc4.1-gentoo.patch:
Version bump. Also added small patch to allow compilation
with gcc-4.1. This fixes bug #125184.
diff --git a/sci-mathematics/ginac/files/digest-ginac-1.3.4 b/sci-mathematics/ginac/files/digest-ginac-1.3.4
new file mode 100644
index 000000000000..d715401302a3
--- /dev/null
+++ b/sci-mathematics/ginac/files/digest-ginac-1.3.4
@@ -0,0 +1,3 @@
+MD5 ed887e80cc119eeb07c0329990576446 ginac-1.3.4.tar.bz2 769513
+RMD160 de2dc106f5fc7ac1fe4e53cf583edad305d58c5a ginac-1.3.4.tar.bz2 769513
+SHA256 bd8e7f0d71ebb0713f80142e4c9d34a724a91cb8a9b5c93885b4aa2ace96cd33 ginac-1.3.4.tar.bz2 769513
diff --git a/sci-mathematics/ginac/ginac-1.3.4.ebuild b/sci-mathematics/ginac/ginac-1.3.4.ebuild
new file mode 100644
index 000000000000..50f2a1d878a8
--- /dev/null
+++ b/sci-mathematics/ginac/ginac-1.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.4.ebuild,v 1.1 2006/07/12 02:13:01 markusle Exp $
+
+inherit eutils
+
+DESCRIPTION="GiNaC : a free CAS (computer algebra system)"
+SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${P}.tar.bz2"
+HOMEPAGE="http://www.ginac.de/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+IUSE=""
+
+DEPEND="sci-libs/cln"
+
+src_install() {
+ make DESTDIR=${D} install || die
+}