Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jmock/
Date: Sat, 29 Aug 2015 21:38:13
Message-Id: 1440884230.5ec4c14bd0d718396ae1472c4c5e1ad16438d23b.monsieurp@gentoo
1 commit: 5ec4c14bd0d718396ae1472c4c5e1ad16438d23b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 21:36:46 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 21:37:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec4c14b
7
8 dev-java/jmock: Remove old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/jmock/jmock-1.2.0.ebuild | 40 ---------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/dev-java/jmock/jmock-1.2.0.ebuild b/dev-java/jmock/jmock-1.2.0.ebuild
17 deleted file mode 100644
18 index 453e75b..0000000
19 --- a/dev-java/jmock/jmock-1.2.0.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -JAVA_PKG_IUSE="doc source"
29 -
30 -inherit java-pkg-2 java-pkg-simple
31 -
32 -DESCRIPTION="Library for testing Java code using mock objects"
33 -SRC_URI="http://www.${PN}.org/downloads/${P}-jars.zip"
34 -HOMEPAGE="http://www.jmock.org/"
35 -
36 -LICENSE="BSD"
37 -SLOT="1.0"
38 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
39 -IUSE=""
40 -
41 -CDEPEND="dev-java/junit:0"
42 -
43 -RDEPEND=">=virtual/jre-1.6
44 - ${CDEPEND}"
45 -
46 -DEPEND=">=virtual/jdk-1.6
47 - ${CDEPEND}
48 - app-arch/unzip"
49 -
50 -JAVA_GENTOO_CLASSPATH="junit"
51 -
52 -src_unpack() {
53 - unpack ${A}
54 - unzip "${PN}-core-${PV}.jar" -d src || die
55 -}
56 -
57 -java_prepare() {
58 - rm *.jar || die
59 - find -name "*.class" -delete || die
60 - epatch "${FILESDIR}/1.1.0-junit-3.8.2.patch"
61 -}