diff options
Diffstat (limited to 'www-servers/cherokee/cherokee-0.4.25.ebuild')
-rw-r--r-- | www-servers/cherokee/cherokee-0.4.25.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/www-servers/cherokee/cherokee-0.4.25.ebuild b/www-servers/cherokee/cherokee-0.4.25.ebuild index 1f1fc0004bdd..f03ac7b875ca 100644 --- a/www-servers/cherokee/cherokee-0.4.25.ebuild +++ b/www-servers/cherokee/cherokee-0.4.25.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/cherokee/cherokee-0.4.25.ebuild,v 1.1 2005/08/04 09:38:47 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/cherokee-0.4.25.ebuild,v 1.2 2005/08/05 17:12:33 ka0ttic Exp $ inherit eutils @@ -19,14 +19,7 @@ DEPEND=">=sys-devel/automake-1.7.5 KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" -IUSE="ipv6 ssl gnutls pic static" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/cherokee-0.4.21-no-handler_admin.diff -} +IUSE="ipv6 ssl gnutls static" src_compile() { local myconf @@ -49,7 +42,6 @@ src_compile() { econf \ ${myconf} \ - #--with-wwwroot=/var/www/localhost/htdocs \ --enable-os-string="Gentoo Linux" \ || die "configure failed" |