monsieurp 15/04/11 21:58:32 Modified: ChangeLog Added: castor-0.9.9.1-r7.ebuild castor-1.1.1-r3.ebuild Log: EAPI 5 bump and SLOT bump from dev-java/cglib:2.2 to :3 wrt bug 546288. Signed-off-by: monsie...@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.57 dev-java/castor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 5 Apr 2010 22:49:32 -0000 1.56 +++ ChangeLog 11 Apr 2015 21:58:31 -0000 1.57 @@ -1,6 +1,13 @@ # ChangeLog for dev-java/castor -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.56 2010/04/05 22:49:32 caster Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.57 2015/04/11 21:58:31 monsieurp Exp $ + +*castor-0.9.9.1-r7 (11 Apr 2015) +*castor-1.1.1-r3 (11 Apr 2015) + + 11 Apr 2015; Patrice Clement <monsie...@gentoo.org> +castor-0.9.9.1-r7.ebuild, + +castor-1.1.1-r3.ebuild: + EAPI 5 bump and SLOT bump from dev-java/cglib:2.2 to :3 wrt bug 546288. 05 Apr 2010; Vlastimil Babka <cas...@gentoo.org> -castor-0.9.9.1-r5.ebuild: 1.1 dev-java/castor/castor-0.9.9.1-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/castor-0.9.9.1-r7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/castor-0.9.9.1-r7.ebuild?rev=1.1&content-type=text/plain Index: castor-0.9.9.1-r7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r7.ebuild,v 1.1 2015/04/11 21:58:31 monsieurp Exp $ EAPI=5 JAVA_PKG_IUSE="doc examples source" JAVA_PKG_WANT_BOOTCLASSPATH="1.5" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Data binding framework for Java" SRC_URI="http://dist.codehaus.org/${PN}/${PV}/${P}-src.tgz" HOMEPAGE="http://www.castor.org" LICENSE="Exolab" KEYWORDS="~amd64 ~x86" SLOT="0.9" IUSE="" COMMON_DEP=">=dev-java/commons-logging-1.0.4 dev-java/jakarta-oro:2.0 dev-java/jakarta-regexp:1.3 dev-java/ldapsdk:4.1 dev-java/xerces:1.3 dev-java/cglib:3 java-virtuals/transaction-api" RDEPEND=">=virtual/jre-1.6 ${COMMON_DEP}" DEPEND=">=virtual/jdk-1.6 ${COMMON_DEP}" java_prepare() { # TODO this should be filed upstream epatch "${FILESDIR}/0.9.5.3-jikes.patch" # Does not like Java 1.6's JDBC API java-ant_rewrite-bootclasspath 1.5 src/build.xml cd "${S}/lib" rm -v *.jar || die #FIXME: uses these bundled classes rm -v tests/*.jar || die java-pkg_jar-from --build-only ant-core ant.jar #Only used by examples and tests and we aren't building them #java-pkg_jar-from adaptx-0.9 java-pkg_jar-from commons-logging java-pkg_jar-from cglib-2 java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar oro.jar java-pkg_jar-from jakarta-regexp-1.3 jakarta-regexp.jar regexp.jar java-pkg_jar-from xerces-1.3 java-pkg_jar-from ldapsdk-4.1 ldapjdk.jar java-pkg_jar-from transaction-api # Remove special characters cd ../ ebegin 'Removing special characters' perl -i'' -npe 's/S.bastien/Sebastien/g;' src/main/org/exolab/castor/types/DateTimeBase.java perl -i'' -npe 's/.actual value./actual value/g;' src/main/org/exolab/castor/xml/schema/reader/ImportUnmarshaller.java eend $? } EANT_BUILD_XML="src/build.xml" src_install() { java-pkg_newjar dist/${P}.jar java-pkg_newjar dist/${P}-xml.jar ${PN}-xml.jar use doc && java-pkg_dojavadoc build/doc/javadoc use examples && java-pkg_doexamples src/examples use source && java-pkg_dosrc src/main/org } 1.1 dev-java/castor/castor-1.1.1-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/castor-1.1.1-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/castor/castor-1.1.1-r3.ebuild?rev=1.1&content-type=text/plain Index: castor-1.1.1-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/castor/castor-1.1.1-r3.ebuild,v 1.1 2015/04/11 21:58:31 monsieurp Exp $ EAPI=5 JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Data binding framework for Java" HOMEPAGE="http://www.castor.org" SRC_URI="http://dist.codehaus.org/${PN}/${PV}/${P}-src.tgz" #SRC_URI="mirror://gentoo/${P}.tar.bz2" # svn co https://svn.codehaus.org/castor/castor/tags/1.0.3/ castor-1.0.3 # cd castor-1.0.3 # mvn ant:ant # do some magic to build.xml # rm lib/* # cd ../ # tar cjvf castor-1.0.3.tar.bz2 --exclude=.svn castor-1.0.3 LICENSE="Exolab" SLOT="1.0" KEYWORDS="~amd64 ~x86" IUSE="" # tests and full documentation when support will be added # dev-java/log4j # ~dev-java/servletapi-2.4 # dev-java/junit" CDEPEND="dev-java/cglib:3 dev-java/commons-logging =dev-java/jakarta-oro-2.0* =dev-java/jakarta-regexp-1.3* java-virtuals/transaction-api =dev-java/ldapsdk-4.1* dev-java/ant-core" DEPEND=">=virtual/jdk-1.6 ${CDEPEND}" RDEPEND=">=virtual/jre-1.6 ${CDEPEND}" src_unpack() { unpack ${A} java-ant_rewrite-classpath "${S}/anttask/build.xml" cd "${S}/lib" rm -v *.jar tests/*.jar java-pkg_jar-from cglib-2.1 cglib.jar java-pkg_jar-from commons-logging \ commons-logging-api.jar commons-logging-1.1.jar java-pkg_jar-from jakarta-oro-2.0 java-pkg_jar-from jakarta-regexp-1.3 java-pkg_jar-from transaction-api java-pkg_jar-from ldapsdk-4.1 ldapjdk.jar java-pkg_jar-from ant-core ant.jar # These are only used for tests or documentation #java-pkg_jar-from junit #java-pkg_jar-from adaptx-0.9 #java-pkg_jar-from log4j #java-pkg_jar-from servletapi-2.4 servlet-api.jar use doc && mkdir "${S}/bin/lib" java-pkg_filter-compiler jikes } #src_prepare() { # # http://jira.codehaus.org/browse/CASTOR-2008 # epatch "${FILESDIR}/1.1.1-jdk-1.4.patch" #} # clean target is borked # http://jira.codehaus.org/browse/CASTOR-2009 EANT_BUILD_XML="src/build.xml" EANT_GENTOO_CLASSPATH="ant-core" # Needs for example mockejb which is not packaged yet #src_test() { # cd "${S}"/src/ # eant tests #} src_install() { cd dist for jar in *.jar; do java-pkg_newjar ${jar} ${jar//-${PV}} done cd .. dodoc src/etc/CHANGELOG || die java-pkg_register-ant-task use source && java-pkg_dosrc */main/java/org use doc && java-pkg_dojavadoc build/doc/javadoc use examples && java-pkg_doexamples src/examples }