summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Hill <hillster@gentoo.org>2003-10-04 01:11:20 +0000
committerJoel Hill <hillster@gentoo.org>2003-10-04 01:11:20 +0000
commit1e70a9840a0201c5c0932369660e1a056b1189de (patch)
treeb4ed453fbe6774f5a7838bb9798d1c5e040e6c1d /net-www
parentFixes for bug #27351 (diff)
downloadhistorical-1e70a9840a0201c5c0932369660e1a056b1189de.tar.gz
historical-1e70a9840a0201c5c0932369660e1a056b1189de.tar.bz2
historical-1e70a9840a0201c5c0932369660e1a056b1189de.zip
cleanup
Diffstat (limited to 'net-www')
-rw-r--r--net-www/gplflash/ChangeLog7
-rw-r--r--net-www/gplflash/Manifest4
-rw-r--r--net-www/gplflash/gplflash-0.4.10-r3.ebuild15
3 files changed, 21 insertions, 5 deletions
diff --git a/net-www/gplflash/ChangeLog b/net-www/gplflash/ChangeLog
index 0234137709e7..ede2bbcb2c24 100644
--- a/net-www/gplflash/ChangeLog
+++ b/net-www/gplflash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/gplflash
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/ChangeLog,v 1.12 2003/10/03 23:30:51 hillster Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/ChangeLog,v 1.13 2003/10/04 01:11:15 hillster Exp $
+
+ 03 Oct 2003; Joel Hill <hillster@gentoo.org> gplflash-0.4.10-r3.ebuild:
+ added einfo regarding support only for older flash and also changed
+ discriptionto take into account, added RDEPEND to stop it being installed at
+ the same time ad netscape-flash
*gplflash-0.4.10-r3 (03 Oct 2003)
diff --git a/net-www/gplflash/Manifest b/net-www/gplflash/Manifest
index 676ce8492420..2aa65a99b281 100644
--- a/net-www/gplflash/Manifest
+++ b/net-www/gplflash/Manifest
@@ -1,7 +1,7 @@
-MD5 580b238f8060380f76bf86d0e70a8d60 gplflash-0.4.10-r3.ebuild 903
+MD5 bdb76392ce395fc48ceef8b56853ce7f gplflash-0.4.10-r3.ebuild 1264
MD5 3009f4191ec40bbc7fd71d63cd7674b4 gplflash-0.4.10-r2.ebuild 989
MD5 2bfb9c34fe9be034e5ab9aea887e158a gplflash-0.4.10.ebuild 927
-MD5 ae50eb9d086d50899ac20a9276ee72e3 ChangeLog 1815
+MD5 d4b39bca56122c18c87ec212d3748a94 ChangeLog 2073
MD5 203515dd8a97d1835c0ae3455e448235 gplflash-0.4.10-r1.ebuild 916
MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10 61
MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10-r1 61
diff --git a/net-www/gplflash/gplflash-0.4.10-r3.ebuild b/net-www/gplflash/gplflash-0.4.10-r3.ebuild
index f1debfb020b8..236ef96d2677 100644
--- a/net-www/gplflash/gplflash-0.4.10-r3.ebuild
+++ b/net-www/gplflash/gplflash-0.4.10-r3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10-r3.ebuild,v 1.1 2003/10/03 23:30:51 hillster Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10-r3.ebuild,v 1.2 2003/10/04 01:11:15 hillster Exp $
inherit nsplugins
S=${WORKDIR}/flash-0.4.10
-DESCRIPTION="GPL Shockwave Flash Player/Plugin"
+DESCRIPTION="GPL Shockwave Flash Player/Plugin, Supports Older Ver <=4 Only"
SRC_URI="http://www.swift-tools.net/Flash/flash-0.4.10.tgz"
HOMEPAGE="http://www.swift-tools.net/Flash"
@@ -14,6 +14,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc"
DEPEND="media-libs/libflash"
+RDEPEND="!net-www/netscape-flash"
src_unpack() {
cd ${WORKDIR}
@@ -38,3 +39,13 @@ src_install() {
cd ${S}
dodoc README COPYING
}
+
+pkg_postinst() {
+ einfo
+ einfo "Only Supports older version 4 and below flash"
+ einfo "animations on version 5 and above (most websites)"
+ einfo "you will experiance freezes. if in doubt unmerge"
+ einfo "net-www/gplflash and merge net-www/netscape-flash"
+ einfo "for version 5 and above"
+ einfo
+}