diff options
author | David Holm <dholm@gentoo.org> | 2004-03-15 14:34:09 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-15 14:34:09 +0000 |
commit | 894eaf09e2da7964bcdb924c360b3203cd9a40ff (patch) | |
tree | 672f9ece1c5f53fcacf3cd9453ed2bdbbde3268b /app-sci | |
parent | Fixing bug #41638, adding usage of CFLAGS in -r1 (diff) | |
download | historical-894eaf09e2da7964bcdb924c360b3203cd9a40ff.tar.gz historical-894eaf09e2da7964bcdb924c360b3203cd9a40ff.tar.bz2 historical-894eaf09e2da7964bcdb924c360b3203cd9a40ff.zip |
Added to ~ppc
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/cdf/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/cdf/Manifest | 4 | ||||
-rw-r--r-- | app-sci/cdf/cdf-2.7.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-sci/cdf/ChangeLog b/app-sci/cdf/ChangeLog index eac3ef89c848..fb1d041917ab 100644 --- a/app-sci/cdf/ChangeLog +++ b/app-sci/cdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/cdf -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/cdf/ChangeLog,v 1.1 2003/12/22 10:23:38 phosphan Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/cdf/ChangeLog,v 1.2 2004/03/15 14:34:09 dholm Exp $ + + 15 Mar 2004; David Holm <dholm@gentoo.org> cdf-2.7.ebuild: + Added to ~ppc. *cdf-2.7 (22 Dec 2003) diff --git a/app-sci/cdf/Manifest b/app-sci/cdf/Manifest index 82194feef7c0..c8003a80fb80 100644 --- a/app-sci/cdf/Manifest +++ b/app-sci/cdf/Manifest @@ -1,4 +1,4 @@ -MD5 e184cf6ffe2c1615dcae79e1a432b0e8 ChangeLog 333 +MD5 18f6e68a44f472ac64d48462460e48eb ChangeLog 409 +MD5 0c8e2070211750f7515718716d716dff cdf-2.7.ebuild 1578 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 5070b01ab6ff66e1d732a82ff97b992e cdf-2.7.ebuild 1576 MD5 5b499d4b4c0682ebecd2e795aa95bc04 files/digest-cdf-2.7 133 diff --git a/app-sci/cdf/cdf-2.7.ebuild b/app-sci/cdf/cdf-2.7.ebuild index 6a5f64cf6692..a7014d718cd0 100644 --- a/app-sci/cdf/cdf-2.7.ebuild +++ b/app-sci/cdf/cdf-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/cdf/cdf-2.7.ebuild,v 1.3 2004/03/03 13:26:09 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/cdf/cdf-2.7.ebuild,v 1.4 2004/03/15 14:34:09 dholm Exp $ MY_P="${P/-}" MY_P="${MY_P/.}" @@ -11,7 +11,7 @@ SRC_URI="ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/${MY_P}/unix/${MY_P}-di java? ( ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/${MY_P}/unix/${MY_P}-dist-java.tar.gz )" LICENSE="CDF" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="ncurses java" RDEPEND="ncurses? ( sys-libs/ncurses )" |