Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/colorsvn: colorsvn-0.3.2-r2.ebuild ChangeLog
Date: Sat, 29 Sep 2012 15:07:00
Message-Id: 20120929150647.9D2AA21600@flycatcher.gentoo.org
1 grobian 12/09/29 15:06:47
2
3 Modified: colorsvn-0.3.2-r2.ebuild ChangeLog
4 Log:
5 Fix (sys)confdir location for Prefix, bug #435434
6
7 (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.4 dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild?r1=1.3&r2=1.4
15
16 Index: colorsvn-0.3.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- colorsvn-0.3.2-r2.ebuild 29 Dec 2010 16:20:06 -0000 1.3
23 +++ colorsvn-0.3.2-r2.ebuild 29 Sep 2012 15:06:47 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild,v 1.3 2010/12/29 16:20:06 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild,v 1.4 2012/09/29 15:06:47 grobian Exp $
30
31 EAPI="3"
32
33 @@ -22,6 +22,11 @@
34 src_prepare() {
35 # rxvt-unicode isn't listed by default :)
36 sed -i -e 's:rxvt:rxvt rxvt-unicode:' colorsvnrc-original || die
37 + # Fix confdir location for Prefix, #435434
38 + sed -i \
39 + -e '/^confdir/d' \
40 + -e 's/$(confdir)/$(sysconfdir)/g' \
41 + Makefile.in || die
42
43 epatch "${FILESDIR}/0001-Don-t-colorize-svn-mkdir-bug-321451.-Use-IPC-open2-i.patch"
44 }
45
46
47
48 1.8 dev-vcs/colorsvn/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorsvn/ChangeLog?rev=1.8&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorsvn/ChangeLog?rev=1.8&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorsvn/ChangeLog?r1=1.7&r2=1.8
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v
57 retrieving revision 1.7
58 retrieving revision 1.8
59 diff -u -r1.7 -r1.8
60 --- ChangeLog 29 Dec 2010 16:20:06 -0000 1.7
61 +++ ChangeLog 29 Sep 2012 15:06:47 -0000 1.8
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-vcs/colorsvn
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.7 2010/12/29 16:20:06 hwoarang Exp $
66 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.8 2012/09/29 15:06:47 grobian Exp $
68 +
69 + 29 Sep 2012; Fabian Groffen <grobian@g.o> colorsvn-0.3.2-r2.ebuild:
70 + Fix (sys)confdir location for Prefix, bug #435434
71
72 29 Dec 2010; Markos Chandras <hwoarang@g.o> colorsvn-0.3.2-r2.ebuild:
73 Stable on amd64 wrt bug #335134
74 @@ -46,4 +49,3 @@
75 10 Mar 2009; Christian Ruppert (idl0r) <idl0r@g.o> +metadata.xml,
76 +colorsvn-0.3.2.ebuild:
77 New ebuild for bug 250750 thanks to Henning Schild
78 -