summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-27 05:02:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-27 05:02:31 +0000
commit0eae2480d4b868f6f18f100c102bef245c6d0a81 (patch)
treea19c9e409970e986d2e2ffa5486b59d08666de04 /www-servers
parentRun elibtoolize to apply Gentoo patches as needed; install the default index.... (diff)
downloadgentoo-2-0eae2480d4b868f6f18f100c102bef245c6d0a81.tar.gz
gentoo-2-0eae2480d4b868f6f18f100c102bef245c6d0a81.tar.bz2
gentoo-2-0eae2480d4b868f6f18f100c102bef245c6d0a81.zip
Add threads useflag to disable pthread support and also remove images directory rather than just the index file.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/cherokee/ChangeLog6
-rw-r--r--www-servers/cherokee/cherokee-0.5.6.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/www-servers/cherokee/ChangeLog b/www-servers/cherokee/ChangeLog
index 8cd48a59e752..509f2d289e5c 100644
--- a/www-servers/cherokee/ChangeLog
+++ b/www-servers/cherokee/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/cherokee
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/ChangeLog,v 1.32 2006/12/27 04:48:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/ChangeLog,v 1.33 2006/12/27 05:02:31 flameeyes Exp $
+
+ 27 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> cherokee-0.5.6.ebuild:
+ Add threads useflag to disable pthread support and also remove images
+ directory rather than just the index file.
27 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> cherokee-0.5.6.ebuild:
Run elibtoolize to apply Gentoo patches as needed; install the default
diff --git a/www-servers/cherokee/cherokee-0.5.6.ebuild b/www-servers/cherokee/cherokee-0.5.6.ebuild
index 4e4788675a6e..56011a8cc165 100644
--- a/www-servers/cherokee/cherokee-0.5.6.ebuild
+++ b/www-servers/cherokee/cherokee-0.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/cherokee-0.5.6.ebuild,v 1.2 2006/12/27 04:48:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/cherokee-0.5.6.ebuild,v 1.3 2006/12/27 05:02:31 flameeyes Exp $
inherit eutils pam versionator libtool
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.cherokee-project.com/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ipv6 ssl gnutls static pam coverpage"
+IUSE="ipv6 ssl gnutls static pam coverpage threads"
RDEPEND=">=sys-libs/zlib-1.1.4-r1
gnutls? ( net-libs/gnutls )
@@ -62,6 +62,8 @@ src_compile() {
${myconf} \
$(use_enable pam) \
$(use_enable ipv6) \
+ $(use_enable threads pthread) \
+ --disable-dependency-tracking \
--enable-os-string="Gentoo ${os}" \
--with-wwwroot=/var/www/localhost/htdocs \
|| die "configure failed"
@@ -78,7 +80,7 @@ src_install () {
keepdir /etc/cherokee/mods-enabled /etc/cherokee/sites-enabled /var/www/localhost/htdocs
- use coverpage || rm -f "${D}"/var/www/localhost/htdocs/index.html
+ use coverpage || rm -rf "${D}"/var/www/localhost/htdocs/{index.html,images}
}
pkg_postinst() {