summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-22 07:42:29 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-22 07:42:29 +0000
commitc904e763f59d4a1b937b5ac19bf22a4522481978 (patch)
treed8e047ca2eafa5d37dcaa145c5380b3c26cd35f2 /net-www/gplflash
parentupping the revision number, after reevaluating the importance of the fix (by ... (diff)
downloadgentoo-2-c904e763f59d4a1b937b5ac19bf22a4522481978.tar.gz
gentoo-2-c904e763f59d4a1b937b5ac19bf22a4522481978.tar.bz2
gentoo-2-c904e763f59d4a1b937b5ac19bf22a4522481978.zip
fixed spacing
Diffstat (limited to 'net-www/gplflash')
-rw-r--r--net-www/gplflash/gplflash-0.4.10-r1.ebuild35
-rw-r--r--net-www/gplflash/gplflash-0.4.10.ebuild32
2 files changed, 33 insertions, 34 deletions
diff --git a/net-www/gplflash/gplflash-0.4.10-r1.ebuild b/net-www/gplflash/gplflash-0.4.10-r1.ebuild
index 5692f316a15c..e805dfd54815 100644
--- a/net-www/gplflash/gplflash-0.4.10-r1.ebuild
+++ b/net-www/gplflash/gplflash-0.4.10-r1.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Id: gplflash-0.4.10-r1.ebuild,v 1.8 2002/10/04 06:19:30 vapier Exp $
+# $Id: gplflash-0.4.10-r1.ebuild,v 1.9 2002/10/22 07:42:29 seemant Exp $
S=${WORKDIR}/flash-0.4.10
DESCRIPTION="GPL Shockwave Flash Player/Plugin"
SRC_URI="http://www.swift-tools.com/Flash/flash-0.4.10.tgz"
HOMEPAGE="http://www.swift-tools.com/Flash"
+
+SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"
DEPEND="media-libs/libflash"
-LICENSE="GPL-2"
-SLOT="0"
-
src_unpack() {
cd ${WORKDIR}
unpack flash-0.4.10.tgz
@@ -21,20 +21,19 @@ src_unpack() {
}
src_compile() {
- cd ${S}
- emake
+ emake || die
}
-src_install() {
- cd ${S}/Plugin
- insinto /opt/netscape/plugins
- doins npflash.so
- cd ${S}
- dodoc README COPYING
-
- if [ "`use mozilla`" ] ; then
- dodir /usr/lib/mozilla/plugins
- dosym /opt/netscape/plugins/npflash.so \
- /usr/lib/mozilla/plugins/npflash.so
- fi
+src_install() {
+ cd ${S}/Plugin
+ insinto /opt/netscape/plugins
+ doins npflash.so
+ cd ${S}
+ dodoc README COPYING
+
+ if [ "`use mozilla`" ] ; then
+ dodir /usr/lib/mozilla/plugins
+ dosym /opt/netscape/plugins/npflash.so \
+ /usr/lib/mozilla/plugins/npflash.so
+ fi
}
diff --git a/net-www/gplflash/gplflash-0.4.10.ebuild b/net-www/gplflash/gplflash-0.4.10.ebuild
index 44bb490da70a..030159825528 100644
--- a/net-www/gplflash/gplflash-0.4.10.ebuild
+++ b/net-www/gplflash/gplflash-0.4.10.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Id: gplflash-0.4.10.ebuild,v 1.7 2002/10/04 06:19:32 vapier Exp $
+# $Id: gplflash-0.4.10.ebuild,v 1.8 2002/10/22 07:42:29 seemant Exp $
S=${WORKDIR}/flash-0.4.10
DESCRIPTION="GPL Shockwave Flash Player/Plugin"
SRC_URI="http://www.swift-tools.com/Flash/flash-0.4.10.tgz"
HOMEPAGE="http://www.swift-tools.com/Flash"
-KEYWORDS="x86 ppc sparc sparc64"
+
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc sparc64"
DEPEND="media-libs/libflash"
@@ -22,20 +23,19 @@ src_unpack() {
}
src_compile() {
- cd ${S}
- emake
+ emake || die
}
-src_install() {
- cd ${S}/Plugin
- insinto /opt/netscape/plugins
- doins npflash.so
- cd ${S}
- dodoc README ReadMe.htm
-
- if [ "`use mozilla`" ] ; then
- dodir /usr/lib/mozilla/plugins
- dosym /opt/netscape/plugins/npflash.so \
- /usr/lib/mozilla/plugins/npflash.so
- fi
+src_install() {
+ cd ${S}/Plugin
+ insinto /opt/netscape/plugins
+ doins npflash.so
+ cd ${S}
+ dodoc README ReadMe.htm
+
+ if [ "`use mozilla`" ] ; then
+ dodir /usr/lib/mozilla/plugins
+ dosym /opt/netscape/plugins/npflash.so \
+ /usr/lib/mozilla/plugins/npflash.so
+ fi
}