sera 14/08/03 15:13:40 Modified: ChangeLog Added: jarbundler-1.8.1-r2.ebuild Log: EAPI bump, add slot deps, use java_prepare and cleanup (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Revision Changes Path 1.16 dev-java/jarbundler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jarbundler/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jarbundler/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jarbundler/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jarbundler/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 3 Jan 2010 20:44:22 -0000 1.15 +++ ChangeLog 3 Aug 2014 15:13:40 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/jarbundler -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jarbundler/ChangeLog,v 1.15 2010/01/03 20:44:22 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jarbundler/ChangeLog,v 1.16 2014/08/03 15:13:40 sera Exp $ + +*jarbundler-1.8.1-r2 (03 Aug 2014) + + 03 Aug 2014; Ralph Sennhauser <s...@gentoo.org> +jarbundler-1.8.1-r2.ebuild: + EAPI bump, add slot deps, use java_prepare and cleanup 03 Jan 2010; Christian Faulhammer <fa...@gentoo.org> jarbundler-1.8.1-r1.ebuild: 1.1 dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild?rev=1.1&content-type=text/plain Index: jarbundler-1.8.1-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jarbundler/jarbundler-1.8.1-r2.ebuild,v 1.1 2014/08/03 15:13:40 sera Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Jar Bundler Ant Task" HOMEPAGE="http://www.loomcom.com/jarbundler/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" COMMON_DEP=" >=dev-java/xerces-2.8.1:2" DEPEND="${COMMON_DEP} >=virtual/jdk-1.4" RDEPEND="${COMMON_DEP} >=virtual/jre-1.4 >=dev-java/ant-core-1.7:0" java_prepare() { find -name '*.jar' -delete || die } JAVA_ANT_REWRITE_CLASSPATH="yes" EANT_GENTOO_CLASSPATH="ant-core,xerces-2" EANT_DOC_TARGET="javadocs" src_install() { java-pkg_newjar "build/${P}.jar" java-pkg_register-ant-task use doc && java-pkg_dojavadoc javadoc/ use source && java-pkg_dosrc src/* }