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/jdictrayapi: ChangeLog jdictrayapi-0.9.1-r3.ebuild
Date: Sat, 20 Oct 2007 11:48:33
Message-Id: E1IjCdx-0006jN-1h@stork.gentoo.org
1 ali_bush 07/10/20 11:37:25
2
3 Modified: ChangeLog
4 Added: jdictrayapi-0.9.1-r3.ebuild
5 Log:
6 Revbump to add patch where jdictrayapi does not work on amd64, even tho it has been marked stable.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.14 dev-java/jdictrayapi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 28 Sep 2007 22:54:08 -0000 1.13
23 +++ ChangeLog 20 Oct 2007 11:37:24 -0000 1.14
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-java/jdictrayapi
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/ChangeLog,v 1.13 2007/09/28 22:54:08 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/ChangeLog,v 1.14 2007/10/20 11:37:24 ali_bush Exp $
29 +
30 +*jdictrayapi-0.9.1-r3 (20 Oct 2007)
31 +
32 + 20 Oct 2007; <alistair@g.o> +files/fix-ctray-libarch.patch,
33 + +jdictrayapi-0.9.1-r3.ebuild:
34 + Revbump to add patch where jdictrayapi does not work on amd64, even tho it
35 + has been marked stable.
36
37 28 Sep 2007; Wulf C. Krueger <philantrop@g.o>
38 jdictrayapi-0.9.1-r2.ebuild:
39
40
41
42 1.1 dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jdictrayapi-0.9.1-r3.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild,v 1.1 2007/10/20 11:37:24 ali_bush Exp $
52
53 JAVA_PKG_IUSE="doc source"
54
55 inherit eutils java-pkg-2 java-ant-2
56
57 MY_PN="jdic"
58 MY_P=${MY_PN}-${PV}
59 DESCRIPTION="The JDesktop Integration Components (JDIC) tray icon API"
60 HOMEPAGE="https://jdic.dev.java.net/"
61 SRC_URI="https://jdic.dev.java.net/files/documents/880/16466/${MY_P}-src.zip"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="examples"
67
68 DEPEND=">=virtual/jdk-1.4
69 app-arch/unzip"
70 RDEPEND=">=virtual/jre-1.4"
71
72 S="${WORKDIR}/${MY_P}-src/${MY_PN}"
73
74 #Patch takes care of it
75 JAVA_PKG_BSFIX="off"
76
77 src_unpack() {
78 unpack ${A}
79 cd "${S}"
80
81 epatch "${FILESDIR}/0.8.7-gentoo.patch"
82 epatch "${FILESDIR}/fix-ctray-libarch.patch"
83 find -type d -name CVS -exec rm -r {} \; >/dev/null 2>&1
84 }
85
86 src_compile() {
87 eant buildunixjar buildunixjni_tray $(use_doc docs)
88 }
89
90 src_install() {
91 cd "${S}/dist/linux"
92 java-pkg_dojar jdic.jar
93 java-pkg_doso libtray.so
94 use doc && java-pkg_dojavadoc "${S}/../docs"
95 use source && java-pkg_dosrc "${S}/src/share/classes/*" "${S}/src/unix/classes/*"
96 if use examples; then
97 dodir "/usr/share/doc/${PF}/examples"
98 cp -r "${S}/demo/Tray/*" "${D}/usr/share/doc/${PF}/examples/"
99 fi
100 }
101
102
103
104 --
105 gentoo-commits@g.o mailing list