summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-08-29 21:36:46 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-08-29 21:37:10 +0000
commit5ec4c14bd0d718396ae1472c4c5e1ad16438d23b (patch)
tree3bd6ac111de08e24902a629ee42f223d4f1a354a
parentdev-java/jmock: Stable for amd64+ppc+ppc64+x86 using the ALLARCHES policy. (diff)
downloadgentoo-5ec4c14b.tar.gz
gentoo-5ec4c14b.tar.bz2
gentoo-5ec4c14b.zip
dev-java/jmock: Remove old.
Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-java/jmock/jmock-1.2.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-java/jmock/jmock-1.2.0.ebuild b/dev-java/jmock/jmock-1.2.0.ebuild
deleted file mode 100644
index 453e75bb02c9..000000000000
--- a/dev-java/jmock/jmock-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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-pkg-simple
-
-DESCRIPTION="Library for testing Java code using mock objects"
-SRC_URI="http://www.${PN}.org/downloads/${P}-jars.zip"
-HOMEPAGE="http://www.jmock.org/"
-
-LICENSE="BSD"
-SLOT="1.0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-CDEPEND="dev-java/junit:0"
-
-RDEPEND=">=virtual/jre-1.6
- ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
- ${CDEPEND}
- app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="junit"
-
-src_unpack() {
- unpack ${A}
- unzip "${PN}-core-${PV}.jar" -d src || die
-}
-
-java_prepare() {
- rm *.jar || die
- find -name "*.class" -delete || die
- epatch "${FILESDIR}/1.1.0-junit-3.8.2.patch"
-}