Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/icedtea6-bin: icedtea6-bin-1.4.1.ebuild ChangeLog
Date: Sun, 19 Apr 2009 18:15:36
Message-Id: E1LvbYD-0004pt-OS@stork.gentoo.org
1 caster 09/04/19 18:15:33
2
3 Modified: ChangeLog
4 Added: icedtea6-bin-1.4.1.ebuild
5 Log:
6 Version bump, based on icedtea6-1.4.1-r1 from java-overlay.
7 (Portage version: 2.2_rc30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-java/icedtea6-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icedtea6-bin/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icedtea6-bin/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icedtea6-bin/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 9 Feb 2009 18:45:23 -0000 1.2
23 +++ ChangeLog 19 Apr 2009 18:15:33 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-java/icedtea6-bin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.2 2009/02/09 18:45:23 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.3 2009/04/19 18:15:33 caster Exp $
29 +
30 +*icedtea6-bin-1.4.1 (19 Apr 2009)
31 +
32 + 19 Apr 2009; Vlastimil Babka <caster@g.o>
33 + +icedtea6-bin-1.4.1.ebuild:
34 + Version bump, based on icedtea6-1.4.1-r1 from java-overlay.
35
36 *icedtea6-bin-1.4 (09 Feb 2009)
37
38
39
40
41 1.1 dev-java/icedtea6-bin/icedtea6-bin-1.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: icedtea6-bin-1.4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.4.1.ebuild,v 1.1 2009/04/19 18:15:33 caster Exp $
51
52 EAPI="1"
53
54 inherit java-vm-2
55
56 dist="mirror://gentoo/"
57 DESCRIPTION="A Gentoo-made binary build of the icedtea6 JDK"
58 SRC_URI="amd64? ( ${dist}/${PN}-core-${PVR}-amd64.tar.bz2 )
59 x86? ( ${dist}/${PN}-core-${PVR}-x86.tar.bz2 )
60 doc? ( ${dist}/${PN}-doc-${PVR}.tar.bz2 )
61 examples? (
62 amd64? ( ${dist}/${PN}-examples-${PVR}-amd64.tar.bz2 )
63 x86? ( ${dist}/${PN}-examples-${PVR}-x86.tar.bz2 )
64 )
65 nsplugin? (
66 amd64? ( ${dist}/${PN}-nsplugin-${PVR}-amd64.tar.bz2 )
67 x86? ( ${dist}/${PN}-nsplugin-${PVR}-x86.tar.bz2 )
68 )
69 source? ( ${dist}/${PN}-src-${PVR}.tar.bz2 )"
70 HOMEPAGE="http://icedtea.classpath.org"
71
72 IUSE="X alsa doc examples nsplugin source"
73 RESTRICT="strip"
74
75 LICENSE="GPL-2-with-linking-exception"
76 SLOT="0"
77 KEYWORDS="~amd64 ~x86"
78
79 S="${WORKDIR}/${PF}"
80
81 RDEPEND="
82 >=sys-libs/glibc-2.8_p20080602-r1
83 >=media-libs/giflib-4.1.6-r1
84 >=media-libs/jpeg-6b-r8
85 >=media-libs/libpng-1.2.35
86 >=sys-libs/zlib-1.2.3-r1
87 alsa? ( >=media-libs/alsa-lib-1.0.17a )
88 X? (
89 >=media-libs/freetype-2.3.8:2
90 >=media-libs/fontconfig-2.6.0-r2:1.0
91 >=x11-libs/libXext-1.0.4
92 >=x11-libs/libXi-1.2.1
93 >=x11-libs/libXtst-1.0.3
94 >=x11-libs/libX11-1.1.5
95 )
96 nsplugin? (
97 >=dev-libs/atk-1.24.0
98 >=dev-libs/glib-2.18.4-r1:2
99 >=dev-libs/nspr-4.7.3
100 >=x11-libs/cairo-1.8.6-r1
101 >=x11-libs/gtk+-2.14.7-r2:2
102 >=x11-libs/pango-1.22.4
103 )"
104 DEPEND=""
105
106 QA_EXECSTACK_amd64="opt/${P}/jre/lib/amd64/server/libjvm.so"
107 QA_EXECSTACK_x86="opt/${P}/jre/lib/i386/server/libjvm.so
108 opt/${P}/jre/lib/i386/client/libjvm.so"
109
110 src_install() {
111 local dest="/opt/${P}"
112 local ddest="${D}/${dest}"
113 dodir "${dest}" || die
114
115 local arch=${ARCH}
116
117 # doins can't handle symlinks.
118 cp -pRP bin include jre lib man "${ddest}" || die "failed to copy"
119
120 dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README} || die
121 if use doc ; then
122 dohtml -r ../doc/html/* || die "Failed to install documentation"
123 fi
124
125 if use examples; then
126 cp -pRP share/{demo,sample} "${ddest}" || die
127 fi
128
129 if use source ; then
130 cp src.zip "${ddest}" || die
131 fi
132
133 if use nsplugin ; then
134 use x86 && arch=i386;
135 install_mozilla_plugin "${dest}/jre/lib/${arch}/IcedTeaPlugin.so";
136 fi
137
138 set_java_env
139 java-vm_revdep-mask
140 }
141
142 pkg_postinst() {
143 if use nsplugin; then
144 elog "The icedtea6-bin browser plugin can be enabled using eselect java-nsplugin"
145 elog "Note that the plugin works only in browsers based on xulrunner-1.9"
146 elog "such as Firefox 3 or Epiphany 2.24 and not in older versions!"
147 fi
148 }