Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jgraph: ChangeLog jgraph-5.12.0.4.ebuild
Date: Sat, 29 Mar 2008 01:23:32
Message-Id: E1JfPn7-00070V-76@stork.gentoo.org
1 ali_bush 08/03/29 01:23:29
2
3 Modified: ChangeLog
4 Added: jgraph-5.12.0.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.29 dev-java/jgraph/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgraph/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgraph/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgraph/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 26 Feb 2008 13:32:23 -0000 1.28
23 +++ ChangeLog 29 Mar 2008 01:23:28 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-java/jgraph
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.28 2008/02/26 13:32:23 opfer Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.29 2008/03/29 01:23:28 ali_bush Exp $
30 +
31 +*jgraph-5.12.0.4 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Alistair Bush <ali_bush@g.o> +jgraph-5.12.0.4.ebuild:
34 + Version Bump.
35
36 25 Nov 2007; Brent Baude <ranger@g.o> jgraph-5.10.1.2.ebuild:
37 Marking jgraph-5.10.1.2 ppc for bug 199255
38
39
40
41 1.1 dev-java/jgraph/jgraph-5.12.0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgraph/jgraph-5.12.0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgraph/jgraph-5.12.0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: jgraph-5.12.0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-5.12.0.4.ebuild,v 1.1 2008/03/29 01:23:28 ali_bush Exp $
51
52 JAVA_PKG_IUSE="doc source"
53
54 inherit java-pkg-2 java-ant-2
55
56 DESCRIPTION="Open-source graph component for Java"
57 SRC_URI="mirror://sourceforge/${PN}/${P}-lgpl-src.jar"
58 HOMEPAGE="http://www.jgraph.com"
59 IUSE="doc examples source"
60 DEPEND=">=virtual/jdk-1.4
61 app-arch/unzip"
62 RDEPEND=">=virtual/jre-1.4"
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66
67 S="${WORKDIR}"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 rm -v *.class || die
73
74 # don't do javadoc always
75 sed -i -e 's/depends="compile, doc"/depends="compile"/' build.xml || \
76 die "sed failed"
77
78 rm -rf doc/api || die
79 rm lib/jgraph.jar || die
80 }
81
82 EANT_DOC_TARGET="apidoc"
83
84 src_install() {
85 java-pkg_dojar build/lib/${PN}.jar
86
87 dodoc README WHATSNEW ChangeLog || die
88 use doc && java-pkg_dojavadoc build/doc/api
89 use source && java-pkg_dosrc src/org
90 use examples && java-pkg_doexamples examples
91 }
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list