summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-www/apache/ChangeLog5
-rw-r--r--net-www/apache/apache-1.3.33-r1.ebuild4
-rw-r--r--net-www/netscape-flash/ChangeLog9
-rw-r--r--net-www/netscape-flash/netscape-flash-6.0.79.ebuild13
-rw-r--r--net-www/netscape-flash/netscape-flash-6.0.81.ebuild13
-rw-r--r--net-www/netscape-flash/netscape-flash-7.0.25.ebuild13
6 files changed, 31 insertions, 26 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 6aa9795a9fe3..a4e452857178 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/apache
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.312 2005/01/09 00:46:38 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.313 2005/01/09 11:35:09 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> apache-1.3.33-r1.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
*apache-2.0.52-r3 (08 Jan 2005)
diff --git a/net-www/apache/apache-1.3.33-r1.ebuild b/net-www/apache/apache-1.3.33-r1.ebuild
index 877a47091ccf..1eba12970cbd 100644
--- a/net-www/apache/apache-1.3.33-r1.ebuild
+++ b/net-www/apache/apache-1.3.33-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r1.ebuild,v 1.1 2005/01/08 23:37:10 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r1.ebuild,v 1.2 2005/01/09 11:35:09 swegener Exp $
inherit eutils fixheadtails
@@ -17,7 +17,7 @@ DESCRIPTION="The Apache Web Server"
HOMEPAGE="http://httpd.apache.org"
SRC_URI="mirror://apache/httpd/apache_${PV}.tar.gz
ssl? ftp://ftp.modssl.org/source/mod_ssl-${mod_ssl_ver}-${PV}.tar.gz
- lingerd? http://images.iagora.com/media/software/lingerd/lingerd-${lingerd_ver}.tar.gz
+ lingerd? ( http://images.iagora.com/media/software/lingerd/lingerd-${lingerd_ver}.tar.gz )
mirror://gentoo/${GENTOO_PATCHNAME}.tar.bz2"
LICENSE="Apache-2.0"
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index 1ddd196390f0..a54a95a698b9 100644
--- a/net-www/netscape-flash/ChangeLog
+++ b/net-www/netscape-flash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/netscape-flash
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.24 2004/06/25 01:07:26 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.25 2005/01/09 11:38:11 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org>
+ netscape-flash-6.0.79.ebuild, netscape-flash-6.0.81.ebuild,
+ netscape-flash-7.0.25.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
*netscape-flash-7.0.25 (30 May 2004)
diff --git a/net-www/netscape-flash/netscape-flash-6.0.79.ebuild b/net-www/netscape-flash/netscape-flash-6.0.79.ebuild
index 5ecfbb7d972c..164423645290 100644
--- a/net-www/netscape-flash/netscape-flash-6.0.79.ebuild
+++ b/net-www/netscape-flash/netscape-flash-6.0.79.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0.79.ebuild,v 1.3 2004/06/25 01:07:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0.79.ebuild,v 1.4 2005/01/09 11:38:11 swegener Exp $
inherit nsplugins
@@ -12,19 +12,18 @@ IUSE="gtk"
S=${WORKDIR}/install_flash_player_6_linux
DESCRIPTION="Macromedia Shockwave Flash Player"
SRC_URI="mirror://macromedia/${P}.tar.gz
- gtk? mirror://macromedia/gflashplayer-${OLD_V}.tar.gz"
+ gtk? ( mirror://macromedia/gflashplayer-${OLD_V}.tar.gz )"
HOMEPAGE="http://www.macromedia.com/"
SLOT="0"
KEYWORDS="x86 -ppc -sparc"
LICENSE="Macromedia"
-RDEPEND="!net-www/gplflash"
-
-DEPEND=">=sys-libs/lib-compat-1.1
+DEPEND="!net-www/gplflash
+ >=sys-libs/lib-compat-1.1
gtk? ( =x11-libs/gtk+-1.2* )"
-RESTRICT=nostrip
+RESTRICT="nostrip"
src_install() {
exeinto /opt/netscape/plugins
diff --git a/net-www/netscape-flash/netscape-flash-6.0.81.ebuild b/net-www/netscape-flash/netscape-flash-6.0.81.ebuild
index cdaa8688ce9b..ac82673a251d 100644
--- a/net-www/netscape-flash/netscape-flash-6.0.81.ebuild
+++ b/net-www/netscape-flash/netscape-flash-6.0.81.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0.81.ebuild,v 1.3 2004/06/25 01:07:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0.81.ebuild,v 1.4 2005/01/09 11:38:11 swegener Exp $
inherit nsplugins
@@ -12,22 +12,21 @@ IUSE="gtk"
S=${WORKDIR}/install_flash_player_6_linux
DESCRIPTION="Macromedia Shockwave Flash Player"
SRC_URI="mirror://macromedia/${P}.tar.gz
- gtk? mirror://macromedia/gflashplayer-${OLD_V}.tar.gz"
+ gtk? ( mirror://macromedia/gflashplayer-${OLD_V}.tar.gz )"
HOMEPAGE="http://www.macromedia.com/"
SLOT="0"
KEYWORDS="x86 amd64 -ppc -sparc"
LICENSE="Macromedia"
-RDEPEND="!net-www/gplflash"
-
-DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
+DEPEND="!net-www/gplflash
+ amd64? ( app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-xlibs )
!amd64? ( gtk? ( >=sys-libs/lib-compat-1.1
=x11-libs/gtk+-1.2* )
)"
-RESTRICT=nostrip
+RESTRICT="nostrip"
src_install() {
exeinto /opt/netscape/plugins
diff --git a/net-www/netscape-flash/netscape-flash-7.0.25.ebuild b/net-www/netscape-flash/netscape-flash-7.0.25.ebuild
index a24bb752b256..1c46334a0f3f 100644
--- a/net-www/netscape-flash/netscape-flash-7.0.25.ebuild
+++ b/net-www/netscape-flash/netscape-flash-7.0.25.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.25.ebuild,v 1.2 2004/06/25 01:07:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.25.ebuild,v 1.3 2005/01/09 11:38:11 swegener Exp $
inherit nsplugins
@@ -12,21 +12,20 @@ IUSE="gtk"
S=${WORKDIR}/install_flash_player_7_linux
DESCRIPTION="Macromedia Shockwave Flash Player"
SRC_URI="mirror://macromedia/flash-plugin-${PV}.tar.gz
- gtk? mirror://macromedia/gflashplayer-${OLD_V}.tar.gz"
+ gtk? ( mirror://macromedia/gflashplayer-${OLD_V}.tar.gz )"
HOMEPAGE="http://www.macromedia.com/"
SLOT="0"
KEYWORDS="~x86 ~amd64 -ppc -sparc"
LICENSE="Macromedia"
-RDEPEND="!net-www/gplflash"
-
-DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
+DEPEND="!net-www/gplflash
+ amd64? ( app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-xlibs )
!amd64? ( gtk? ( >=sys-libs/lib-compat-1.1
=x11-libs/gtk+-1.2* ) )"
-RESTRICT=nostrip
+RESTRICT="nostrip"
src_install() {
exeinto /opt/netscape/plugins