diff options
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnome-phone-manager/ChangeLog | 9 | ||||
-rw-r--r-- | app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.40.ebuild | 45 | ||||
-rw-r--r-- | app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.50.ebuild | 46 | ||||
-rw-r--r-- | app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.65.ebuild (renamed from app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.51.ebuild) | 30 |
4 files changed, 26 insertions, 104 deletions
diff --git a/app-mobilephone/gnome-phone-manager/ChangeLog b/app-mobilephone/gnome-phone-manager/ChangeLog index 1c7b44064e79..b03969ca38be 100644 --- a/app-mobilephone/gnome-phone-manager/ChangeLog +++ b/app-mobilephone/gnome-phone-manager/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-mobilephone/gnome-phone-manager # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.28 2009/03/28 22:55:13 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.29 2009/05/04 23:34:07 eva Exp $ + +*gnome-phone-manager-0.65 (04 May 2009) + + 04 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-phone-manager-0.40.ebuild, -gnome-phone-manager-0.50.ebuild, + -gnome-phone-manager-0.51.ebuild, +gnome-phone-manager-0.65.ebuild: + Bump to 0.65. Clean up old revisions. 28 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> gnome-phone-manager-0.8-r1.ebuild: diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.40.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.40.ebuild deleted file mode 100644 index e02f2a43865e..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.40.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 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.40.ebuild,v 1.1 2008/02/10 12:06:02 eva Exp $ - -inherit gnome2 autotools - -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" -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.bz2 " - -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-1 - >=app-mobilephone/gnokii-0.6.18 - >=gnome-base/libglade-2 - >=gnome-extra/evolution-data-server-1.2.3 - >net-wireless/gnome-bluetooth-0.8 - >=dev-libs/dbus-glib-0.71 - >=x11-themes/gnome-icon-theme-2.19.1" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - dev-util/pkgconfig" - -DOCS="README NEWS AUTHORS ChangeLog" - -src_unpack() { - gnome2_src_unpack - - echo "gnome-phone-manager.schemas.in" >> po/POTFILES.in - echo "phonemgr.glade" >> po/POTFILES.in -} - -pkg_setup() { - G2CONF="${G2CONF} --disable-telepathy" -} diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.50.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.50.ebuild deleted file mode 100644 index fee713442244..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.50.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 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.50.ebuild,v 1.1 2008/03/13 23:55:17 eva Exp $ - -inherit gnome2 autotools - -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" -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.bz2 " - -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-1 - >=app-mobilephone/gnokii-0.6.22 - >=net-wireless/bluez-libs-3.12 - >=gnome-base/libglade-2 - >=gnome-extra/evolution-data-server-1.2.3 - >net-wireless/gnome-bluetooth-0.8 - >=dev-libs/dbus-glib-0.71 - >=x11-themes/gnome-icon-theme-2.19.1" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - dev-util/pkgconfig" - -DOCS="README NEWS AUTHORS ChangeLog" - -src_unpack() { - gnome2_src_unpack - -# echo "gnome-phone-manager.schemas.in" >> po/POTFILES.in -# echo "phonemgr.glade" >> po/POTFILES.in -} - -pkg_setup() { - G2CONF="${G2CONF} --disable-telepathy" -} diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.51.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.65.ebuild index c8ce9af32647..a66a62977123 100644 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.51.ebuild +++ b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.65.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.51.ebuild,v 1.1 2008/06/05 21:50:54 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.65.ebuild,v 1.1 2009/05/04 23:34:07 eva Exp $ + +EAPI="2" inherit gnome2 @@ -13,24 +15,28 @@ 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 +RDEPEND="dev-libs/glib:2 + >=x11-libs/gtk+-2.10 >=gnome-base/orbit-2 - >=dev-libs/openobex-1 - >=app-mobilephone/gnokii-0.6.24 - >=net-wireless/bluez-libs-3.12 + >=gnome-base/gconf-2 >=gnome-base/libglade-2 >=gnome-extra/evolution-data-server-1.2.3 - >net-wireless/gnome-bluetooth-0.8 - >=dev-libs/dbus-glib-0.71 + media-libs/libcanberra[gtk] + >=app-mobilephone/gnokii-0.6.27[bluetooth] + || ( + net-wireless/bluez + >=net-wireless/bluez-libs-3.12 ) + dev-libs/dbus-glib + dev-libs/openobex + >=net-wireless/gnome-bluetooth-2.27 + media-libs/libcanberra[gtk] >=x11-themes/gnome-icon-theme-2.19.1 >=app-text/gtkspell-2" DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 + >=dev-util/intltool-0.35.5 dev-util/pkgconfig" +# gnome-common needed for eautoreconf DOCS="README NEWS AUTHORS ChangeLog" |