Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/anope: anope-1.8.7.ebuild ChangeLog
Date: Sun, 01 Jul 2012 21:07:46
Message-Id: 20120701210736.0C3572004B@flycatcher.gentoo.org
1 binki 12/07/01 21:07:36
2
3 Modified: anope-1.8.7.ebuild ChangeLog
4 Log:
5 Ensure that /var/lib/anope/backups directory exists so that database backups succeed, fixing bug #410741.
6
7 (Portage version: 2.2.0_alpha114-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-irc/anope/anope-1.8.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild?r1=1.2&r2=1.3
15
16 Index: anope-1.8.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- anope-1.8.7.ebuild 12 Jan 2012 00:35:32 -0000 1.2
23 +++ anope-1.8.7.ebuild 1 Jul 2012 21:07:35 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v 1.2 2012/01/12 00:35:32 binki Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v 1.3 2012/07/01 21:07:35 binki Exp $
29
30 EAPI=4
31
32 @@ -66,8 +66,8 @@
33 }
34
35 src_install() {
36 - keepdir /var/{lib,log,run}/anope
37 - fowners anope:anope /var/{lib,log,run}/anope
38 + keepdir /var/{log,run}/anope /var/lib/anope/backups
39 + fowners anope:anope /var/{lib,log,run}/anope /var/lib/anope/backups
40
41 local baselibdir
42 baselibdir="${D}/usr/$(get_libdir)/anope"
43
44
45
46 1.21 net-irc/anope/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/ChangeLog?rev=1.21&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/ChangeLog?rev=1.21&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/ChangeLog?r1=1.20&r2=1.21
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v
55 retrieving revision 1.20
56 retrieving revision 1.21
57 diff -u -r1.20 -r1.21
58 --- ChangeLog 12 Jan 2012 00:35:32 -0000 1.20
59 +++ ChangeLog 1 Jul 2012 21:07:35 -0000 1.21
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-irc/anope
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.20 2012/01/12 00:35:32 binki Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.21 2012/07/01 21:07:35 binki Exp $
65 +
66 + 01 Jul 2012; Nathan Phillip Brink <binki@g.o> anope-1.8.7.ebuild:
67 + Ensure that /var/lib/anope/backups directory exists so that database backups
68 + succeed, fixing bug #410741.
69
70 12 Jan 2012; Nathan Phillip Brink <binki@g.o> anope-1.8.7.ebuild,
71 +files/anope-1.8.7-mariadb.patch:
72 @@ -99,4 +103,3 @@
73
74 29 Aug 2006; Bjarke Istrup Pedersen <gurligebis@g.o> :
75 Initial import. Based on ebuild by Björn Stiddien <keeper@×××××.org>.
76 -