summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-28 15:55:28 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-28 15:57:05 +0000
commitab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263 (patch)
tree50187a24385032e2dbc4e9a3c68001a0ae578bee /dev-java/lzmajio
parentdev-java/lzmajio: Stable for amd64. Stable for x86 using the ALLARCHES policy. (diff)
downloadgentoo-ab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263.tar.gz
gentoo-ab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263.tar.bz2
gentoo-ab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263.zip
dev-java/lzmajio: Clean up old.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/lzmajio')
-rw-r--r--dev-java/lzmajio/lzmajio-0.95.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/lzmajio/lzmajio-0.95.ebuild b/dev-java/lzmajio/lzmajio-0.95.ebuild
deleted file mode 100644
index f7b6f1527423..000000000000
--- a/dev-java/lzmajio/lzmajio-0.95.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Implementations of LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
-HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/"
-SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-COMMON_DEP=">=dev-java/lzma-4.61"
-
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip
- ${COMMON_DEP}"
-
-EANT_GENTOO_CLASSPATH="lzma"
-
-src_prepare() {
- java-pkg_jar-from lzma
-}
-
-src_install() {
- java-pkg_dojar ${PN}.jar
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc net
-}