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.5.2.ebuild ChangeLog
Date: Sat, 26 Jul 2014 14:12:56
Message-Id: 20140726141252.09AE62004F@flycatcher.gentoo.org
1 blueness 14/07/26 14:12:51
2
3 Modified: monkeyd-1.5.2.ebuild ChangeLog
4 Log:
5 Fix bug #518086
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 www-servers/monkeyd/monkeyd-1.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.2.ebuild?r1=1.2&r2=1.3
15
16 Index: monkeyd-1.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- monkeyd-1.5.2.ebuild 23 Jul 2014 15:48:19 -0000 1.2
23 +++ monkeyd-1.5.2.ebuild 26 Jul 2014 14:12:51 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.5.2.ebuild,v 1.2 2014/07/23 15:48:19 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.2.ebuild,v 1.3 2014/07/26 14:12:51 blueness Exp $
29
30 EAPI="5"
31
32 @@ -45,7 +45,7 @@
33 src_prepare() {
34 # Unconditionally get rid of the bundled jemalloc
35 rm -rf "${S}"/deps
36 - epatch "${FILESDIR}"/${PN}-1.5.0-use-system-jemalloc.patch
37 + epatch "${FILESDIR}"/${PN}-1.5.2-use-system-jemalloc.patch
38 epatch "${FILESDIR}"/${PN}-1.5.0-fix-CPPFLAGS.patch
39
40 # Don't install the banana script, we use ${FILESDIR}/monkeyd.initd instead
41
42
43
44 1.74 www-servers/monkeyd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.74&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.74&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?r1=1.73&r2=1.74
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
53 retrieving revision 1.73
54 retrieving revision 1.74
55 diff -u -r1.73 -r1.74
56 --- ChangeLog 23 Jul 2014 15:49:54 -0000 1.73
57 +++ ChangeLog 26 Jul 2014 14:12:51 -0000 1.74
58 @@ -1,6 +1,12 @@
59 # ChangeLog for www-servers/monkeyd
60 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.73 2014/07/23 15:49:54 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.74 2014/07/26 14:12:51 blueness Exp $
63 +
64 + 26 Jul 2014; Anthony G. Basile <blueness@g.o>
65 + +files/monkeyd-1.5.2-use-system-jemalloc.patch,
66 + -files/monkeyd-1.4.0-use-system-jemalloc.patch,
67 + -files/monkeyd-1.5.0-use-system-jemalloc.patch, monkeyd-1.5.2.ebuild:
68 + Fix bug #518086
69
70 23 Jul 2014; Anthony G. Basile <blueness@g.o> -monkeyd-1.3.0.ebuild,
71 -monkeyd-1.4.0.ebuild, -monkeyd-1.5.1.ebuild: