diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-02-25 15:03:01 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-02-25 15:03:01 +0000 |
commit | cbd20fbc747b48d9edd1e6644e814a2ebd9a4f6a (patch) | |
tree | 60424e4c23429661cd1e1fdf8aee7a2d9e717acf /app-mobilephone/gnome-phone-manager | |
parent | version bump (diff) | |
download | historical-cbd20fbc747b48d9edd1e6644e814a2ebd9a4f6a.tar.gz historical-cbd20fbc747b48d9edd1e6644e814a2ebd9a4f6a.tar.bz2 historical-cbd20fbc747b48d9edd1e6644e814a2ebd9a4f6a.zip |
remove old ver
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-mobilephone/gnome-phone-manager')
5 files changed, 16 insertions, 87 deletions
diff --git a/app-mobilephone/gnome-phone-manager/ChangeLog b/app-mobilephone/gnome-phone-manager/ChangeLog index 0f5984a5ea8f..5f0b18f68b03 100644 --- a/app-mobilephone/gnome-phone-manager/ChangeLog +++ b/app-mobilephone/gnome-phone-manager/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/gnome-phone-manager # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.6 2006/01/02 13:53:14 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/ChangeLog,v 1.7 2006/02/25 15:03:01 mrness Exp $ + + 25 Feb 2006; Alin Nastac <mrness@gentoo.org> + -files/gnome-phone-manager-0.4-gcc3.patch, + -gnome-phone-manager-0.4.ebuild: + Remove old version. 02 Jan 2006; Alin Nastac <mrness@gentoo.org> gnome-phone-manager-0.6.ebuild: diff --git a/app-mobilephone/gnome-phone-manager/Manifest b/app-mobilephone/gnome-phone-manager/Manifest index 64fcddfe4554..ea7e10349e79 100644 --- a/app-mobilephone/gnome-phone-manager/Manifest +++ b/app-mobilephone/gnome-phone-manager/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 42bd50735fff8258a5a9b461ba62ab25 ChangeLog 1288 MD5 596786c32d3fc69b6689d77546e49a52 files/digest-gnome-phone-manager-0.6 76 MD5 fdaf673a63683d861ecce4cd68546d6c gnome-phone-manager-0.6.ebuild 1015 MD5 8e68d11b191a36c6430cb32308a182c4 metadata.xml 735 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEAHHYjG8pv1lIUX4RAgiXAKCBz5jOc2f7DwnmuTLiZyDtJrvb0wCgvDUa +9Sq4wIUszzSsK2e2HEprynE= +=otS9 +-----END PGP SIGNATURE----- diff --git a/app-mobilephone/gnome-phone-manager/files/digest-gnome-phone-manager-0.4 b/app-mobilephone/gnome-phone-manager/files/digest-gnome-phone-manager-0.4 deleted file mode 100644 index b00ea8340091..000000000000 --- a/app-mobilephone/gnome-phone-manager/files/digest-gnome-phone-manager-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 48856faffb8fc3d50c910c163b8e89d1 gnome-phone-manager-0.4.tar.gz 675373 diff --git a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.4-gcc3.patch b/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.4-gcc3.patch deleted file mode 100644 index 1ab12b1a7bb1..000000000000 --- a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.4-gcc3.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -urN gnome-phone-manager-0.3/libgsm/gsm.cc gnome-phone-manager-0.3~/libgsm/gsm.cc ---- gnome-phone-manager-0.3/libgsm/gsm.cc 2004-06-18 11:19:51.000000000 +0200 -+++ gnome-phone-manager-0.3~/libgsm/gsm.cc 2004-06-19 22:11:31.982179368 +0200 -@@ -134,7 +134,7 @@ - e->setMessageQueue(&newMessages); - mt->setEventHandler(e); - } catch (gsmlib::GsmException &ge) { -- cerr << ("[ERROR]: ") << ge.what() << endl; -+ std::cerr << ("[ERROR]: ") << ge.what() << std::endl; - m_signal_status.emit (PHONELISTENER_ERROR); - // signify exit by error - return false; -@@ -201,7 +201,7 @@ - mt->waitEvent(&timeoutVal); - sms_loop_once (); - } catch (gsmlib::GsmException &ge) { -- cerr << ("[ERROR]: ") << ge.what() << endl; -+ std::cerr << ("[ERROR]: ") << ge.what() << std::endl; - disconnect (); - delete mt; - m_signal_status.emit (PHONELISTENER_ERROR); -@@ -277,7 +277,7 @@ - sendQueue.erase (sendQueue.begin()); - } - } catch (gsmlib::GsmException &ge) { -- cerr << ("[ERROR]: ") << ge.what() << endl; -+ std::cerr << ("[ERROR]: ") << ge.what() << std::endl; - disconnect (); - delete mt; - m_signal_status.emit(PHONELISTENER_ERROR); -diff -urN gnome-phone-manager-0.3/libgsm/gsm.h gnome-phone-manager-0.3~/libgsm/gsm.h ---- gnome-phone-manager-0.3/libgsm/gsm.h 2004-06-18 11:18:41.000000000 +0200 -+++ gnome-phone-manager-0.3~/libgsm/gsm.h 2004-06-19 22:17:15.291988344 +0200 -@@ -8,6 +8,12 @@ - #include <sigc++/sigc++.h> - - #include <time.h> -+#include <vector> -+#include <string> -+ -+ -+using std::vector; -+using std::string; - - // local class to handle SMS events - diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.4.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.4.ebuild deleted file mode 100644 index 2489824d4df1..000000000000 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 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.4.ebuild,v 1.4 2005/09/19 20:26:00 mrness Exp $ - -inherit gnome2 eutils - -DESCRIPTION="a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop" -HOMEPAGE="http://usefulinc.com/software/phonemgr/" -SRC_URI="http://downloads.usefulinc.com/gnome-phone-manager/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND=">=gnome-base/libgnomeui-2 - >=x11-libs/gtk+-2 - >=gnome-base/libgnome-2 - >=gnome-base/gconf-2 - >=dev-libs/glib-2 - =dev-libs/libsigc++-1.2.5 - >=gnome-base/orbit-2 - >=app-mobilephone/gsmlib-1.11_pre041028 - >=net-wireless/bluez-libs-2 - >=net-wireless/libbtctl-0.4.1 - >=net-wireless/gnome-bluetooth-0.5.1" - -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -DOCS="README NEWS AUTHORS COPYING ChangeLog" -MAKEOPTS="${MAKEOPTS} -j1" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gcc3.patch -} |