Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/monkeyd: monkeyd-1.2.0.ebuild ChangeLog
Date: Sat, 01 Jun 2013 16:30:24
Message-Id: 20130601163021.046ED2171D@flycatcher.gentoo.org
1 blueness 13/06/01 16:30:20
2
3 Modified: monkeyd-1.2.0.ebuild ChangeLog
4 Log:
5 ssl is broken on monkeyd-1.2.0, so we'll turn it off for now
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 www-servers/monkeyd/monkeyd-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild?r1=1.2&r2=1.3
15
16 Index: monkeyd-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- monkeyd-1.2.0.ebuild 28 May 2013 23:52:23 -0000 1.2
23 +++ monkeyd-1.2.0.ebuild 1 Jun 2013 16:30:20 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999- Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v 1.2 2013/05/28 23:52:23 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v 1.3 2013/06/01 16:30:20 blueness Exp $
29
30 EAPI="5"
31
32 @@ -15,15 +15,16 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
35
36 -PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril monkeyd_plugins_polarssl"
37 -IUSE="-debug php minimal ssl uclibc ${PLUGINS}"
38 +# ssl is broken, so we turn it off until fixed
39 +#PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril monkeyd_plugins_polarssl"
40 +#IUSE="-debug php minimal ssl uclibc ${PLUGINS}"
41 +PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril"
42 +IUSE="-debug php minimal uclibc ${PLUGINS}"
43
44 # uclibc is often compiled without backtrace info so we should
45 # force this off. If someone complains, consider relaxing it.
46 -REQUIRED_USE="
47 - uclibc? ( !debug )
48 - ssl? ( monkeyd_plugins_polarssl )
49 -"
50 +# ssl is borken, so we remove "ssl? ( monkeyd_plugins_polarssl )"
51 +REQUIRED_USE="uclibc? ( !debug )"
52
53 RDEPEND="php? ( dev-lang/php )"
54
55
56
57
58 1.54 www-servers/monkeyd/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.54&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.54&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?r1=1.53&r2=1.54
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
67 retrieving revision 1.53
68 retrieving revision 1.54
69 diff -u -r1.53 -r1.54
70 --- ChangeLog 28 May 2013 23:52:23 -0000 1.53
71 +++ ChangeLog 1 Jun 2013 16:30:20 -0000 1.54
72 @@ -1,6 +1,9 @@
73 # ChangeLog for www-servers/monkeyd
74 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.53 2013/05/28 23:52:23 blueness Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.54 2013/06/01 16:30:20 blueness Exp $
77 +
78 + ; Anthony G. Basile <blueness@g.o> monkeyd-1.2.0.ebuild:
79 + ssl is broken on monkeyd-1.2.0, so we'll turn it off for now
80
81 ; Anthony G. Basile <blueness@g.o> metadata.xml, monkeyd-1.2.0.ebuild:
82 Incorporate suggestions from gentoo-dev ML, thanks mgorny