diff options
author | 2014-04-18 08:27:50 +0000 | |
---|---|---|
committer | 2014-04-18 08:27:50 +0000 | |
commit | 720064667a52438416e03cd57ef6463d3bd868ae (patch) | |
tree | e74a636ca776d3f19394617d06eee7401f36d738 /app-mobilephone | |
parent | Drop old (diff) | |
download | gentoo-2-720064667a52438416e03cd57ef6463d3bd868ae.tar.gz gentoo-2-720064667a52438416e03cd57ef6463d3bd868ae.tar.bz2 gentoo-2-720064667a52438416e03cd57ef6463d3bd868ae.zip |
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-mobilephone')
3 files changed, 5 insertions, 91 deletions
diff --git a/app-mobilephone/gnome-phone-manager/ChangeLog b/app-mobilephone/gnome-phone-manager/ChangeLog index 230e775d31fe..225e20d16729 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.53 2014/02/22 21:00:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.54 2014/04/18 08:27:50 pacho Exp $ + + 18 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-phone-manager-0.66.ebuild, + -gnome-phone-manager-0.68.ebuild: + Drop old 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome-phone-manager-0.69.ebuild: Fix wrong commit, bug 502160 diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild deleted file mode 100644 index 1b5f866de045..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.66.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 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.66.ebuild,v 1.8 2012/05/02 20:10:08 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="bz2" - -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="gnome" -# telepathy support is considered experimental - -RDEPEND=">=dev-libs/glib-2.25.0:2 - >=x11-libs/gtk+-2.18:2 - >=gnome-base/orbit-2 - >=gnome-base/gconf-2:2 - >=gnome-extra/evolution-data-server-1.2.3 - media-libs/libcanberra[gtk] - >=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 - >=app-text/gtkspell-2:2 - >=net-wireless/gnome-bluetooth-2.27.6:2" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.5 - virtual/pkgconfig" -# gnome-common needed for eautoreconf - -pkg_setup() { - DOCS="README NEWS AUTHORS ChangeLog" - G2CONF="${G2CONF} - $(use_enable gnome bluetooth-plugin) - --disable-telepathy" -} diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.68.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.68.ebuild deleted file mode 100644 index bbeb9db540a1..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.68.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 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.68.ebuild,v 1.3 2012/05/02 20:10:08 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -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 ~x86" -IUSE="gnome" -# telepathy support is considered experimental - -RDEPEND=">=dev-libs/glib-2.25.0:2 - >=x11-libs/gtk+-3:3 - >=gnome-base/orbit-2 - >=gnome-base/gconf-2:2 - >=gnome-extra/evolution-data-server-1.2.3 - 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:2" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.5 - virtual/pkgconfig" -# gnome-common needed for eautoreconf - -pkg_setup() { - DOCS="README NEWS AUTHORS ChangeLog" - G2CONF="${G2CONF} - $(use_enable gnome bluetooth-plugin) - --disable-telepathy - --disable-static" -} |