diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:35:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:35:09 +0000 |
commit | da2daf262da6d5ab538c3a9d686b6251621b1032 (patch) | |
tree | 1e4a458ea81e88c4e2bc9d50ef492434059f69f3 /net-www/apache | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (Manifest recommit) (diff) | |
download | gentoo-2-da2daf262da6d5ab538c3a9d686b6251621b1032.tar.gz gentoo-2-da2daf262da6d5ab538c3a9d686b6251621b1032.tar.bz2 gentoo-2-da2daf262da6d5ab538c3a9d686b6251621b1032.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.33-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 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" |