Skip to content

Commit

Permalink
dev-java/svgsalamander: Housekeeping.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Nov 20, 2015
1 parent 6364233 commit 7a80858
Showing 1 changed file with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
# $Id$

EAPI="5"

JAVA_PKG_IUSE="doc examples source"
WANT_ANT_TASKS="ant-nodeps ant-trax"

inherit eutils java-pkg-2 java-ant-2
inherit java-pkg-2 java-ant-2

DESCRIPTION="a SVG engine for Java"
HOMEPAGE="https://svgsalamander.dev.java.net/"
Expand All @@ -20,18 +19,24 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

CDEPEND="
dev-java/ant-core:0
dev-java/javacc:0
"

RDEPEND="
>=virtual/jre-1.5
dev-java/ant-core:0"
${CDEPEND}
>=virtual/jre-1.6"

DEPEND="
>=virtual/jdk-1.5
dev-java/javacc:0"
${CDEPEND}
>=virtual/jdk-1.6"

JAVA_ANT_REWRITE_CLASSPATH="yes"

java_prepare() {
# Delete these so that we don't need junit
# They run a dialog any way so not useful for us
ecvs_clean
rm -vr test/* || die

cd lib || die
Expand Down

0 comments on commit 7a80858

Please sign in to comment.