commit:     ab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 15:55:28 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 15:57:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0ce73f

dev-java/lzmajio: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/lzmajio/lzmajio-0.95.ebuild | 38 ------------------------------------
 1 file changed, 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 f7b6f15..0000000
--- 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
-}

Reply via email to