diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-03-25 09:15:41 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-03-25 09:15:41 +0000 |
commit | 957951c738e927afbd22cbc42c991d2f255d66ac (patch) | |
tree | e5f2707e69b74e7456ff8fad7e0b2fb606a3ce6a /media-gfx/aoi | |
parent | Bugfix in configure (diff) | |
download | historical-957951c738e927afbd22cbc42c991d2f255d66ac.tar.gz historical-957951c738e927afbd22cbc42c991d2f255d66ac.tar.bz2 historical-957951c738e927afbd22cbc42c991d2f255d66ac.zip |
As far as I know, mips doesn't have a JDK available to it, thus this creates a dependency issue for this package. Removing mips keywords until further notice.
Diffstat (limited to 'media-gfx/aoi')
-rw-r--r-- | media-gfx/aoi/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/aoi/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-1.4.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-1.6.ebuild | 4 |
4 files changed, 14 insertions, 8 deletions
diff --git a/media-gfx/aoi/ChangeLog b/media-gfx/aoi/ChangeLog index 000424446ef2..947ae20d400f 100644 --- a/media-gfx/aoi/ChangeLog +++ b/media-gfx/aoi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/aoi # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.4 2004/02/17 21:46:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.5 2004/03/25 09:15:41 kumba Exp $ + + 25 Mar 2004; Joshua Kinard <kumba@gentoo.org> aoi-1.4.ebuild, + aoi-1.6.ebuild: + As far as I know, mips doesn't have a JDK available to it, thus this creates a + dependency issue for this package. Removing mips keywords until further + notice. 17 Feb 2004; Gustavo Zacarias <gustavoz@gentoo.org> aoi-1.4.ebuild, aoi-1.6.ebuild: diff --git a/media-gfx/aoi/Manifest b/media-gfx/aoi/Manifest index 42f2b45f4ce4..684717cfe7ef 100644 --- a/media-gfx/aoi/Manifest +++ b/media-gfx/aoi/Manifest @@ -1,6 +1,6 @@ -MD5 a67f895b636db6289dd17ad417e1c84a ChangeLog 808 -MD5 67543b189c23c7e16e471db36fa9f8f9 aoi-1.4.ebuild 1242 -MD5 b57e6498bb76d19706cd102f05902fd7 aoi-1.6.ebuild 1430 +MD5 5576ef7efef92555893abe543c133c82 ChangeLog 1053 +MD5 cba98fc6f1fddae407402da4867eab49 aoi-1.4.ebuild 1234 +MD5 3944b62ee93bd2816377bf8f0ed70684 aoi-1.6.ebuild 1421 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 MD5 fcbe212ec198a221be85dae7710648bf files/aoi 855 MD5 3ecf40985d61919e8ca250e839e013a3 files/digest-aoi-1.4 121 diff --git a/media-gfx/aoi/aoi-1.4.ebuild b/media-gfx/aoi/aoi-1.4.ebuild index 9f30521c7ef9..73023a3473b7 100644 --- a/media-gfx/aoi/aoi-1.4.ebuild +++ b/media-gfx/aoi/aoi-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.4.ebuild,v 1.4 2004/02/17 21:46:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.4.ebuild,v 1.5 2004/03/25 09:15:41 kumba Exp $ inherit java-pkg @@ -10,7 +10,7 @@ DESCRIPTION="A free, open-source 3D modelling and rendering studio." SRC_URI="mirror://sourceforge/${PN}/${At} doc? ( http://aoi.sourceforge.net/docs/downloads/manual.zip )" HOMEPAGE="http://aoi.sourceforge.net/index" -KEYWORDS="x86 ppc sparc mips" +KEYWORDS="x86 ppc sparc" LICENSE="GPL-2" SLOT="0" DEPEND="" diff --git a/media-gfx/aoi/aoi-1.6.ebuild b/media-gfx/aoi/aoi-1.6.ebuild index ba1330430d8b..67fef80bb72d 100644 --- a/media-gfx/aoi/aoi-1.6.ebuild +++ b/media-gfx/aoi/aoi-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.6.ebuild,v 1.3 2004/02/17 21:46:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.6.ebuild,v 1.4 2004/03/25 09:15:41 kumba Exp $ inherit java-pkg @@ -10,7 +10,7 @@ DESCRIPTION="A free, open-source 3D modelling and rendering studio." SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip doc? ( http://aoi.sourceforge.net/docs/downloads/manual.zip )" HOMEPAGE="http://aoi.sourceforge.net/index" -KEYWORDS="~x86 ~ppc ~sparc ~mips" +KEYWORDS="~x86 ~ppc ~sparc" LICENSE="GPL-2" SLOT="0" DEPEND="" |