Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/dconf: ChangeLog dconf-0.8.0.ebuild
Date: Thu, 28 Jul 2011 11:03:05
Message-Id: 20110728105912.A830820035@flycatcher.gentoo.org
1 pacho 11/07/28 10:59:12
2
3 Modified: ChangeLog dconf-0.8.0.ebuild
4 Log:
5 Drop duplicated eautoreconf call that was included by error due some local testing done before committing. Thanks a lot to Gilles for noticing.
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 gnome-base/dconf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 27 Jul 2011 16:53:11 -0000 1.11
23 +++ ChangeLog 28 Jul 2011 10:59:12 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-base/dconf
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.11 2011/07/27 16:53:11 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.12 2011/07/28 10:59:12 pacho Exp $
29 +
30 + 28 Jul 2011; Pacho Ramos <pacho@g.o> dconf-0.8.0.ebuild:
31 + Drop duplicated eautoreconf call that was included by error due some local
32 + testing done before committing. Thanks a lot to Gilles for noticing.
33
34 *dconf-0.8.0 (27 Jul 2011)
35
36
37
38
39 1.2 gnome-base/dconf/dconf-0.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.8.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.8.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.8.0.ebuild?r1=1.1&r2=1.2
44
45 Index: dconf-0.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.8.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- dconf-0.8.0.ebuild 27 Jul 2011 16:53:11 -0000 1.1
52 +++ dconf-0.8.0.ebuild 28 Jul 2011 10:59:12 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.8.0.ebuild,v 1.1 2011/07/27 16:53:11 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.8.0.ebuild,v 1.2 2011/07/28 10:59:12 pacho Exp $
58
59 EAPI="4"
60 GCONF_DEBUG="no"
61 @@ -37,7 +37,6 @@
62 epatch "${FILESDIR}/${PN}-0.8.0-automagic-vala.patch"
63
64 mkdir -p m4 || die
65 - AT_M4DIR="." eautoreconf
66 eautoreconf
67 }