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: Sun, 02 Jun 2013 13:04:02
Message-Id: 20130602130356.AF4C12171D@flycatcher.gentoo.org
1 blueness 13/06/02 13:03:56
2
3 Modified: monkeyd-1.2.0.ebuild ChangeLog
4 Log:
5 Almost everyone will need liana, so turn it on by default
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.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- monkeyd-1.2.0.ebuild 1 Jun 2013 16:30:20 -0000 1.3
23 +++ monkeyd-1.2.0.ebuild 2 Jun 2013 13:03:56 -0000 1.4
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.3 2013/06/01 16:30:20 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.0.ebuild,v 1.4 2013/06/02 13:03:56 blueness Exp $
29
30 EAPI="5"
31
32 @@ -16,10 +16,7 @@
33 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
34
35 # ssl is broken, so we turn it off until fixed
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 -PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril"
39 -IUSE="-debug php minimal uclibc ${PLUGINS}"
40 +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"
41
42 # uclibc is often compiled without backtrace info so we should
43 # force this off. If someone complains, consider relaxing it.
44
45
46
47 1.55 www-servers/monkeyd/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.55&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.55&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?r1=1.54&r2=1.55
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
56 retrieving revision 1.54
57 retrieving revision 1.55
58 diff -u -r1.54 -r1.55
59 --- ChangeLog 1 Jun 2013 16:30:20 -0000 1.54
60 +++ ChangeLog 2 Jun 2013 13:03:56 -0000 1.55
61 @@ -1,6 +1,9 @@
62 # ChangeLog for www-servers/monkeyd
63 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.54 2013/06/01 16:30:20 blueness Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.55 2013/06/02 13:03:56 blueness Exp $
66 +
67 + 02 Jun 2013; Anthony G. Basile <blueness@g.o> monkeyd-1.2.0.ebuild:
68 + Almost everyone will need liana, so turn it on by default
69
70 ; Anthony G. Basile <blueness@g.o> monkeyd-1.2.0.ebuild:
71 ssl is broken on monkeyd-1.2.0, so we'll turn it off for now