Gentoo Archives: gentoo-commits

From: "Miroslav Sulc (fordfrog)" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jexcelapi: ChangeLog jexcelapi-2.6.6.ebuild
Date: Wed, 06 Feb 2008 16:05:20
Message-Id: E1JMmUU-00077y-Ei@stork.gentoo.org
1 fordfrog 08/02/06 15:47:14
2
3 Modified: ChangeLog
4 Added: jexcelapi-2.6.6.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.15 dev-java/jexcelapi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jexcelapi/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jexcelapi/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jexcelapi/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 15 Nov 2007 00:36:23 -0000 1.14
23 +++ ChangeLog 6 Feb 2008 15:47:13 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-java/jexcelapi
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.14 2007/11/15 00:36:23 betelgeuse Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.15 2008/02/06 15:47:13 fordfrog Exp $
30 +
31 +*jexcelapi-2.6.6 (06 Feb 2008)
32 +
33 + 06 Feb 2008; Miroslav Šulc <fordfrog@g.o> +jexcelapi-2.6.6.ebuild:
34 + Version bump
35
36 15 Nov 2007; Petteri Räty <betelgeuse@g.o>
37 -jexcelapi-2.5.1.ebuild:
38
39
40
41 1.1 dev-java/jexcelapi/jexcelapi-2.6.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: jexcelapi-2.6.6.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/jexcelapi/jexcelapi-2.6.6.ebuild,v 1.1 2008/02/06 15:47:13 fordfrog Exp $
51
52 JAVA_PKG_IUSE="doc source"
53 inherit java-pkg-2 java-ant-2
54
55 MY_P="${P//-/_}"
56 MY_P="${MY_P//./_}"
57
58 DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets"
59 HOMEPAGE="http://jexcelapi.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="2.5"
64 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
65 IUSE=""
66
67 DEPEND=">=virtual/jdk-1.4
68 dev-java/ant-core"
69 RDEPEND=">=virtual/jre-1.4"
70
71 S=${WORKDIR}/${PN}
72
73 src_unpack() {
74 unpack ${A}
75
76 cd "${S}"
77 find -name "*.jar" | xargs rm -v
78 find -name "*.class" -delete
79 rm -fr docs
80
81 # sun-jdk-1.5/jikes fails
82 java-pkg_filter-compiler jikes
83 }
84
85 src_compile() {
86 eant -f build/build.xml jxl $(use_doc docs)
87 }
88
89 src_install() {
90 java-pkg_newjar jxl.jar ${PN}.jar
91
92 java-pkg_dohtml index.html tutorial.html
93 use doc && java-pkg_dojavadoc docs
94 use source && java-pkg_dosrc "${S}"/src/*
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list