diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-02 02:51:56 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-02 02:51:56 +0000 |
commit | bb204e675ccd5b2e9d39025a018443599c073dac (patch) | |
tree | 16be2007a910ad8efbd91f4b672c5c24a774c2c5 /sci-mathematics/ginac | |
parent | Add media-libs/freetype for dedicated build until configure script is fixed r... (diff) | |
download | gentoo-2-bb204e675ccd5b2e9d39025a018443599c073dac.tar.gz gentoo-2-bb204e675ccd5b2e9d39025a018443599c073dac.tar.bz2 gentoo-2-bb204e675ccd5b2e9d39025a018443599c073dac.zip |
Add ~amd64, bug 149844
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/ginac/files/digest-ginac-1.2.3 | 2 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.3.4.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 6940cdd82cef..163bebde9e1b 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2006/09/30 23:57:20 wormo Exp $ +# 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 $ + + 02 Feb 2007; Steve Dibb <beandog@gentoo.org> ginac-1.3.4.ebuild: + Add ~amd64, bug 149844 30 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> ginac-1.3.4.ebuild: diff --git a/sci-mathematics/ginac/files/digest-ginac-1.2.3 b/sci-mathematics/ginac/files/digest-ginac-1.2.3 index b5f37762c47c..d3305ccf3318 100644 --- a/sci-mathematics/ginac/files/digest-ginac-1.2.3 +++ b/sci-mathematics/ginac/files/digest-ginac-1.2.3 @@ -1 +1,3 @@ MD5 ed63e9b45bb06f24ea18a746e1f4270a GiNaC-1.2.3.tar.bz2 750136 +RMD160 8e665366a0f6cbdc64ffa690e9d17e3ec35d637d GiNaC-1.2.3.tar.bz2 750136 +SHA256 93cb6f8c0cc04bdc3527c4ba7429ef07a1f74f59c5a64aaf215cb41d7cba24f6 GiNaC-1.2.3.tar.bz2 750136 diff --git a/sci-mathematics/ginac/ginac-1.3.4.ebuild b/sci-mathematics/ginac/ginac-1.3.4.ebuild index 8048e4bae777..31eee7e7305c 100644 --- a/sci-mathematics/ginac/ginac-1.3.4.ebuild +++ b/sci-mathematics/ginac/ginac-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.4.ebuild,v 1.3 2006/09/30 23:57:20 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.4.ebuild,v 1.4 2007/02/02 02:51:56 beandog Exp $ inherit eutils @@ -10,11 +10,12 @@ HOMEPAGE="http://www.ginac.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc ~sparc x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND="sci-libs/cln" src_install() { - make DESTDIR=${D} install || die + dodoc README NEWS + make DESTDIR="${D}" install || die } |