Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/contacts: ChangeLog contacts-0.12.ebuild contacts-0.11.ebuild
Date: Mon, 24 Jan 2011 13:03:11
Message-Id: 20110124130300.541F920054@flycatcher.gentoo.org
1 eva 11/01/24 13:03:00
2
3 Modified: ChangeLog contacts-0.12.ebuild
4 Removed: contacts-0.11.ebuild
5 Log:
6 Pin gtk+ to slot 2. Move DOCS to pkg_setup. Remove old revision.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 gnome-extra/contacts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 13 Sep 2010 21:10:53 -0000 1.10
24 +++ ChangeLog 24 Jan 2011 13:02:59 -0000 1.11
25 @@ -1,6 +1,10 @@
26 # ChangeLog for gnome-extra/contacts
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.10 2010/09/13 21:10:53 eva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.11 2011/01/24 13:02:59 eva Exp $
31 +
32 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o> -contacts-0.11.ebuild,
33 + contacts-0.12.ebuild:
34 + Pin gtk+ to slot 2. Move DOCS to pkg_setup. Remove old revision.
35
36 *contacts-0.12 (13 Sep 2010)
37
38
39
40
41 1.2 gnome-extra/contacts/contacts-0.12.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild?r1=1.1&r2=1.2
46
47 Index: contacts-0.12.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- contacts-0.12.ebuild 13 Sep 2010 21:10:53 -0000 1.1
54 +++ contacts-0.12.ebuild 24 Jan 2011 13:02:59 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v 1.1 2010/09/13 21:10:53 eva Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v 1.2 2011/01/24 13:02:59 eva Exp $
61
62 EAPI="2"
63 GCONF_DEBUG="no"
64 @@ -16,16 +16,15 @@
65 IUSE="dbus"
66
67 RDEPEND=">=gnome-extra/evolution-data-server-1.8
68 - >=x11-libs/gtk+-2.6"
69 + >=x11-libs/gtk+-2.6:2"
70 DEPEND="${RDEPEND}
71 sys-devel/gettext
72 >=dev-util/intltool-0.35.0
73 >=dev-util/pkgconfig-0.9"
74
75 -# README is empty
76 -DOCS="AUTHORS ChangeLog NEWS"
77 -
78 pkg_setup() {
79 + # README is empty
80 + DOCS="AUTHORS ChangeLog NEWS"
81 G2CONF="${G2CONF} $(use_enable dbus)"
82 }