commit:     65a4753d468ef80de98ee5eacdee7739be390f72
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 16:27:40 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:27:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a4753d

dev-java/jmock: removed obsolete 1.2.0-r1

Closes: https://bugs.gentoo.org/775635
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jmock/jmock-1.2.0-r1.ebuild | 47 ------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/dev-java/jmock/jmock-1.2.0-r1.ebuild 
b/dev-java/jmock/jmock-1.2.0-r1.ebuild
deleted file mode 100644
index 3d0abb03985..00000000000
--- a/dev-java/jmock/jmock-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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://${PN}.org/downloads/${P}-jars.zip";
-HOMEPAGE="http://jmock.org/";
-
-LICENSE="BSD"
-SLOT="1.0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
-IUSE=""
-
-CDEPEND="dev-java/junit:0"
-
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
-       ${CDEPEND}
-       app-arch/unzip"
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="src"
-JAVA_GENTOO_CLASSPATH="junit"
-
-src_unpack() {
-       default
-       unpack ${A}
-       unzip "${S}"/"${PN}-core-${PV}.jar" -d src || die
-       mv src "${S}" || die
-}
-
-java_prepare() {
-       find -name "*.class" -delete || die
-       rm *.jar || die
-
-       # This patch isn't changing the behaviour if jmock per se.
-       # Only the formatting is altered.
-       epatch "${FILESDIR}"/"${P}-AbstractMo.patch"
-}

Reply via email to