Skip to content

Commit

Permalink
dev-java/slf4j-simple: Rename build.xml in files directory and copy b…
Browse files Browse the repository at this point in the history
…uild.xml file accordingly to . Add missing test dependencies to DEPEND.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Sep 30, 2015
1 parent dbf3155 commit f42d61f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
File renamed without changes.
21 changes: 13 additions & 8 deletions dev-java/slf4j-simple/slf4j-simple-1.7.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2
Expand All @@ -16,12 +17,16 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"

COMMON_DEP="dev-java/slf4j-api:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
test? ( dev-java/junit )"
CDEPEND="
dev-java/slf4j-api:0"
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
DEPEND=">=virtual/jdk-1.6
${CDEPEND}
test? (
dev-java/junit:4
dev-java/ant-junit:0
)"

S="${WORKDIR}/${P/-simple/}/${PN}"

Expand All @@ -32,7 +37,7 @@ EANT_TEST_ANT_TASKS="ant-junit"
EANT_EXTRA_ARGS="-Dmaven.build.finalName=${PN}"

java_prepare() {
cp "${FILESDIR}"/1.7.6-build.xml build.xml || die
cp "${FILESDIR}"/"${PV}"-build.xml build.xml || die
find "${S}" -name "*.jar" -delete || die
}

Expand Down

0 comments on commit f42d61f

Please sign in to comment.