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