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-extra/contacts: contacts-0.12.ebuild ChangeLog
Date: Thu, 29 Dec 2011 16:21:27
Message-Id: 20111229162117.C573D2004B@flycatcher.gentoo.org
1 pacho 11/12/29 16:21:17
2
3 Modified: contacts-0.12.ebuild ChangeLog
4 Log:
5 Move gnome2_src_prepare to proper place.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 gnome-extra/contacts/contacts-0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild?r1=1.3&r2=1.4
15
16 Index: contacts-0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- contacts-0.12.ebuild 25 Feb 2011 22:26:52 -0000 1.3
23 +++ contacts-0.12.ebuild 29 Dec 2011 16:21:17 -0000 1.4
24 @@ -1,9 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v 1.3 2011/02/25 22:26:52 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v 1.4 2011/12/29 16:21:17 pacho Exp $
29
30 -EAPI="3"
31 +EAPI="4"
32 GCONF_DEBUG="no"
33 +GNOME_TARBALL_SUFFIX="bz2"
34
35 inherit autotools eutils gnome2
36
37 @@ -38,8 +39,6 @@
38 }
39
40 src_prepare() {
41 - gnome2_src_prepare
42 -
43 # Fix compilation with USE="-dbus", bug #247519, upstream bug #628614
44 epatch "${FILESDIR}/${PN}-0.9-dbus.patch"
45
46 @@ -48,4 +47,5 @@
47
48 intltoolize --force --copy --automake || die "intltoolize failed"
49 eautoreconf
50 + gnome2_src_prepare
51 }
52
53
54
55 1.13 gnome-extra/contacts/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/ChangeLog?rev=1.13&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/ChangeLog?rev=1.13&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/ChangeLog?r1=1.12&r2=1.13
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v
64 retrieving revision 1.12
65 retrieving revision 1.13
66 diff -u -r1.12 -r1.13
67 --- ChangeLog 25 Feb 2011 22:26:52 -0000 1.12
68 +++ ChangeLog 29 Dec 2011 16:21:17 -0000 1.13
69 @@ -1,6 +1,9 @@
70 # ChangeLog for gnome-extra/contacts
71 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.12 2011/02/25 22:26:52 eva Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.13 2011/12/29 16:21:17 pacho Exp $
74 +
75 + 29 Dec 2011; Pacho Ramos <pacho@g.o> contacts-0.12.ebuild:
76 + Move gnome2_src_prepare to proper place.
77
78 25 Feb 2011; Gilles Dartiguelongue <eva@g.o> contacts-0.12.ebuild:
79 Fix incomplete rdepends and use switches, bug #356317.