monsieurp 15/05/19 09:47:38 Modified: hamcrest-integration-1.3.ebuild ChangeLog Log: Correct EANT_GENTOO_CLASSPATH (bad slots). Signed-off-by: Patrice Clement <[email protected]> (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.2 dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild?r1=1.1&r2=1.2 Index: hamcrest-integration-1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hamcrest-integration-1.3.ebuild 2 Mar 2014 16:26:04 -0000 1.1 +++ hamcrest-integration-1.3.ebuild 19 May 2015 09:47:38 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild,v 1.1 2014/03/02 16:26:04 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild,v 1.2 2015/05/19 09:47:38 monsieurp Exp $ EAPI="5" @@ -34,7 +34,8 @@ JAVA_ANT_REWRITE_CLASSPATH="true" JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} java java-to-jar" -EANT_GENTOO_CLASSPATH="hamcrest-core,qdox-1.6,easymock-3.2,jmock:1.0" + +EANT_GENTOO_CLASSPATH="hamcrest-core:${SLOT},qdox:1.6,easymock:3.2,jmock:1.0" EANT_BUILD_TARGET="integration" EANT_EXTRA_ARGS="-Dversion=${PV}" EANT_GENTOO_CLASSPATH_EXTRA="build/${P}.jar" 1.3 dev-java/hamcrest-integration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hamcrest-integration/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hamcrest-integration/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hamcrest-integration/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 19 May 2015 09:21:54 -0000 1.2 +++ ChangeLog 19 May 2015 09:47:38 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/hamcrest-integration # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/ChangeLog,v 1.2 2015/05/19 09:21:54 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/ChangeLog,v 1.3 2015/05/19 09:47:38 monsieurp Exp $ + + 19 May 2015; Patrice Clement <[email protected]> + hamcrest-integration-1.3.ebuild: + Correct EANT_GENTOO_CLASSPATH (bad slots). 19 May 2015; Patrice Clement <[email protected]> -hamcrest-integration-1.1.ebuild, -hamcrest-integration-1.2.ebuild:
