ercpe 15/03/16 18:12:41 Modified: ChangeLog Added: xt-20051206-r3.ebuild Log: Bug #540762, reported by Toralf Förster: Renamed enum variable to make it compilable with newer jdks (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.26 dev-java/xt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xt/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xt/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xt/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/xt/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 16 Nov 2012 09:38:38 -0000 1.25 +++ ChangeLog 16 Mar 2015 18:12:40 -0000 1.26 @@ -1,6 +1,13 @@ # ChangeLog for dev-java/xt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/ChangeLog,v 1.25 2012/11/16 09:38:38 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/ChangeLog,v 1.26 2015/03/16 18:12:40 ercpe Exp $ + +*xt-20051206-r3 (16 Mar 2015) + + 16 Mar 2015; Johann Schmitz <[email protected]> +files/enum.patch, + +xt-20051206-r3.ebuild: + Bug #540762, reported by Toralf Förster: Renamed enum variable to make it + compilable with newer jdks 16 Nov 2012; Ulrich Müller <[email protected]> xt-20051206-r2.ebuild: Update LICENSE, this is exactly the MIT/X11 license, only with different @@ -75,4 +82,3 @@ 14 Nov 2004; Thomas Matthijs <[email protected]> +metadata.xml, +xt-20020426a.ebuild: now builds from source, submitted by Jan Brinkmann <[email protected]> - 1.1 dev-java/xt/xt-20051206-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xt/xt-20051206-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xt/xt-20051206-r3.ebuild?rev=1.1&content-type=text/plain Index: xt-20051206-r3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-20051206-r3.ebuild,v 1.1 2015/03/16 18:12:40 ercpe Exp $ EAPI="4" JAVA_PKG_IUSE="doc source" inherit java-pkg-2 eutils java-ant-2 DESCRIPTION="Java Implementation of XSL-Transformations" SRC_URI="http://www.blnz.com/xt/${P}-src.zip" HOMEPAGE="http://www.blnz.com/xt/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" COMMON_DEP=" java-virtuals/servlet-api:2.4" RDEPEND=" >=virtual/jre-1.4 dev-java/xp:0 ${COMMON_DEP}" DEPEND=" >=virtual/jdk-1.4 app-arch/unzip ${COMMON_DEP}" java_prepare() { find "${WORKDIR}" -name '*.jar' -delete || die epatch "${FILESDIR}/20051206-java5.patch" epatch "${FILESDIR}/enum.patch" java-pkg_jar-from --into lib servlet-api-2.4 } EANT_BUILD_TARGET="compile" EANT_EXTRA_ARGS="-Dunzip.done=true" src_install() { java-pkg_newjar lib/${PN}${PV}.jar java-pkg_dolauncher ${PN} \ --main com.jclark.xsl.sax.Driver # loads this only on runtime java-pkg_register-dependency xp dodoc README.txt dohtml index.html use doc && java-pkg_dojavadoc docs/api use source && java-pkg_dosrc src/xt/java/com }
