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.9.ebuild
Date: Mon, 28 Jul 2008 22:57:39
Message-Id: E1KNbep-0008Et-Qo@stork.gentoo.org
1 eva 08/07/28 22:57:35
2
3 Modified: ChangeLog
4 Added: contacts-0.9.ebuild
5 Log:
6 bump to 0.9.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.5 gnome-extra/contacts/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 20 Dec 2007 18:04:33 -0000 1.4
23 +++ ChangeLog 28 Jul 2008 22:57:35 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-extra/contacts
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.4 2007/12/20 18:04:33 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.5 2008/07/28 22:57:35 eva Exp $
30 +
31 +*contacts-0.9 (28 Jul 2008)
32 +
33 + 28 Jul 2008; Gilles Dartiguelongue <eva@g.o> +contacts-0.9.ebuild:
34 + bump to 0.9.
35
36 *contacts-0.8 (20 Dec 2007)
37
38
39
40
41 1.1 gnome-extra/contacts/contacts-0.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/contacts-0.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/contacts/contacts-0.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: contacts-0.9.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.9.ebuild,v 1.1 2008/07/28 22:57:35 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="A small, lightweight addressbook for GNOME"
55 HOMEPAGE="http://pimlico-project.org/contacts.html"
56 SRC_URI="http://pimlico-project.org/sources/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="dbus"
62
63 RDEPEND=">=gnome-extra/evolution-data-server-1.8
64 >=x11-libs/gtk+-2.6"
65 DEPEND="${RDEPEND}
66 sys-devel/gettext
67 >=dev-util/intltool-0.35.0
68 >=dev-util/pkgconfig-0.9"
69
70 pkg_setup() {
71 G2CONF="$(use_enable dbus)"
72 }