monsieurp 15/08/06 20:52:28 Modified: rhino-1.7.7.ebuild ChangeLog Log: Remove EANT_BUILD_XML and EANT_BUILD_TARGET: both variables are predefined with the same value during eclass sourcing. Thanks sping for the heads up. Signed-off-by: Patrice Clement <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.2 dev-java/rhino/rhino-1.7.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild?r1=1.1&r2=1.2 Index: rhino-1.7.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rhino-1.7.7.ebuild 6 Aug 2015 10:01:23 -0000 1.1 +++ rhino-1.7.7.ebuild 6 Aug 2015 20:52:28 -0000 1.2 @@ -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/rhino/rhino-1.7.7.ebuild,v 1.1 2015/08/06 10:01:23 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild,v 1.2 2015/08/06 20:52:28 monsieurp Exp $ EAPI="5" JAVA_PKG_IUSE="doc examples source test" @@ -43,8 +43,6 @@ ${CDEPEND}" JAVA_ANT_REWRITE_CLASSPATH="yes" -EANT_BUILD_XML="${S}/build.xml" -EANT_BUILD_TARGET="jar" PATCHES=( "${FILESDIR}"/${P}-testsrc-build.xml.patch 1.80 dev-java/rhino/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/rhino/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/rhino/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/rhino/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 6 Aug 2015 10:01:23 -0000 1.79 +++ ChangeLog 6 Aug 2015 20:52:28 -0000 1.80 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/rhino # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.79 2015/08/06 10:01:23 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.80 2015/08/06 20:52:28 monsieurp Exp $ + + 06 Aug 2015; Patrice Clement <[email protected]> rhino-1.7.7.ebuild: + Remove EANT_BUILD_XML and EANT_BUILD_TARGET: both variables are predefined + with the same value during eclass sourcing. Thanks sping for the heads up. *rhino-1.7.7 (06 Aug 2015)
