Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/netscape-flash: ChangeLog netscape-flash-10_beta20080515.ebuild
Date: Thu, 15 May 2008 14:35:14
Message-Id: E1JweY3-0006DV-Gl@stork.gentoo.org
1 lack 08/05/15 14:35:11
2
3 Modified: ChangeLog
4 Added: netscape-flash-10_beta20080515.ebuild
5 Log:
6 New beta version of FlashPlayer-10 is released (Bug #222231)
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.67 net-www/netscape-flash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.67&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.67&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.66&r2=1.67
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
19 retrieving revision 1.66
20 retrieving revision 1.67
21 diff -u -r1.66 -r1.67
22 --- ChangeLog 17 Apr 2008 01:08:17 -0000 1.66
23 +++ ChangeLog 15 May 2008 14:35:11 -0000 1.67
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-www/netscape-flash
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.66 2008/04/17 01:08:17 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.67 2008/05/15 14:35:11 lack Exp $
29 +
30 +*netscape-flash-10_beta20080515 (15 May 2008)
31 +
32 + 15 May 2008; Jim Ramsay <lack@g.o>
33 + +netscape-flash-10_beta20080515.ebuild:
34 + New beta version of FlashPlayer-10 is released (Bug #222231)
35
36 17 Apr 2008; Markus Meier <maekke@g.o>
37 netscape-flash-9.0.124.0.ebuild:
38
39
40
41 1.1 net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild?rev=1.1&content-type=text/plain
45
46 Index: netscape-flash-10_beta20080515.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/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild,v 1.1 2008/05/15 14:35:11 lack Exp $
51
52 inherit nsplugins versionator
53
54 MV=$(get_major_version)
55
56 # Excellent, Adobe uses that unsortable though surprisingly popular date
57 # convention "MMDDYY", so build that out of a proper "YYYYMMDD" beta version
58 # component:
59 BETA=$(get_version_component_range 2)
60 BETA=${BETA#beta}
61 BV=${BETA:4:2}${BETA:6:2}${BETA:2:2}
62
63 DESCRIPTION="Adobe Flash Player"
64 SRC_URI="http://download.macromedia.com/pub/labs/flashplayer${MV}/flashplayer${MV}_install_linux_${BV}.tar.gz"
65 HOMEPAGE="http://www.adobe.com/"
66 IUSE=""
67 SLOT="0"
68
69 KEYWORDS="-* ~amd64 ~x86"
70 LICENSE="AdobeFlash-9.0.31.0"
71 RESTRICT="strip mirror"
72
73 S="${WORKDIR}/install_flash_player_${MV}_linux"
74
75 DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
76 app-emulation/emul-linux-x86-gtklibs
77 app-emulation/emul-linux-x86-soundlibs
78 app-emulation/emul-linux-x86-xlibs )
79 x86? ( x11-libs/libXext
80 x11-libs/libX11
81 x11-libs/libXt
82 =x11-libs/gtk+-2*
83 media-libs/freetype
84 media-libs/fontconfig )"
85
86 pkg_setup() {
87 # This is a binary x86 package => ABI=x86
88 # Please keep this in future versions
89 # Danny van Dyk <kugelfang@g.o> 2005/03/26
90 has_multilib_profile && ABI="x86"
91 }
92
93 src_install() {
94 exeinto /opt/netscape/plugins
95 doexe libflashplayer.so
96 inst_plugin /opt/netscape/plugins/libflashplayer.so
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list