diff options
-rw-r--r-- | www-servers/ncsa-httpd/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/ncsa-httpd/Manifest | 12 | ||||
-rw-r--r-- | www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild | 3 |
3 files changed, 13 insertions, 9 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/Manifest b/www-servers/ncsa-httpd/Manifest index 23f4990d7c07..a26634b0c95c 100644 --- a/www-servers/ncsa-httpd/Manifest +++ b/www-servers/ncsa-httpd/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 af688f037e83ae04786a93654d29b4b3 ChangeLog 773 +MD5 697e30fcc7e862d3c2bb5cdbbbc4308b ChangeLog 902 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 3695edc8af619c1e95958b46a4367f61 ncsa-httpd-1.5.2a.ebuild 2080 -MD5 3c8fa7efedafecfd7c5c7a2bbdf2b988 files/ncsa-httpd-1.5.2a.patch 8410 +MD5 9c25be6301ed3cbaeef1f8f22efe2053 ncsa-httpd-1.5.2a.ebuild 2090 MD5 9f7c216b1e80dd1aa1521ae2a56df73a files/digest-ncsa-httpd-1.5.2a 77 +MD5 3c8fa7efedafecfd7c5c7a2bbdf2b988 files/ncsa-httpd-1.5.2a.patch 8410 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBOfGC/rLF9B432nYRAj0EAJ0dgpBfm1gWZ8Qe/Ytm0yt2QKJX8ACcCfnw -7vCOwfGLocaaqLm45ZQUlRU= -=Pqjr +iD8DBQFBOt+zI1lqEGTUzyQRAlAuAJ99S4osJqa9EOO275N8c4lds/LkcACePkgl +URud49r6IxCt1nYVRgSwJ5A= +=nTyN -----END PGP SIGNATURE----- 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} |