pacho       14/06/25 11:58:17

  Modified:             ChangeLog
  Added:                gnome-phone-manager-0.69-r1.ebuild
  Log:
  plugin is not buildable any more, bug #512204 by Juergen Rose
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.55                 app-mobilephone/gnome-phone-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   18 Apr 2014 08:27:50 -0000      1.54
+++ ChangeLog   25 Jun 2014 11:58:17 -0000      1.55
@@ -1,6 +1,12 @@
 # ChangeLog for app-mobilephone/gnome-phone-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.54 
2014/04/18 08:27:50 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.55 
2014/06/25 11:58:17 pacho Exp $
+
+*gnome-phone-manager-0.69-r1 (25 Jun 2014)
+
+  25 Jun 2014; Pacho Ramos <[email protected]>
+  +gnome-phone-manager-0.69-r1.ebuild:
+  plugin is not buildable any more, bug #512204 by Juergen Rose
 
   18 Apr 2014; Pacho Ramos <[email protected]> -gnome-phone-manager-0.66.ebuild,
   -gnome-phone-manager-0.68.ebuild:



1.1                  
app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69-r1.ebuild

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
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

Index: gnome-phone-manager-0.69-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit autotools eutils gnome2

DESCRIPTION="A program created to allow you to control aspects of your mobile 
phone from your GNOME desktop"
HOMEPAGE="https://wiki.gnome.org/PhoneManager";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
# telepathy support is considered experimental

RDEPEND="
        >=dev-libs/glib-2.31.0:2
        >=x11-libs/gtk+-3:3
        >=gnome-base/orbit-2
        >=gnome-base/gconf-2:2
        >=gnome-extra/evolution-data-server-3.6
        media-libs/libcanberra[gtk3]
        >=app-mobilephone/gnokii-0.6.28[bluetooth]
        net-wireless/bluez
        dev-libs/dbus-glib
        dev-libs/openobex
        media-libs/libcanberra[gtk]
        >=x11-themes/gnome-icon-theme-2.19.1
        >=net-wireless/gnome-bluetooth-3.3:2
"
DEPEND="${RDEPEND}
        >=dev-util/intltool-0.35.5
        virtual/pkgconfig
        gnome-base/gnome-common
"
# gnome-common needed for eautoreconf

src_prepare() {
        # Fix eds-3.6 building, upstream bug #680927
        epatch 
"${FILESDIR}"/0001-Adapt-to-Evolution-Data-Server-API-changes.patch

        eautoreconf
        gnome2_src_prepare
}

src_configure() {
        # bluetooth-plugin is no longer buildable, bug #512204
        gnome2_src_configure \
                --disable-bluetooth-plugin \
                --disable-telepathy \
                --disable-static
}




Reply via email to