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/gnome-contacts: gnome-contacts-3.8.2.ebuild ChangeLog gnome-contacts-3.8.1.ebuild
Date: Wed, 29 May 2013 21:26:18
Message-Id: 20130529212610.70E852171D@flycatcher.gentoo.org
1 pacho 13/05/29 21:26:10
2
3 Modified: gnome-contacts-3.8.2.ebuild ChangeLog
4 Removed: gnome-contacts-3.8.1.ebuild
5 Log:
6 Regenerate pre-generated sources to prevent bug #471628 by Kobboi, Alexander Tsoy and Evgeny Bobkin. Drop old.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.2 gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?r1=1.1&r2=1.2
16
17 Index: gnome-contacts-3.8.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gnome-contacts-3.8.2.ebuild 28 May 2013 18:55:33 -0000 1.1
24 +++ gnome-contacts-3.8.2.ebuild 29 May 2013 21:26:10 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v 1.1 2013/05/28 18:55:33 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v 1.2 2013/05/29 21:26:10 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="no"
33 @@ -48,6 +48,11 @@
34 "
35
36 src_prepare() {
37 + # Regenerate the pre-generated C sources, bug #471628
38 + if ! use v4l; then
39 + touch src/*.vala
40 + fi
41 +
42 gnome2_src_prepare
43 vala_src_prepare
44 }
45
46
47
48 1.18 gnome-extra/gnome-contacts/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.18&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.18&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?r1=1.17&r2=1.18
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v
57 retrieving revision 1.17
58 retrieving revision 1.18
59 diff -u -r1.17 -r1.18
60 --- ChangeLog 28 May 2013 18:55:33 -0000 1.17
61 +++ ChangeLog 29 May 2013 21:26:10 -0000 1.18
62 @@ -1,6 +1,11 @@
63 # ChangeLog for gnome-extra/gnome-contacts
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.17 2013/05/28 18:55:33 pacho Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.18 2013/05/29 21:26:10 pacho Exp $
67 +
68 + 29 May 2013; Pacho Ramos <pacho@g.o> -gnome-contacts-3.8.1.ebuild,
69 + gnome-contacts-3.8.2.ebuild:
70 + Regenerate pre-generated sources to prevent bug #471628 by Kobboi, Alexander
71 + Tsoy and Evgeny Bobkin. Drop old.
72
73 *gnome-contacts-3.8.2 (28 May 2013)