tomwij 14/05/08 14:15:18 Modified: ChangeLog Added: jboss-logging-3.1.3-r1.ebuild Log: Revision bump, thorough review to use java-pkg-2 and fix up common mistakes; could fix bug #509602, reported by Victor Orozo. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.2 dev-java/jboss-logging/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 26 Sep 2013 17:39:00 -0000 1.1 +++ ChangeLog 8 May 2014 14:15:18 -0000 1.2 @@ -1,6 +1,13 @@ # ChangeLog for dev-java/jboss-logging -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.1 2013/09/26 17:39:00 ercpe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.2 2014/05/08 14:15:18 tomwij Exp $ + +*jboss-logging-3.1.3-r1 (08 May 2014) + + 08 May 2014; Tom Wijsman <[email protected]> + +files/jboss-logging-3.1.3-r1-build.xml, +jboss-logging-3.1.3-r1.ebuild: + Revision bump, thorough review to use java-pkg-2 and fix up common mistakes; + could fix bug #509602, reported by Victor Orozo. *jboss-logging-3.1.3 (26 Sep 2013) 1.1 dev-java/jboss-logging/jboss-logging-3.1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.3-r1.ebuild?rev=1.1&content-type=text/plain Index: jboss-logging-3.1.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.3-r1.ebuild,v 1.1 2014/05/08 14:15:18 tomwij Exp $ EAPI="5" JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="JBoss logging framework" HOMEPAGE="http://www.jboss.org/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.GA.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" COMMON_DEPEND="dev-java/jboss-logmanager:0 dev-java/slf4j-api:0 dev-java/log4j:0" RDEPEND=">=virtual/jre-1.5 ${COMMON_DEPEND}" DEPEND=">=virtual/jdk-1.5 ${COMMON_DEPEND}" S="${WORKDIR}/${P}.GA/" EANT_GENTOO_CLASSPATH="jboss-logmanager,slf4j-api,log4j" JAVA_ANT_REWRITE_CLASSPATH="true" java_prepare() { cp "${FILESDIR}"/${PF}-build.xml build.xml || die } src_install() { java-pkg_newjar target/${P}.GA.jar use doc && java-pkg_dojavadoc target/site/apidocs use source && java-pkg_dosrc src/main/java/org }
