From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild | 46 ---------------------------- 1 file changed, 46 deletions(-) delete mode 100644 dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild (limited to 'dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild') diff --git a/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild deleted file mode 100644 index 2fefc655acf5..000000000000 --- a/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -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 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -CDEPEND="dev-java/log4j:0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6 - source? ( app-arch/zip )" - -S="${WORKDIR}/${PN}" - -JAVA_ENCODING="ISO-8859-1" -JAVA_SRC_DIR="src" -JAVA_GENTOO_CLASSPATH="log4j" - -JAVA_RM_FILES=( - src/common/log/Log4jLoggerName.java - src/common/log/SimpleLoggerName.java -) - -java_prepare() { - java-pkg_clean -} -- cgit v1.2.3