diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-09 11:46:30 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-09 11:46:30 +0000 |
commit | cc50df2b41e6c43824e1d7e105a9f7a22f8e2da2 (patch) | |
tree | 3b304ef27217be8376f9b10da2457319412709fa /www-servers/shttpd | |
parent | Unmask net-analyzer/linkchecker-2.x now that python-2.4 has been unmasked. (diff) | |
download | historical-cc50df2b41e6c43824e1d7e105a9f7a22f8e2da2.tar.gz historical-cc50df2b41e6c43824e1d7e105a9f7a22f8e2da2.tar.bz2 historical-cc50df2b41e6c43824e1d7e105a9f7a22f8e2da2.zip |
Add app-misc/mime-types to RDEPEND.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-servers/shttpd')
-rw-r--r-- | www-servers/shttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/shttpd/Manifest | 16 | ||||
-rw-r--r-- | www-servers/shttpd/shttpd-1.21.ebuild | 4 |
3 files changed, 20 insertions, 5 deletions
diff --git a/www-servers/shttpd/ChangeLog b/www-servers/shttpd/ChangeLog index 1f4e2737438f..77a025459fc7 100644 --- a/www-servers/shttpd/ChangeLog +++ b/www-servers/shttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/shttpd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/shttpd/ChangeLog,v 1.2 2005/06/07 10:08:35 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/shttpd/ChangeLog,v 1.3 2005/06/09 11:46:30 ka0ttic Exp $ + + 09 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> shttpd-1.21.ebuild: + Add app-misc/mime-types to RDEPEND. 07 Jun 2005; David Holm <dholm@gentoo.org> shttpd-1.21.ebuild: Added to ~ppc. diff --git a/www-servers/shttpd/Manifest b/www-servers/shttpd/Manifest index bb8508b4738d..00c12650203c 100644 --- a/www-servers/shttpd/Manifest +++ b/www-servers/shttpd/Manifest @@ -1,7 +1,17 @@ -MD5 4e37de6a35e7c6c11f6f5c4116c78d37 ChangeLog 572 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 36d6904f02c89080a02c318520a60736 ChangeLog 682 MD5 4a186842848d9c384e2d12785ba426bc metadata.xml 165 -MD5 ff13c414a1564d038d838b260daaaf46 shttpd-1.21.ebuild 1274 +MD5 917c4c0998c4ca73af551429ae3d97c6 shttpd-1.21.ebuild 1317 MD5 e8075e7b26f52ed5cb6750573df32559 files/digest-shttpd-1.21 57 +MD5 6f9204c5ccd79aa7756278fa6f66e6fc files/shttpd.xinetd 326 MD5 fb02d1f737f76e6bbb884451df051d1c files/shttpd.confd 1282 MD5 af3d01bc4e48b2f3ff04c0e4d899e18f files/shttpd.initd 1231 -MD5 6f9204c5ccd79aa7756278fa6f66e6fc files/shttpd.xinetd 326 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCqCxtEZCkKN40op4RAhP7AKCt/nK43npOWSTMDSM+u90yIwgN2gCfUHVq +NdsRj9knWYcxz/tTFGB2uV0= +=o52/ +-----END PGP SIGNATURE----- diff --git a/www-servers/shttpd/shttpd-1.21.ebuild b/www-servers/shttpd/shttpd-1.21.ebuild index 078434640a6d..c7d5d8a2f08f 100644 --- a/www-servers/shttpd/shttpd-1.21.ebuild +++ b/www-servers/shttpd/shttpd-1.21.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/www-servers/shttpd/shttpd-1.21.ebuild,v 1.2 2005/06/07 10:08:35 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/shttpd/shttpd-1.21.ebuild,v 1.3 2005/06/09 11:46:30 ka0ttic Exp $ inherit eutils toolchain-funcs @@ -15,6 +15,8 @@ KEYWORDS="~ppc ~x86" IUSE="ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )" +RDEPEND="${DEPEND} + app-misc/mime-types" src_unpack() { mkdir ${S} |