Skip to content

Commit

Permalink
dev-java/werken-xpath: Depend on new split antlr-2
Browse files Browse the repository at this point in the history
I tried to bump to 0.9.5 but it's really not worth the hassle. This
project died in 2001 and I wish we could get rid of it.

Package-Manager: portage-2.2.20.1
  • Loading branch information
chewi committed Dec 6, 2015
1 parent cd02757 commit 5ba3825
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"

COMMON_DEP="
dev-java/jdom:0
>=dev-java/antlr-2.7.7:0[java]"
>=dev-java/antlr-2.7.7-r7:0"
DEPEND=">=virtual/jdk-1.4
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.4
Expand All @@ -42,13 +42,11 @@ java_prepare() {
epatch "${FILESDIR}"/${P}-jpp-tests.patch
epatch "${FILESDIR}"/${P}-gentoo.patch

# API updates to support jdom:1.0
# API updates to support jdom-1
epatch "${FILESDIR}"/${P}-jdom-1.0.patch

cd "${S}"/lib
# In here we have ant starter scripts
rm -fr bin
rm -f *.jar
java-pkg_clean
rm -rv lib/bin || die
}

src_install() {
Expand Down

0 comments on commit 5ba3825

Please sign in to comment.