monsieurp 15/04/14 18:54:51 Modified: jmock-2.5.1.ebuild ChangeLog Added: jmock-2.6.1.ebuild Log: Bumped to latest version in order to mend SLOTs and compile issues. Fix bug 546548. Signed-off-by: Patrice Clement <[email protected]> (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.5 dev-java/jmock/jmock-2.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-2.5.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-2.5.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-2.5.1.ebuild?r1=1.4&r2=1.5 Index: jmock-2.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jmock/jmock-2.5.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jmock-2.5.1.ebuild 11 Apr 2015 22:50:29 -0000 1.4 +++ jmock-2.5.1.ebuild 14 Apr 2015 18:54:51 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/jmock-2.5.1.ebuild,v 1.4 2015/04/11 22:50:29 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/jmock-2.5.1.ebuild,v 1.5 2015/04/14 18:54:51 monsieurp Exp $ EAPI=5 @@ -27,7 +27,7 @@ ${CDEPEND} app-arch/unzip" -JAVA_GENTOO_CLASSPATH="hamcrest-core,hamcrest-library" +JAVA_GENTOO_CLASSPATH="hamcrest-core-1.3,hamcrest-library-1.3" S="${WORKDIR}/${P}" 1.26 dev-java/jmock/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jmock/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 11 Apr 2015 22:50:29 -0000 1.25 +++ ChangeLog 14 Apr 2015 18:54:51 -0000 1.26 @@ -1,6 +1,13 @@ # ChangeLog for dev-java/jmock # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/ChangeLog,v 1.25 2015/04/11 22:50:29 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/ChangeLog,v 1.26 2015/04/14 18:54:51 monsieurp Exp $ + +*jmock-2.6.1 (14 Apr 2015) + + 14 Apr 2015; Patrice Clement <[email protected]> +jmock-2.6.1.ebuild, + jmock-2.5.1.ebuild: + Bumped to latest version in order to mend SLOTs and compile issues. Fix bug + 546548. 11 Apr 2015; Patrice Clement <[email protected]> jmock-2.5.1.ebuild: Adjust dev-java/hamcrest-* SLOTs. 1.1 dev-java/jmock/jmock-2.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-2.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jmock/jmock-2.6.1.ebuild?rev=1.1&content-type=text/plain Index: jmock-2.6.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/jmock-2.6.1.ebuild,v 1.1 2015/04/14 18:54:51 monsieurp Exp $ 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.jmock.org/downloads/${P}-jars.zip" HOMEPAGE="http://www.jmock.org" LICENSE="BSD" SLOT="2" KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND="dev-java/hamcrest-core:1.3 dev-java/hamcrest-library:1.3 dev-java/junit:4" RDEPEND="virtual/jre:1.6 ${CDEPEND}" DEPEND="virtual/jdk:1.6 ${CDEPEND} app-arch/unzip" JAVA_GENTOO_CLASSPATH="hamcrest-core-1.3,hamcrest-library-1.3,junit-4" S="${WORKDIR}/${P}" src_unpack() { unpack ${A} cd "${S}" || die unzip ${P}.jar -d src || die rm *.jar || die } src_prepare() { find -name "*.class" -delete || die }
