ercpe 14/09/07 15:17:52 Modified: jexcelapi-2.6.8.ebuild ChangeLog Added: jexcelapi-2.6.8-r1.ebuild Log: EAPI bump, some qa and dropped patch file for old version (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.4 dev-java/jexcelapi/jexcelapi-2.6.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild?r1=1.3&r2=1.4 Index: jexcelapi-2.6.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jexcelapi-2.6.8.ebuild 25 Oct 2008 17:12:28 -0000 1.3 +++ jexcelapi-2.6.8.ebuild 7 Sep 2014 15:17:52 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild,v 1.3 2008/10/25 17:12:28 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild,v 1.4 2014/09/07 15:17:52 ercpe Exp $ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" SLOT="2.5" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 1.23 dev-java/jexcelapi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 4 Feb 2009 12:26:27 -0000 1.22 +++ ChangeLog 7 Sep 2014 15:17:52 -0000 1.23 @@ -1,6 +1,12 @@ # ChangeLog for dev-java/jexcelapi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.22 2009/02/04 12:26:27 betelgeuse Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.23 2014/09/07 15:17:52 ercpe Exp $ + +*jexcelapi-2.6.8-r1 (07 Sep 2014) + + 07 Sep 2014; Johann Schmitz <[email protected]> +jexcelapi-2.6.8-r1.ebuild, + -files/2.5.1-jikes.patch, jexcelapi-2.6.8.ebuild: + EAPI bump, some qa and dropped patch file for old version 04 Feb 2009; Petteri Räty <[email protected]> -jexcelapi-2.6.4.ebuild, -jexcelapi-2.6.6.ebuild: @@ -85,4 +91,3 @@ +files/2.5.1-jikes.patch, +jexcelapi-2.5.1.ebuild: Initial import, ebuild based on the contribution of Eddy Mulyono <[email protected]>. fixes #76209. - 1.1 dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild?rev=1.1&content-type=text/plain Index: jexcelapi-2.6.8-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/jexcelapi/jexcelapi-2.6.8-r1.ebuild,v 1.1 2014/09/07 15:17:52 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 MY_P="${P//-/_}" MY_P="${MY_P//./_}" DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets" HOMEPAGE="http://jexcelapi.sourceforge.net/" SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="2.5" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" S=${WORKDIR}/${PN} EANT_BUILD_XML="build/build.xml" EANT_FILTER_COMPILER="jikes" EANT_BUILD_TARGET="jxl" EANT_DOC_TARGET="docs" java_prepare() { find "${S}" -name "*.jar" -o -name "*.class" -delete || die } src_install() { java-pkg_newjar jxl.jar ${PN}.jar java-pkg_dohtml index.html tutorial.html use doc && java-pkg_dojavadoc docs use source && java-pkg_dosrc "${S}"/src/* }
