diff options
author | David Holm <dholm@gentoo.org> | 2005-05-04 14:28:08 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-04 14:28:08 +0000 |
commit | cd28c384a2baf3e9614b0c2c89872fc90e2c06a0 (patch) | |
tree | 2930c2ae2eef4586cd656d0b0b1d256a7cfb2d43 /sci-mathematics/scilab | |
parent | Readded to ~ppc (diff) | |
download | historical-cd28c384a2baf3e9614b0c2c89872fc90e2c06a0.tar.gz historical-cd28c384a2baf3e9614b0c2c89872fc90e2c06a0.tar.bz2 historical-cd28c384a2baf3e9614b0c2c89872fc90e2c06a0.zip |
Readded to ~ppc
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'sci-mathematics/scilab')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-3.0-r1.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 07373fd704f4..f9357e7641b4 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/scilab # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.3 2005/03/02 17:23:52 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.4 2005/05/04 14:28:08 dholm Exp $ + + 04 May 2005; David Holm <dholm@gentoo.org> scilab-3.0-r1.ebuild: + Readded to ~ppc. Please don't remove it without filing a proper bug report. *scilab-3.0-r1 (02 Mar 2005) diff --git a/sci-mathematics/scilab/Manifest b/sci-mathematics/scilab/Manifest index 0b098c1e7f1d..96a88a052505 100644 --- a/sci-mathematics/scilab/Manifest +++ b/sci-mathematics/scilab/Manifest @@ -1,8 +1,8 @@ -MD5 f5fac3ab0fa2d880a3a53cf76c3f165c ChangeLog 4430 +MD5 4573197f19dce5a1ff7afb29cb71d143 ChangeLog 4575 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 54c4a346190fcf1a594053bad1d62c93 scilab-2.7-r3.ebuild 4026 MD5 fdfaaa941f0429feb15fe35e67082c19 scilab-3.0.ebuild 5075 -MD5 d852c7184a32aa1fad66ec40e0831180 scilab-3.0-r1.ebuild 5291 +MD5 921dc326fe60a36eb4c95b7ffa9bb9eb scilab-3.0-r1.ebuild 5305 MD5 f8e77491ef5140fe63fbe21ca1964377 files/digest-scilab-2.7-r3 135 MD5 a485d7f0600472c5f79d8c78a09deb6a files/digest-scilab-3.0 68 MD5 814dd511c89a14982a5d6c60b09c1709 files/scilab-2.7-configure.patch 1702 diff --git a/sci-mathematics/scilab/scilab-3.0-r1.ebuild b/sci-mathematics/scilab/scilab-3.0-r1.ebuild index dc529a669b8d..821cb3713fc2 100644 --- a/sci-mathematics/scilab/scilab-3.0-r1.ebuild +++ b/sci-mathematics/scilab/scilab-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-3.0-r1.ebuild,v 1.1 2005/03/02 17:23:52 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-3.0-r1.ebuild,v 1.2 2005/05/04 14:28:08 dholm Exp $ inherit eutils @@ -10,12 +10,12 @@ HOMEPAGE="http://www.scilab.org/" LICENSE="scilab" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="ifc tcltk atlas gtk gtk2 Xaw3d" RDEPEND="virtual/x11 sys-libs/ncurses - atlas? ( sci-libs/atlas ) + !ppc? ( atlas? ( sci-libs/atlas ) ) gtk? ( media-libs/jpeg media-libs/libpng |