summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-02 13:03:56 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-06-02 13:03:56 +0000
commit5243875985b0c9632e36400ad17084ec89bbec37 (patch)
tree29e480ce20355bc46dc88ab372f2e6eaa416248a /www-servers/monkeyd
parentVersion bump (diff)
downloadgentoo-2-5243875985b0c9632e36400ad17084ec89bbec37.tar.gz
gentoo-2-5243875985b0c9632e36400ad17084ec89bbec37.tar.bz2
gentoo-2-5243875985b0c9632e36400ad17084ec89bbec37.zip
Almost everyone will need liana, so turn it on by default
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-servers/monkeyd')
-rw-r--r--www-servers/monkeyd/ChangeLog5
-rw-r--r--www-servers/monkeyd/monkeyd-1.2.0.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/www-servers/monkeyd/ChangeLog b/www-servers/monkeyd/ChangeLog
index a672783f9e76..296dc40eb0ba 100644
--- a/www-servers/monkeyd/ChangeLog
+++ b/www-servers/monkeyd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/monkeyd
# Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.54 2013/06/01 16:30:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.55 2013/06/02 13:03:56 blueness Exp $
+
+ 02 Jun 2013; Anthony G. Basile <blueness@gentoo.org> monkeyd-1.2.0.ebuild:
+ Almost everyone will need liana, so turn it on by default
; Anthony G. Basile <blueness@gentoo.org> monkeyd-1.2.0.ebuild:
ssl is broken on monkeyd-1.2.0, so we'll turn it off for now
diff --git a/www-servers/monkeyd/monkeyd-1.2.0.ebuild b/www-servers/monkeyd/monkeyd-1.2.0.ebuild
index 96d2591d19f1..2d256a961977 100644
--- a/www-servers/monkeyd/monkeyd-1.2.0.ebuild
+++ b/www-servers/monkeyd/monkeyd-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999- Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v 1.3 2013/06/01 16:30:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v 1.4 2013/06/02 13:03:56 blueness Exp $
EAPI="5"
@@ -16,10 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
# ssl is broken, so we turn it off until fixed
-#PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril monkeyd_plugins_polarssl"
-#IUSE="-debug php minimal ssl uclibc ${PLUGINS}"
-PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril"
-IUSE="-debug php minimal uclibc ${PLUGINS}"
+IUSE="-debug php minimal uclibc monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi +monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril"
# uclibc is often compiled without backtrace info so we should
# force this off. If someone complains, consider relaxing it.