summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild')
-rw-r--r--dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild46
1 files changed, 0 insertions, 46 deletions
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
-}