diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-05 09:43:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-05 09:43:04 +0000 |
commit | ac5df6a68cc037a46db7dbd681c74f88d30ebb52 (patch) | |
tree | 8e9cfadd50d00616a04d123f4dc051f3c398a0c7 /www-servers | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-ac5df6a68cc037a46db7dbd681c74f88d30ebb52.tar.gz gentoo-2-ac5df6a68cc037a46db7dbd681c74f88d30ebb52.tar.bz2 gentoo-2-ac5df6a68cc037a46db7dbd681c74f88d30ebb52.zip |
Fixed ChangeLog header. Added missing IUSE.
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/ncsa-httpd/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/ncsa-httpd/ChangeLog b/www-servers/ncsa-httpd/ChangeLog index 3e448c21af9e..282eec454c3f 100644 --- a/www-servers/ncsa-httpd/ChangeLog +++ b/www-servers/ncsa-httpd/ChangeLog @@ -1,6 +1,9 @@ -# ChangeLog for net-www/ncsa-httpd +# ChangeLog for www-servers/ncsa-httpd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ChangeLog,v 1.1 2004/08/08 17:46:54 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ChangeLog,v 1.2 2004/09/05 09:43:04 swegener Exp $ + + 05 Sep 2004; Sven Wegener <swegener@gentoo.org> ncsa-httpd-1.5.2a.ebuild: + Fixed ChangeLog header. Added missing IUSE. *ncsa-httpd-1.5.2a (08 Aug 2004) diff --git a/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild b/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild index e00929ea1419..9d8e52d91308 100644 --- a/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild +++ b/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild,v 1.1 2004/08/08 17:46:54 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild,v 1.2 2004/09/05 09:43:04 swegener Exp $ inherit eutils @@ -14,6 +14,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/Web/httpd/Unix/ncsa_httpd/current/${MY_P}_sourc DEPEND="" LICENSE="ncsa-1.3" SLOT="1" +IUSE="" src_unpack() { unpack ${A} |