Gentoo Archives: gentoo-commits

From: "Johann Schmitz (ercpe)" <ercpe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jmock: jmock-1.2.0.ebuild ChangeLog
Date: Fri, 28 Feb 2014 17:30:38
Message-Id: 20140228173035.D3EA12004C@flycatcher.gentoo.org
1 ercpe 14/02/28 17:30:35
2
3 Modified: ChangeLog
4 Added: jmock-1.2.0.ebuild
5 Log:
6 Version bump of jmock to 1.2.0 wrt bug #488818
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
9
10 Revision Changes Path
11 1.22 dev-java/jmock/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/jmock/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 1 Sep 2013 11:39:12 -0000 1.21
24 +++ ChangeLog 28 Feb 2014 17:30:35 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-java/jmock
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/ChangeLog,v 1.21 2013/09/01 11:39:12 grobian Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/ChangeLog,v 1.22 2014/02/28 17:30:35 ercpe Exp $
31 +
32 +*jmock-1.2.0 (28 Feb 2014)
33 +
34 + 28 Feb 2014; Johann Schmitz <ercpe@g.o> +jmock-1.2.0.ebuild:
35 + Version bump of jmock to 1.2.0 wrt bug #488818
36
37 01 Sep 2013; Fabian Groffen <grobian@g.o> jmock-1.1.0-r2.ebuild:
38 Marked *-macos
39
40
41
42 1.1 dev-java/jmock/jmock-1.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-1.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-1.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jmock-1.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/jmock-1.2.0.ebuild,v 1.1 2014/02/28 17:30:35 ercpe Exp $
52
53 EAPI=5
54
55 JAVA_PKG_IUSE="doc source"
56
57 inherit java-pkg-2 java-pkg-simple
58
59 DESCRIPTION="Library for testing Java code using mock objects."
60 SRC_URI="http://${PN}.codehaus.org/dist/${P}-jars.zip"
61 HOMEPAGE="http://jmock.codehaus.org"
62
63 LICENSE="BSD"
64 SLOT="1.0"
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66 IUSE=""
67
68 CDEPEND="dev-java/junit:0"
69
70 RDEPEND=">=virtual/jre-1.6
71 dev-java/cglib:2.2
72 ${CDEPEND}"
73
74 DEPEND=">=virtual/jdk-1.6
75 ${CDEPEND}
76 app-arch/unzip"
77
78 JAVA_GENTOO_CLASSPATH="junit"
79
80 src_unpack() {
81 unpack ${A}
82 unzip ${PN}-core-${PV}.jar -d src || die
83 }
84
85 java_prepare() {
86 rm *.jar || die
87 find -name "*.class" -delete || die
88 epatch "${FILESDIR}/1.1.0-junit-3.8.2.patch"
89 }