summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-10-15 17:26:48 +0000
committerJim Ramsay <lack@gentoo.org>2008-10-15 17:26:48 +0000
commit538600c74af1fbc2d821a571fc4787d0cc837368 (patch)
treeb44bc9c3b7abbc7744e4d8fc21ae567f85cd8575 /net-www
parentVersion bump. Fix the new ebuild so that it respects the user's CFLAGS (bug ... (diff)
downloadgentoo-2-538600c74af1fbc2d821a571fc4787d0cc837368.tar.gz
gentoo-2-538600c74af1fbc2d821a571fc4787d0cc837368.tar.bz2
gentoo-2-538600c74af1fbc2d821a571fc4787d0cc837368.zip
Adobe Flash 10.0.12.36 is released (Bug #242210)
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/netscape-flash/ChangeLog8
-rw-r--r--net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild (renamed from net-www/netscape-flash/netscape-flash-10_rc20080915.ebuild)27
2 files changed, 19 insertions, 16 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index 318cf5d33651..f5d8ca333062 100644
--- a/net-www/netscape-flash/ChangeLog
+++ b/net-www/netscape-flash/ChangeLog
@@ -1,6 +1,12 @@
# 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.73 2008/09/17 16:14:34 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.74 2008/10/15 17:26:48 lack Exp $
+
+*netscape-flash-10.0.12.36 (15 Oct 2008)
+
+ 15 Oct 2008; Jim Ramsay <lack@gentoo.org>
+ -netscape-flash-10_rc20080915.ebuild, +netscape-flash-10.0.12.36.ebuild:
+ Adobe Flash 10.0.12.36 is released (Bug #242210)
*netscape-flash-10_rc20080915 (17 Sep 2008)
diff --git a/net-www/netscape-flash/netscape-flash-10_rc20080915.ebuild b/net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild
index b5315b729232..a954195aff15 100644
--- a/net-www/netscape-flash/netscape-flash-10_rc20080915.ebuild
+++ b/net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild
@@ -1,30 +1,21 @@
# 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_rc20080915.ebuild,v 1.1 2008/09/17 16:14:34 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild,v 1.1 2008/10/15 17:26:48 lack Exp $
-inherit nsplugins versionator
-
-MV=$(get_major_version)
-
-# Excellent, Adobe uses that unsortable though surprisingly popular date
-# convention "MMDDYY", so build that out of a proper "YYYYMMDD" beta version
-# component:
-BETA=$(get_version_component_range 2)
-BETA=${BETA#rc}
-BV=${BETA:4:2}${BETA:6:2}${BETA:2:2}
+inherit nsplugins rpm
DESCRIPTION="Adobe Flash Player"
-SRC_URI="http://download.macromedia.com/pub/labs/flashplayer${MV}/flashplayer${MV}_install_linux_${BV}.tar.gz
+SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm
amd64? ( mirror://gentoo/flash-libcompat-0.2.tar.bz2 )"
HOMEPAGE="http://www.adobe.com/"
IUSE=""
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-LICENSE="AdobeFlash-9.0.31.0"
+LICENSE="AdobeFlash-10"
RESTRICT="strip mirror"
-S="${WORKDIR}/install_flash_player_${MV}_linux"
+S="${WORKDIR}"
DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-gtklibs
@@ -43,7 +34,7 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
# Our new flash-libcompat suffers from the same EXESTACK problem as libcrypto
# from app-text/acroread, so tell QA to ignore it.
-# Apparently the flash library itseld also suffers from this issue
+# Apparently the flash library itself also suffers from this issue
QA_EXECSTACK="opt/flash-libcompat/libcrypto.so.0.9.7
opt/netscape/plugins/libflashplayer.so"
@@ -55,9 +46,15 @@ pkg_setup() {
}
src_install() {
+ pushd "${S}/usr/lib/flash-plugin"
exeinto /opt/netscape/plugins
doexe libflashplayer.so
inst_plugin /opt/netscape/plugins/libflashplayer.so
+ popd
+
+ pushd "${S}/usr/share/doc/flash-plugin-${PV}/"
+ dodoc readme.txt
+ popd
# libcurl and libnss are not currently available in any emul-linux-x86
# packages, so for amd64 we provide these snarfed out of other binary