Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnome-phone-manager: ChangeLog gnome-phone-manager-0.66.ebuild
Date: Mon, 21 Feb 2011 18:50:08
Message-Id: 20110221184956.7FCF020054@flycatcher.gentoo.org
1 pacho 11/02/21 18:49:56
2
3 Modified: ChangeLog
4 Added: gnome-phone-manager-0.66.ebuild
5 Log:
6 Version bump: Add a gnome-bluetooth plugin to configure new paired phones (behind 'gnome' USE flag), fix automatic phone reconnection, migrate from libglade to GtkBuilder, translation updates.
7
8 (Portage version: 2.1.9.40/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.37 app-mobilephone/gnome-phone-manager/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 25 Nov 2010 11:12:33 -0000 1.36
24 +++ ChangeLog 21 Feb 2011 18:49:56 -0000 1.37
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-mobilephone/gnome-phone-manager
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.36 2010/11/25 11:12:33 eva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.37 2011/02/21 18:49:56 pacho Exp $
31 +
32 +*gnome-phone-manager-0.66 (21 Feb 2011)
33 +
34 + 21 Feb 2011; Pacho Ramos <pacho@g.o> +gnome-phone-manager-0.66.ebuild:
35 + Version bump: Add a gnome-bluetooth plugin to configure new paired phones
36 + (behind 'gnome' USE flag), fix automatic phone reconnection, migrate from
37 + libglade to GtkBuilder, translation updates.
38
39 25 Nov 2010; Gilles Dartiguelongue <eva@g.o>
40 -gnome-phone-manager-0.60.ebuild:
41
42
43
44 1.1 app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-phone-manager-0.66.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild,v 1.1 2011/02/21 18:49:56 pacho Exp $
54
55 EAPI="3"
56 GCONF_DEBUG="yes"
57
58 inherit gnome2
59
60 DESCRIPTION="A program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop"
61 HOMEPAGE="http://live.gnome.org/PhoneManager"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="gnome"
67 # telepathy support is considered experimental
68
69 RDEPEND=">=dev-libs/glib-2.25.0:2
70 >=x11-libs/gtk+-2.18:2
71 >=gnome-base/orbit-2
72 >=gnome-base/gconf-2
73 >=gnome-extra/evolution-data-server-1.2.3
74 media-libs/libcanberra[gtk]
75 >=app-mobilephone/gnokii-0.6.28[bluetooth]
76 net-wireless/bluez
77 dev-libs/dbus-glib
78 dev-libs/openobex
79 media-libs/libcanberra[gtk]
80 >=x11-themes/gnome-icon-theme-2.19.1
81 >=app-text/gtkspell-2
82 gnome? ( >=net-wireless/gnome-bluetooth-2.27.6:2 )"
83
84 DEPEND="${RDEPEND}
85 >=dev-util/intltool-0.35.5
86 dev-util/pkgconfig"
87 # gnome-common needed for eautoreconf
88
89 pkg_setup() {
90 DOCS="README NEWS AUTHORS ChangeLog"
91 G2CONF="${G2CONF}
92 $(use_enable gnome bluetooth-plugin)
93 --disable-telepathy"
94 }