summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2006-12-09 12:57:15 +0000
committerVlastimil Babka <caster@gentoo.org>2006-12-09 12:57:15 +0000
commite1e847c8378d04757515a2cdb438790b469014ad (patch)
tree1f6a75f392a0c7022464353749bfb53b4c1dd8ea /dev-java/ant-tasks
parentBlock on dev-java/ant-optional because some people still seem to have it. If ... (diff)
downloadgentoo-2-e1e847c8378d04757515a2cdb438790b469014ad.tar.gz
gentoo-2-e1e847c8378d04757515a2cdb438790b469014ad.tar.bz2
gentoo-2-e1e847c8378d04757515a2cdb438790b469014ad.zip
Block on dev-java/ant-optional because some people still seem to have it. If you get the block, unmerge ant-optional.
(Portage version: 2.1.2_rc3)
Diffstat (limited to 'dev-java/ant-tasks')
-rw-r--r--dev-java/ant-tasks/ChangeLog7
-rw-r--r--dev-java/ant-tasks/ant-tasks-1.6.5-r2.ebuild11
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-java/ant-tasks/ChangeLog b/dev-java/ant-tasks/ChangeLog
index 9000c2061c6e..f78f72f4af5e 100644
--- a/dev-java/ant-tasks/ChangeLog
+++ b/dev-java/ant-tasks/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/ant-tasks
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.42 2006/12/07 22:35:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.43 2006/12/09 12:57:15 caster Exp $
+
+ 09 Dec 2006; Vlastimil Babka <caster@gentoo.org>
+ ant-tasks-1.6.5-r2.ebuild:
+ Block on dev-java/ant-optional because some people still seem to have it. If
+ you get the block, unmerge ant-optional.
07 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
ant-tasks-1.6.5-r2.ebuild:
diff --git a/dev-java/ant-tasks/ant-tasks-1.6.5-r2.ebuild b/dev-java/ant-tasks/ant-tasks-1.6.5-r2.ebuild
index 696ec2434575..7743580ef2c2 100644
--- a/dev-java/ant-tasks/ant-tasks-1.6.5-r2.ebuild
+++ b/dev-java/ant-tasks/ant-tasks-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-tasks/ant-tasks-1.6.5-r2.ebuild,v 1.12 2006/12/07 22:35:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.6.5-r2.ebuild,v 1.13 2006/12/09 12:57:15 caster Exp $
inherit java-pkg-2 eutils
@@ -16,8 +16,8 @@ SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE="javamail noantlr nobcel nobeanutils nobsh nobsf nocommonsnet nocommonslogging nojdepend nojsch nojython nolog4j nooro noregexp norhino noxalan noxerces"
-RDEPEND=">=virtual/jre-1.4
- =dev-java/ant-core-${PV}*
+
+CDEPEND="=dev-java/ant-core-${PV}*
>=dev-java/junit-3.8
!nolog4j? ( >=dev-java/log4j-1.2.8 )
!noxerces? ( >=dev-java/xerces-2.7.1 )
@@ -36,9 +36,12 @@ RDEPEND=">=virtual/jre-1.4
!noregexp? ( >=dev-java/jakarta-regexp-1.3-r2 )
!nojython? ( >=dev-java/jython-2.1-r5 )
javamail? ( >=dev-java/sun-javamail-bin-1.3.1-r1 )"
+RDEPEND=">=virtual/jre-1.4
+ ${CDEPEND}"
DEPEND=">=virtual/jdk-1.4
>=dev-java/java-config-1.2
- ${RDEPEND}"
+ !dev-java/ant-optional
+ ${CDEPEND}"
S="${WORKDIR}/apache-ant-${MY_PV}"