summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-07-03 13:42:46 +0000
committerJim Ramsay <lack@gentoo.org>2008-07-03 13:42:46 +0000
commit408e6f2fb2342df6c305503281786375039094aa (patch)
tree274b4d5a1fcc9995296d0ec39187d7bf292f607f /net-www
parentstable x86, security bug 230147 (diff)
downloadgentoo-2-408e6f2fb2342df6c305503281786375039094aa.tar.gz
gentoo-2-408e6f2fb2342df6c305503281786375039094aa.tar.bz2
gentoo-2-408e6f2fb2342df6c305503281786375039094aa.zip
New beta version released (Bug #230598), and cleaning up a couple older versions
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/netscape-flash/ChangeLog10
-rw-r--r--net-www/netscape-flash/netscape-flash-10_beta20080702.ebuild (renamed from net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild)2
-rw-r--r--net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild47
3 files changed, 10 insertions, 49 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index 5bf5dfb7f1e1..5b466edffce4 100644
--- a/net-www/netscape-flash/ChangeLog
+++ b/net-www/netscape-flash/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-www/netscape-flash
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.68 2008/06/17 12:47:45 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.69 2008/07/03 13:42:46 lack Exp $
+
+*netscape-flash-10_beta20080702 (03 Jul 2008)
+
+ 03 Jul 2008; Jim Ramsay <lack@gentoo.org>
+ -netscape-flash-9.0.115.0.ebuild, -netscape-flash-10_beta20080515.ebuild,
+ +netscape-flash-10_beta20080702.ebuild:
+ New beta version released (Bug #230598), and cleaning up a couple older
+ versions
17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org>
netscape-flash-7.0.68.ebuild, netscape-flash-9.0.115.0.ebuild,
diff --git a/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild b/net-www/netscape-flash/netscape-flash-10_beta20080702.ebuild
index a200c1eb7689..fd433ea55937 100644
--- a/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild
+++ b/net-www/netscape-flash/netscape-flash-10_beta20080702.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080515.ebuild,v 1.2 2008/06/17 12:47:45 nelchael Exp $
+# $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 $
inherit nsplugins versionator
diff --git a/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild
deleted file mode 100644
index 6eb14607a167..000000000000
--- a/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild,v 1.4 2008/06/17 12:47:45 nelchael Exp $
-
-inherit nsplugins rpm
-
-DESCRIPTION="Adobe Flash Player"
-SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm"
-HOMEPAGE="http://www.adobe.com/"
-IUSE=""
-SLOT="0"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="AdobeFlash-9.0.31.0"
-RESTRICT="strip mirror"
-
-S=${WORKDIR}
-
-DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-soundlibs
- app-emulation/emul-linux-x86-xlibs )
- x86? ( x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXt
- =x11-libs/gtk+-2*
- media-libs/freetype
- media-libs/fontconfig )
- media-fonts/corefonts"
-
-pkg_setup() {
- # This is a binary x86 package => ABI=x86
- # Please keep this in future versions
- # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
- has_multilib_profile && ABI="x86"
-}
-
-src_install() {
- cd "${S}/usr/lib/flash-plugin"
- exeinto /opt/netscape/plugins
- doexe libflashplayer.so
- inst_plugin /opt/netscape/plugins/libflashplayer.so
-
- dodoc README
- cd "${S}/usr/share/doc/flash-plugin-${PV}/"
- dodoc readme.txt
-}