diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-03-18 14:53:34 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-03-18 14:53:34 +0000 |
commit | 2f0161704ae9519e6ae8946a2cdad22efce5bc0c (patch) | |
tree | 7af52ceb5121ed4bcd127a21de6115414d179576 /sci-mathematics | |
parent | Cleanup, Vbump. (diff) | |
download | gentoo-2-2f0161704ae9519e6ae8946a2cdad22efce5bc0c.tar.gz gentoo-2-2f0161704ae9519e6ae8946a2cdad22efce5bc0c.tar.bz2 gentoo-2-2f0161704ae9519e6ae8946a2cdad22efce5bc0c.zip |
Version bump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/ginac/files/digest-ginac-1.3.7 | 3 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.3.7.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 163bebde9e1b..a89b97b7110f 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/ginac # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.11 2007/02/02 02:51:56 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.12 2007/03/18 14:53:34 markusle Exp $ + +*ginac-1.3.7 (17 Mar 2007) + + 17 Mar 2007; Markus Dittrich <markusle@gentoo.org> +ginac-1.3.7.ebuild: + Version bump. 02 Feb 2007; Steve Dibb <beandog@gentoo.org> ginac-1.3.4.ebuild: Add ~amd64, bug 149844 diff --git a/sci-mathematics/ginac/files/digest-ginac-1.3.7 b/sci-mathematics/ginac/files/digest-ginac-1.3.7 new file mode 100644 index 000000000000..504aecb17044 --- /dev/null +++ b/sci-mathematics/ginac/files/digest-ginac-1.3.7 @@ -0,0 +1,3 @@ +MD5 27e4a8182a4c50e4030412d091bdbc6c ginac-1.3.7.tar.bz2 793441 +RMD160 04ce8fce6e7aba29835a5a8d925b2a6ea630d9cc ginac-1.3.7.tar.bz2 793441 +SHA256 a550af7f970ce93651b63951b0a1d013f264204cd82774d0984c7b5f89c8815a ginac-1.3.7.tar.bz2 793441 diff --git a/sci-mathematics/ginac/ginac-1.3.7.ebuild b/sci-mathematics/ginac/ginac-1.3.7.ebuild new file mode 100644 index 000000000000..525d1124bc50 --- /dev/null +++ b/sci-mathematics/ginac/ginac-1.3.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild,v 1.1 2007/03/18 14:53:34 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="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="sci-libs/cln" + +src_install() { + dodoc README NEWS + make DESTDIR="${D}" install || die "Install failed." +} |