diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:53:34 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:53:34 +0000 |
commit | a839384cf4c05950cf427251f8b223c656d07012 (patch) | |
tree | c02ea7c087e8d45db258a156ea9b295441947f99 /dev-java/xml-commons | |
parent | Version bump to 1.68 and closing bug #147017. (diff) | |
download | historical-a839384cf4c05950cf427251f8b223c656d07012.tar.gz historical-a839384cf4c05950cf427251f8b223c656d07012.tar.bz2 historical-a839384cf4c05950cf427251f8b223c656d07012.zip |
Dropping sparc keywords, see #96229
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-java/xml-commons')
-rw-r--r-- | dev-java/xml-commons/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/xml-commons/xml-commons-1.0_beta2.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/xml-commons/ChangeLog b/dev-java/xml-commons/ChangeLog index 501f7c584344..37f6f4823ef5 100644 --- a/dev-java/xml-commons/ChangeLog +++ b/dev-java/xml-commons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/xml-commons # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/ChangeLog,v 1.13 2006/07/22 23:10:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/ChangeLog,v 1.14 2006/10/05 17:00:40 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + xml-commons-1.0_beta2.ebuild, xml-commons-1.0_beta2-r1.ebuild: + Dropping sparc keywords, see #96229 *xml-commons-1.0_beta2-r1 (22 Jul 2006) diff --git a/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild b/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild index 488adddc6eca..121608e23e4d 100644 --- a/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild +++ b/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild,v 1.1 2006/07/22 23:10:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild,v 1.2 2006/10/05 17:00:40 gustavoz Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/xml/commons/${MY_P}.tar.gz" # See ${S}/java/external for the license files LICENSE="Apache-1.1 public-domain W3C-document W3C" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild b/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild index 0990bf44ad5d..c73e36fa6efe 100644 --- a/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild +++ b/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild,v 1.15 2005/11/29 18:32:48 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild,v 1.16 2006/10/05 17:00:40 gustavoz Exp $ inherit eutils java-pkg @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/xml/commons/${MY_P}.tar.gz" # See ${S}/java/external for the license files LICENSE="Apache-1.1 public-domain W3C-document W3C" SLOT="0" -KEYWORDS="x86 amd64 ppc64 ppc sparc" +KEYWORDS="x86 amd64 ppc64 ppc" IUSE="doc jikes source" DEPEND=">=virtual/jdk-1.4 |