diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-21 09:13:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-21 09:13:44 +0000 |
commit | 73eef6da937e5decf0b6774b0046dcfef191d1d2 (patch) | |
tree | 5a3192495639b744e648e6e1420675745c405931 /app-mobilephone | |
parent | Drop old (diff) | |
download | gentoo-2-73eef6da937e5decf0b6774b0046dcfef191d1d2.tar.gz gentoo-2-73eef6da937e5decf0b6774b0046dcfef191d1d2.tar.bz2 gentoo-2-73eef6da937e5decf0b6774b0046dcfef191d1d2.zip |
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnome-phone-manager/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69.ebuild | 53 |
2 files changed, 4 insertions, 54 deletions
diff --git a/app-mobilephone/gnome-phone-manager/ChangeLog b/app-mobilephone/gnome-phone-manager/ChangeLog index c4b772dcd790..17f3c1316b9d 100644 --- a/app-mobilephone/gnome-phone-manager/ChangeLog +++ b/app-mobilephone/gnome-phone-manager/ChangeLog @@ -1,6 +1,9 @@ # 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.57 2014/07/23 15:13:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.58 2014/11/21 09:13:44 pacho Exp $ + + 21 Nov 2014; Pacho Ramos <pacho@gentoo.org> -gnome-phone-manager-0.69.ebuild: + Drop old 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gnome-phone-manager-0.69-r1.ebuild: diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69.ebuild deleted file mode 100644 index ac700975da82..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.69.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.ebuild,v 1.5 2014/02/22 21:00:57 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="http://live.gnome.org/PhoneManager" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="gnome" -# 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() { - gnome2_src_configure \ - $(use_enable gnome bluetooth-plugin) \ - --disable-telepathy \ - --disable-static -} |