summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2006-10-05 15:00:45 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2006-10-05 15:00:45 +0000
commita1f674b1c246c59a199ad36baca6c01382b4ab2c (patch)
tree8bba48c98c12f9158f47534eed89d696af55ffd5 /dev-java/ant-core
parentDropping sparc keywords, see #96229 (diff)
downloadgentoo-2-a1f674b1c246c59a199ad36baca6c01382b4ab2c.tar.gz
gentoo-2-a1f674b1c246c59a199ad36baca6c01382b4ab2c.tar.bz2
gentoo-2-a1f674b1c246c59a199ad36baca6c01382b4ab2c.zip
Dropping sparc keywords, see #96229
(Portage version: 2.1.1)
Diffstat (limited to 'dev-java/ant-core')
-rw-r--r--dev-java/ant-core/ChangeLog7
-rw-r--r--dev-java/ant-core/ant-core-1.6.2-r5.ebuild4
-rw-r--r--dev-java/ant-core/ant-core-1.6.5-r14.ebuild4
-rw-r--r--dev-java/ant-core/ant-core-1.6.5-r2.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-java/ant-core/ChangeLog b/dev-java/ant-core/ChangeLog
index e1b79859e589..d1e243de6ea7 100644
--- a/dev-java/ant-core/ChangeLog
+++ b/dev-java/ant-core/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for dev-java/ant-core
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.50 2006/10/02 21:26:17 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.51 2006/10/05 15:00:45 gustavoz Exp $
# Ant-core blocks lower/older versions of ant-tasks,
# since it will not run when there is a version mismatch betwean the 2 packages
# Please unemerge ant-tasks when updating ant-core.
+ 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
+ ant-core-1.6.2-r5.ebuild, ant-core-1.6.5-r2.ebuild,
+ ant-core-1.6.5-r14.ebuild:
+ Dropping sparc keywords, see #96229
+
02 Oct 2006; Vlastimil Babka <caster@gentoo.org>
ant-core-1.6.5-r14.ebuild:
Block on older ant-tasks to prevent breakages during update, solves bug
diff --git a/dev-java/ant-core/ant-core-1.6.2-r5.ebuild b/dev-java/ant-core/ant-core-1.6.2-r5.ebuild
index b3b1e895cc22..105540ceb37b 100644
--- a/dev-java/ant-core/ant-core-1.6.2-r5.ebuild
+++ b/dev-java/ant-core/ant-core-1.6.2-r5.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/ant-core/ant-core-1.6.2-r5.ebuild,v 1.3 2006/07/01 20:04:49 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.6.2-r5.ebuild,v 1.4 2006/10/05 15:00:45 gustavoz Exp $
inherit java-pkg eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://apache/ant/source/apache-${MY_PN}-${PV}-src.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="x86 amd64 ppc sparc ppc64"
+KEYWORDS="x86 amd64 ppc ppc64"
IUSE="doc source"
DEPEND="!<dev-java/ant-1.5.4-r2
diff --git a/dev-java/ant-core/ant-core-1.6.5-r14.ebuild b/dev-java/ant-core/ant-core-1.6.5-r14.ebuild
index cb6fd6485575..d83ae46c9503 100644
--- a/dev-java/ant-core/ant-core-1.6.5-r14.ebuild
+++ b/dev-java/ant-core/ant-core-1.6.5-r14.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/ant-core/ant-core-1.6.5-r14.ebuild,v 1.2 2006/10/02 21:26:17 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.6.5-r14.ebuild,v 1.3 2006/10/05 15:00:45 gustavoz Exp $
inherit java-pkg-2 eutils toolchain-funcs java-ant-2
@@ -12,7 +12,7 @@ SRC_URI="mirror://apache/ant/source/apache-${MY_PN}-${PV}-src.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="doc source"
DEPEND="${RDEPEND}
diff --git a/dev-java/ant-core/ant-core-1.6.5-r2.ebuild b/dev-java/ant-core/ant-core-1.6.5-r2.ebuild
index 3b7847f08cb2..809d990ad086 100644
--- a/dev-java/ant-core/ant-core-1.6.5-r2.ebuild
+++ b/dev-java/ant-core/ant-core-1.6.5-r2.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/ant-core/ant-core-1.6.5-r2.ebuild,v 1.6 2006/09/17 03:48:05 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.6.5-r2.ebuild,v 1.7 2006/10/05 15:00:45 gustavoz Exp $
inherit java-pkg eutils toolchain-funcs
@@ -14,7 +14,7 @@ SRC_URI="mirror://apache/ant/source/apache-${MY_PN}-${PV}-src.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86"
IUSE="doc source"
DEPEND="!<dev-java/ant-1.5.4-r2