diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-11-25 11:12:33 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-11-25 11:12:33 +0000 |
commit | efffd24999c3eb340597903e0b863bd9991b5e5b (patch) | |
tree | 5941a92f958030f64c54b981ba0420a7b971eb9f /app-mobilephone | |
parent | Version bump to 2.24 Bug #188153 (diff) | |
download | historical-efffd24999c3eb340597903e0b863bd9991b5e5b.tar.gz historical-efffd24999c3eb340597903e0b863bd9991b5e5b.tar.bz2 historical-efffd24999c3eb340597903e0b863bd9991b5e5b.zip |
Clean up old revision.
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnome-phone-manager/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.60.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/app-mobilephone/gnome-phone-manager/ChangeLog b/app-mobilephone/gnome-phone-manager/ChangeLog index 0b71f5c9f28e..b701ec26c156 100644 --- a/app-mobilephone/gnome-phone-manager/ChangeLog +++ b/app-mobilephone/gnome-phone-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/gnome-phone-manager # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.35 2010/06/30 15:37:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.36 2010/11/25 11:12:33 eva Exp $ + + 25 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-phone-manager-0.60.ebuild: + Clean up old revision. 30 Jun 2010; Christian Faulhammer <fauli@gentoo.org> gnome-phone-manager-0.65.ebuild: diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.60.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.60.ebuild deleted file mode 100644 index 069f06cc9dc4..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.60.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.60.ebuild,v 1.5 2010/06/11 11:19:18 ssuominen Exp $ - -EAPI="2" - -inherit gnome2 - -DESCRIPTION="a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop" -HOMEPAGE="http://live.gnome.org/PhoneManager" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" -# telepathy support is considered experimental - -RDEPEND=">=x11-libs/gtk+-2.10 - >=gnome-base/gconf-2 - dev-libs/glib:2 - >=media-libs/gstreamer-0.10 - >=gnome-base/orbit-2 - dev-libs/openobex - >=app-mobilephone/gnokii-0.6.26[bluetooth] - net-wireless/bluez - >=gnome-base/libglade-2 - >=gnome-extra/evolution-data-server-1.2.3 - net-wireless/gnome-bluetooth - dev-libs/dbus-glib - >=x11-themes/gnome-icon-theme-2.19.1 - >=app-text/gtkspell-2" - -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -DOCS="README NEWS AUTHORS ChangeLog" - -pkg_setup() { - G2CONF="${G2CONF} --disable-telepathy" -} |