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: gnome-phone-manager-0.69-r1.ebuild ChangeLog
Date: Wed, 25 Jun 2014 11:58:20
Message-Id: 20140625115817.4DB852004E@flycatcher.gentoo.org
1 pacho 14/06/25 11:58:17
2
3 Modified: ChangeLog
4 Added: gnome-phone-manager-0.69-r1.ebuild
5 Log:
6 plugin is not buildable any more, bug #512204 by Juergen Rose
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.55 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.55&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 18 Apr 2014 08:27:50 -0000 1.54
24 +++ ChangeLog 25 Jun 2014 11:58:17 -0000 1.55
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-mobilephone/gnome-phone-manager
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.54 2014/04/18 08:27:50 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.55 2014/06/25 11:58:17 pacho Exp $
30 +
31 +*gnome-phone-manager-0.69-r1 (25 Jun 2014)
32 +
33 + 25 Jun 2014; Pacho Ramos <pacho@g.o>
34 + +gnome-phone-manager-0.69-r1.ebuild:
35 + plugin is not buildable any more, bug #512204 by Juergen Rose
36
37 18 Apr 2014; Pacho Ramos <pacho@g.o> -gnome-phone-manager-0.66.ebuild,
38 -gnome-phone-manager-0.68.ebuild:
39
40
41
42 1.1 app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-phone-manager-0.69-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69-r1.ebuild,v 1.1 2014/06/25 11:58:17 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="yes"
55 GNOME2_LA_PUNT="yes"
56
57 inherit autotools eutils gnome2
58
59 DESCRIPTION="A program created to allow you to control aspects of your mobile phone from your GNOME desktop"
60 HOMEPAGE="https://wiki.gnome.org/PhoneManager"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66 # telepathy support is considered experimental
67
68 RDEPEND="
69 >=dev-libs/glib-2.31.0:2
70 >=x11-libs/gtk+-3:3
71 >=gnome-base/orbit-2
72 >=gnome-base/gconf-2:2
73 >=gnome-extra/evolution-data-server-3.6
74 media-libs/libcanberra[gtk3]
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 >=net-wireless/gnome-bluetooth-3.3:2
82 "
83 DEPEND="${RDEPEND}
84 >=dev-util/intltool-0.35.5
85 virtual/pkgconfig
86 gnome-base/gnome-common
87 "
88 # gnome-common needed for eautoreconf
89
90 src_prepare() {
91 # Fix eds-3.6 building, upstream bug #680927
92 epatch "${FILESDIR}"/0001-Adapt-to-Evolution-Data-Server-API-changes.patch
93
94 eautoreconf
95 gnome2_src_prepare
96 }
97
98 src_configure() {
99 # bluetooth-plugin is no longer buildable, bug #512204
100 gnome2_src_configure \
101 --disable-bluetooth-plugin \
102 --disable-telepathy \
103 --disable-static
104 }