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: ChangeLog icedtea6-bin-1.9.5.ebuild icedtea6-bin-1.9.1.ebuild icedtea6-bin-1.9.2.ebuild
Date: Wed, 02 Feb 2011 14:18:10
Message-Id: 20110202141759.CFEE220054@flycatcher.gentoo.org
1 caster 11/02/02 14:17:59
2
3 Modified: ChangeLog
4 Added: icedtea6-bin-1.9.5.ebuild
5 Removed: icedtea6-bin-1.9.1.ebuild icedtea6-bin-1.9.2.ebuild
6 Log:
7 Version bump, security bug #353418.
8
9 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.46 dev-java/icedtea6-bin/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea6-bin/ChangeLog?rev=1.46&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea6-bin/ChangeLog?rev=1.46&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea6-bin/ChangeLog?r1=1.45&r2=1.46
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v
21 retrieving revision 1.45
22 retrieving revision 1.46
23 diff -u -r1.45 -r1.46
24 --- ChangeLog 22 Jan 2011 17:56:54 -0000 1.45
25 +++ ChangeLog 2 Feb 2011 14:17:59 -0000 1.46
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-java/icedtea6-bin
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.45 2011/01/22 17:56:54 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.46 2011/02/02 14:17:59 caster Exp $
31 +
32 +*icedtea6-bin-1.9.5 (02 Feb 2011)
33 +
34 + 02 Feb 2011; Vlastimil Babka <caster@g.o> -icedtea6-bin-1.9.1.ebuild,
35 + -icedtea6-bin-1.9.2.ebuild, +icedtea6-bin-1.9.5.ebuild:
36 + Version bump, security bug #353418.
37
38 22 Jan 2011; Markos Chandras <hwoarang@g.o> icedtea6-bin-1.9.4.ebuild:
39 Stable on amd64 wrt bug #352035
40
41
42
43 1.1 dev-java/icedtea6-bin/icedtea6-bin-1.9.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.9.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.9.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: icedtea6-bin-1.9.5.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.9.5.ebuild,v 1.1 2011/02/02 14:17:59 caster Exp $
53
54 EAPI="1"
55
56 inherit java-vm-2
57
58 dist="mirror://gentoo/"
59 DESCRIPTION="A Gentoo-made binary build of the icedtea6 JDK"
60 TARBALL_VERSION="${PVR}"
61 SRC_URI="amd64? ( ${dist}/${PN}-core-${TARBALL_VERSION}-amd64.tar.bz2 )
62 x86? ( ${dist}/${PN}-core-${TARBALL_VERSION}-x86.tar.bz2 )
63 doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.bz2 )
64 examples? (
65 amd64? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-amd64.tar.bz2 )
66 x86? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-x86.tar.bz2 )
67 )
68 nsplugin? (
69 amd64? ( ${dist}/${PN}-nsplugin-${TARBALL_VERSION}-amd64.tar.bz2 )
70 x86? ( ${dist}/${PN}-nsplugin-${TARBALL_VERSION}-x86.tar.bz2 )
71 )
72 source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.bz2 )"
73 HOMEPAGE="http://icedtea.classpath.org"
74
75 IUSE="X alsa doc examples nsplugin source"
76 RESTRICT="strip"
77
78 LICENSE="GPL-2-with-linking-exception"
79 SLOT="0"
80 KEYWORDS="~amd64 ~x86"
81
82 S="${WORKDIR}/${PN}-${TARBALL_VERSION}"
83
84 RDEPEND=">=sys-devel/gcc-4.3
85 >=sys-libs/glibc-2.11.2
86 >=media-libs/giflib-4.1.6-r1
87 virtual/jpeg
88 >=media-libs/libpng-1.4:0
89 >=sys-libs/zlib-1.2.3-r1
90 alsa? ( >=media-libs/alsa-lib-1.0.20 )
91 X? (
92 >=media-libs/freetype-2.3.9:2
93 >=media-libs/fontconfig-2.6.0-r2:1.0
94 >=x11-libs/libXext-1.1
95 >=x11-libs/libXi-1.3
96 >=x11-libs/libXtst-1.1
97 >=x11-libs/libX11-1.3
98 x11-libs/libXt
99 )
100 nsplugin? (
101 >=dev-libs/atk-1.30.0
102 >=dev-libs/glib-2.20.5:2
103 >=dev-libs/nspr-4.8
104 >=x11-libs/cairo-1.8.8
105 >=x11-libs/gtk+-2.20.1:2
106 >=x11-libs/pango-1.24.5
107 )"
108 DEPEND=""
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 # Set as default VM if none exists
144 java-vm-2_pkg_postinst
145
146 if use nsplugin; then
147 elog "The icedtea6-bin browser plugin can be enabled using eselect java-nsplugin"
148 elog "Note that the plugin works only in browsers based on xulrunner-1.9.1+"
149 elog "such as Firefox 3.5+ and recent Chromium versions."
150 fi
151 }