Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/lzmajio: ChangeLog lzmajio-0.95.ebuild
Date: Fri, 23 Dec 2011 12:47:13
Message-Id: 20111223124701.4F6FB2004B@flycatcher.gentoo.org
1 tommy 11/12/23 12:47:01
2
3 Modified: ChangeLog
4 Added: lzmajio-0.95.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha81-r1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-java/lzmajio/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/lzmajio/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/lzmajio/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/lzmajio/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 9 Mar 2009 22:36:39 -0000 1.4
24 +++ ChangeLog 23 Dec 2011 12:47:00 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-java/lzmajio
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v 1.4 2009/03/09 22:36:39 maekke Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v 1.5 2011/12/23 12:47:00 tommy Exp $
31 +
32 +*lzmajio-0.95 (23 Dec 2011)
33 +
34 + 23 Dec 2011; Thomas Sachau (Tommy[D]) <tommy@g.o>
35 + +lzmajio-0.95.ebuild:
36 + Version bump
37
38 09 Mar 2009; Markus Meier <maekke@g.o> lzmajio-0.94.ebuild:
39 amd64/x86 stable, bug #260960
40
41
42
43 1.1 dev-java/lzmajio/lzmajio-0.95.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/lzmajio/lzmajio-0.95.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/lzmajio/lzmajio-0.95.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lzmajio-0.95.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/lzmajio-0.95.ebuild,v 1.1 2011/12/23 12:47:00 tommy Exp $
53
54 JAVA_PKG_IUSE="doc source"
55 EAPI=2
56
57 inherit java-pkg-2 java-ant-2
58
59 DESCRIPTION="Implementations of LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
60 HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/"
61 SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66
67 IUSE=""
68
69 COMMON_DEP=">=dev-java/lzma-4.61"
70
71 RDEPEND=">=virtual/jre-1.5
72 ${COMMON_DEP}"
73 DEPEND=">=virtual/jdk-1.5
74 app-arch/unzip
75 ${COMMON_DEP}"
76
77 EANT_GENTOO_CLASSPATH="lzma"
78
79 src_prepare() {
80 java-pkg_jar-from lzma
81 }
82
83 src_install() {
84 java-pkg_dojar ${PN}.jar
85 use doc && java-pkg_dojavadoc docs
86 use source && java-pkg_dosrc net
87 }