Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jsch: jsch-0.1.36.ebuild ChangeLog jsch-0.1.36-r1.ebuild
Date: Thu, 10 Jan 2008 13:34:35
Message-Id: E1JCxYD-0001E6-28@stork.gentoo.org
1 elvanor 08/01/10 13:34:29
2
3 Modified: jsch-0.1.36.ebuild ChangeLog
4 Added: jsch-0.1.36-r1.ebuild
5 Log:
6 Generate an OSGi compliant jar for jsch.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.3 dev-java/jsch/jsch-0.1.36.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.36.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.36.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.36.ebuild?r1=1.2&r2=1.3
15
16 Index: jsch-0.1.36.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.36.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- jsch-0.1.36.ebuild 26 Nov 2007 20:15:18 -0000 1.2
23 +++ jsch-0.1.36.ebuild 10 Jan 2008 13:34:28 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.36.ebuild,v 1.2 2007/11/26 20:15:18 betelgeuse Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.36.ebuild,v 1.3 2008/01/10 13:34:28 elvanor Exp $
30
31 JAVA_PKG_IUSE="doc source examples"
32
33
34
35
36 1.59 dev-java/jsch/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/ChangeLog?rev=1.59&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/ChangeLog?rev=1.59&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/ChangeLog?r1=1.58&r2=1.59
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v
45 retrieving revision 1.58
46 retrieving revision 1.59
47 diff -u -r1.58 -r1.59
48 --- ChangeLog 26 Nov 2007 20:17:29 -0000 1.58
49 +++ ChangeLog 10 Jan 2008 13:34:28 -0000 1.59
50 @@ -1,6 +1,12 @@
51 # ChangeLog for dev-java/jsch
52 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.58 2007/11/26 20:17:29 betelgeuse Exp $
54 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.59 2008/01/10 13:34:28 elvanor Exp $
56 +
57 +*jsch-0.1.36-r1 (10 Jan 2008)
58 +
59 + 10 Jan 2008; Jean-Noël Rivasseau <elvanor@g.o>
60 + +jsch-0.1.36-r1.ebuild:
61 + Generate an OSGi compliant jar.
62
63 26 Nov 2007; Petteri Räty <betelgeuse@g.o> jsch-0.1.34.ebuild:
64 Add the ANT_TASKS fix to the stable ebuild too.
65
66
67
68 1.1 dev-java/jsch/jsch-0.1.36-r1.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.36-r1.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.36-r1.ebuild?rev=1.1&content-type=text/plain
72
73 Index: jsch-0.1.36-r1.ebuild
74 ===================================================================
75 # Copyright 1999-2008 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.36-r1.ebuild,v 1.1 2008/01/10 13:34:28 elvanor Exp $
78
79 JAVA_PKG_IUSE="doc source examples"
80
81 inherit java-pkg-2 java-ant-2 java-osgi
82
83 DESCRIPTION="JSch is a pure Java implementation of SSH2."
84 HOMEPAGE="http://www.jcraft.com/jsch/"
85 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
86 LICENSE="BSD"
87 SLOT="0"
88 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
89 IUSE=""
90
91 RDEPEND=">=virtual/jdk-1.4
92 >=dev-java/jzlib-1.0.3"
93 DEPEND=">=virtual/jdk-1.4
94 app-arch/unzip
95 ${RDEPEND}"
96
97 src_compile() {
98 # for ANT_TASKS see
99 # https://bugs.gentoo.org/show_bug.cgi?id=200309
100 ANT_TASKS="none" eant -Dproject.cp="$(java-pkg_getjars jzlib)" dist $(use_doc)
101 }
102
103 src_install() {
104 java-osgi_newjar dist/lib/jsch*.jar "com.jcraft.jsch" "JSch" \
105 "com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true, \
106 com.jcraft.jsch.jcraft;x-internal:=true"
107
108 dodoc README ChangeLog || die
109 use doc && java-pkg_dojavadoc javadoc
110 use source && java-pkg_dosrc src/*
111 use examples && java-pkg_doexamples examples
112 }
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list