Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/lzmajio/
Date: Wed, 28 Oct 2015 15:59:24
Message-Id: 1446047825.ab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263.monsieurp@gentoo
1 commit: ab0ce73f1e810eaf957a4e399dbb7ddcaf5cf263
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 15:55:28 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 15:57:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0ce73f
7
8 dev-java/lzmajio: Clean up old.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/lzmajio/lzmajio-0.95.ebuild | 38 ------------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/dev-java/lzmajio/lzmajio-0.95.ebuild b/dev-java/lzmajio/lzmajio-0.95.ebuild
17 deleted file mode 100644
18 index f7b6f15..0000000
19 --- a/dev-java/lzmajio/lzmajio-0.95.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=2
27 -JAVA_PKG_IUSE="doc source"
28 -
29 -inherit java-pkg-2 java-ant-2
30 -
31 -DESCRIPTION="Implementations of LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
32 -HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/"
33 -SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -
39 -IUSE=""
40 -
41 -COMMON_DEP=">=dev-java/lzma-4.61"
42 -
43 -RDEPEND=">=virtual/jre-1.5
44 - ${COMMON_DEP}"
45 -DEPEND=">=virtual/jdk-1.5
46 - app-arch/unzip
47 - ${COMMON_DEP}"
48 -
49 -EANT_GENTOO_CLASSPATH="lzma"
50 -
51 -src_prepare() {
52 - java-pkg_jar-from lzma
53 -}
54 -
55 -src_install() {
56 - java-pkg_dojar ${PN}.jar
57 - use doc && java-pkg_dojavadoc docs
58 - use source && java-pkg_dosrc net
59 -}