diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 01:54:14 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 01:54:14 +0000 |
commit | 2fd2f631d89f219ec232de6edf22129a4a1e7309 (patch) | |
tree | 7784ecd3779bf27d955c9733f40999958b7d25f8 /net-www/gplflash | |
parent | header fix (diff) | |
download | gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.gz gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.bz2 gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.zip |
whitespace cleanup
Diffstat (limited to 'net-www/gplflash')
-rw-r--r-- | net-www/gplflash/Manifest | 10 | ||||
-rw-r--r-- | net-www/gplflash/gplflash-0.4.10-r1.ebuild | 8 | ||||
-rw-r--r-- | net-www/gplflash/gplflash-0.4.10-r2.ebuild | 8 | ||||
-rw-r--r-- | net-www/gplflash/gplflash-0.4.10.ebuild | 8 |
4 files changed, 17 insertions, 17 deletions
diff --git a/net-www/gplflash/Manifest b/net-www/gplflash/Manifest index c6f4d5e79a10..e17c13c2972d 100644 --- a/net-www/gplflash/Manifest +++ b/net-www/gplflash/Manifest @@ -1,10 +1,10 @@ +MD5 bfa44b8c249a881372ad6e7dfdd8af6d ChangeLog 1499 +MD5 5286e41a3f5ac2d34eea225074627bc5 gplflash-0.4.10-r1.ebuild 916 +MD5 02cc3406127f4d08d3687ae5831eec66 gplflash-0.4.10-r2.ebuild 989 +MD5 45f77edffc7c12dd09b7869ae5f6dd6a gplflash-0.4.10.ebuild 927 MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10 61 MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10-r1 61 +MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10-r2 61 MD5 9df49fc7e8cbac455465270a0ecead2f files/gentoo.diff 247 MD5 4e51ed812f940be98742997fee035846 files/gplflash-0.4.10-gcc3-gentoo.diff 1060 -MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10-r2 61 MD5 1560bb78cb5b479b310c1604fb1b46da files/gplflash-0.4.10-ppc.diff 2018 -MD5 a5b002c535f511dba918a7a64e85325c gplflash-0.4.10-r1.ebuild 934 -MD5 7be5704ab7cd22e8a27b341158f26d2b gplflash-0.4.10.ebuild 945 -MD5 bfa44b8c249a881372ad6e7dfdd8af6d ChangeLog 1499 -MD5 8c9daf3a271a6407895e918a508a5ab2 gplflash-0.4.10-r2.ebuild 1007 diff --git a/net-www/gplflash/gplflash-0.4.10-r1.ebuild b/net-www/gplflash/gplflash-0.4.10-r1.ebuild index ac8e86773bcd..a16a1076af42 100644 --- a/net-www/gplflash/gplflash-0.4.10-r1.ebuild +++ b/net-www/gplflash/gplflash-0.4.10-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.12 2003/06/12 22:07:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10-r1.ebuild,v 1.13 2003/09/06 01:54:08 msterret Exp $ S=${WORKDIR}/flash-0.4.10 DESCRIPTION="GPL Shockwave Flash Player/Plugin" @@ -24,16 +24,16 @@ src_compile() { emake || die } -src_install() { +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 + /usr/lib/mozilla/plugins/npflash.so fi } diff --git a/net-www/gplflash/gplflash-0.4.10-r2.ebuild b/net-www/gplflash/gplflash-0.4.10-r2.ebuild index 7718f8eece1f..c15ca3ec70b7 100644 --- a/net-www/gplflash/gplflash-0.4.10-r2.ebuild +++ b/net-www/gplflash/gplflash-0.4.10-r2.ebuild @@ -1,6 +1,6 @@ # 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-r2.ebuild,v 1.2 2003/06/12 22:07:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10-r2.ebuild,v 1.3 2003/09/06 01:54:08 msterret Exp $ S=${WORKDIR}/flash-0.4.10 DESCRIPTION="GPL Shockwave Flash Player/Plugin" @@ -28,16 +28,16 @@ src_compile() { emake || die } -src_install() { +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 + /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 82a7e2736273..f132753bfbb8 100644 --- a/net-www/gplflash/gplflash-0.4.10.ebuild +++ b/net-www/gplflash/gplflash-0.4.10.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.11 2003/06/12 22:07:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10.ebuild,v 1.12 2003/09/06 01:54:08 msterret Exp $ S=${WORKDIR}/flash-0.4.10 DESCRIPTION="GPL Shockwave Flash Player/Plugin" @@ -26,16 +26,16 @@ src_compile() { emake || die } -src_install() { +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 + /usr/lib/mozilla/plugins/npflash.so fi } |