summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-01 16:30:20 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-06-01 16:30:20 +0000
commitf306d0b0dbce793e1d35d3cd80bf2bec9eda4009 (patch)
tree496112f31738d20be5aee605e4e145c0f5b530aa /www-servers
parentsci-chemistry/arp-warp-bin: Version Bump (diff)
downloadgentoo-2-f306d0b0dbce793e1d35d3cd80bf2bec9eda4009.tar.gz
gentoo-2-f306d0b0dbce793e1d35d3cd80bf2bec9eda4009.tar.bz2
gentoo-2-f306d0b0dbce793e1d35d3cd80bf2bec9eda4009.zip
ssl is broken on monkeyd-1.2.0, so we'll turn it off for now
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/monkeyd/ChangeLog5
-rw-r--r--www-servers/monkeyd/monkeyd-1.2.0.ebuild15
2 files changed, 12 insertions, 8 deletions
diff --git a/www-servers/monkeyd/ChangeLog b/www-servers/monkeyd/ChangeLog
index 0b62dbec0fa5..a672783f9e76 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.53 2013/05/28 23:52:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.54 2013/06/01 16:30:20 blueness Exp $
+
+ ; 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
; Anthony G. Basile <blueness@gentoo.org> metadata.xml, monkeyd-1.2.0.ebuild:
Incorporate suggestions from gentoo-dev ML, thanks mgorny
diff --git a/www-servers/monkeyd/monkeyd-1.2.0.ebuild b/www-servers/monkeyd/monkeyd-1.2.0.ebuild
index e6865987a8ba..96d2591d19f1 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.2 2013/05/28 23:52:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v 1.3 2013/06/01 16:30:20 blueness Exp $
EAPI="5"
@@ -15,15 +15,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-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}"
+# 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}"
# uclibc is often compiled without backtrace info so we should
# force this off. If someone complains, consider relaxing it.
-REQUIRED_USE="
- uclibc? ( !debug )
- ssl? ( monkeyd_plugins_polarssl )
-"
+# ssl is borken, so we remove "ssl? ( monkeyd_plugins_polarssl )"
+REQUIRED_USE="uclibc? ( !debug )"
RDEPEND="php? ( dev-lang/php )"