summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-mobilephone/kmobiletools/Manifest3
-rw-r--r--app-mobilephone/kmobiletools/files/kmobiletools-0.5.0_beta3-no-automagic-deps.patch90
-rw-r--r--app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild55
3 files changed, 0 insertions, 148 deletions
diff --git a/app-mobilephone/kmobiletools/Manifest b/app-mobilephone/kmobiletools/Manifest
deleted file mode 100644
index 5807f1d..0000000
--- a/app-mobilephone/kmobiletools/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX kmobiletools-0.5.0_beta3-no-automagic-deps.patch 4945 RMD160 ec2e5c14bdaea74c22db8f018c8b3c33e443c2d2 SHA1 a7b63c09801fc0b21bff24aabe8cb5e033af84da SHA256 acdd6a1bfe582ab95ba3b47bacf92c422ee0a16d52af2f0bd48f7b63c2a4c78e
-DIST kmobiletools-0.5.0-beta3.tar.bz2 1282637 RMD160 767637c697ecfeb2800635a47a9c59ed299ffe63 SHA1 ce9b6d3a53ab0b771e8d4615d545625eccea54b6 SHA256 ef30d9d2ff8f0cb86c3b00137fa7a21d926a01f567e8375d4c7032dd41da346e
-EBUILD kmobiletools-0.5.0_beta3.ebuild 1541 RMD160 a6651b57296ad0c06ac8fe3121ffca2e4e47c2e2 SHA1 81c40982d393898452178e32f30f417f25914184 SHA256 0d2ef592db8e9fa6fd196ed437aeec09bd08963ad0c05aec744e71a0d2d1e6b5
diff --git a/app-mobilephone/kmobiletools/files/kmobiletools-0.5.0_beta3-no-automagic-deps.patch b/app-mobilephone/kmobiletools/files/kmobiletools-0.5.0_beta3-no-automagic-deps.patch
deleted file mode 100644
index 259baa6..0000000
--- a/app-mobilephone/kmobiletools/files/kmobiletools-0.5.0_beta3-no-automagic-deps.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-diff -Nru kmobiletools-0.5.0-beta3/kmobiletools/configure.in.in kmobiletools-0.5.0-beta3-shl/kmobiletools/configure.in.in
---- kmobiletools-0.5.0-beta3/kmobiletools/configure.in.in 2007-06-05 16:18:07.000000000 +0200
-+++ kmobiletools-0.5.0-beta3-shl/kmobiletools/configure.in.in 2007-06-16 19:59:20.000000000 +0200
-@@ -8,7 +8,7 @@
- # BEGIN KONTACT CHECK
- ###############################################################################
-
--AC_ARG_ENABLE(kontact, AC_HELP_STRING([--disable-kontact-plugin], [disable KMobileTools Kontact plugin (default: check)]),
-+AC_ARG_ENABLE(kontact, AC_HELP_STRING([--disable-kontact], [disable KMobileTools Kontact plugin (default: check)]),
- [enable_kontact=$enableval], [enable_kontact=yes])
- if test "$enable_kontact" = "yes"; then
- KDE_CHECK_HEADER(kontact/plugin.h, [have_kontact="yes"], [have_kontact="no"])
-@@ -72,18 +72,22 @@
- #AC_SUBST(LIB_GAMMU)
- #AM_CONDITIONAL(with_gammu, test $have_gammu = yes)
-
--AC_ARG_ENABLE(kioslaves, AC_HELP_STRING([--disable-kioslaves], [enable KIOSlaves for filesystem access (default: disable)]),
-+AC_ARG_ENABLE(kioslaves, AC_HELP_STRING([--disable-kioslaves], [disable all KIOSlaves for filesystem access (default: enable)]),
- [enable_kioslaves=$enableval], [enable_kioslaves=yes])
-
--if test "x$enable_kioslaves" = "xyes"; then
-- KDE_CHECK_HEADER(p2kmoto.h, have_p2k=yes, have_p2k=no)
-- AM_CONDITIONAL(with_p2kmoto, test $have_p2k = yes)
-- KDE_CHECK_HEADER(obexftp/client.h, have_obexftp=yes, have_obexftp=no)
-- AM_CONDITIONAL(compile_obex, test $have_obexftp = yes)
--else
-- AM_CONDITIONAL(with_p2kmoto, false)
-- AM_CONDITIONAL(compile_obex, false)
-+AC_ARG_ENABLE(p2kmoto, AC_HELP_STRING([--disable-p2kmoto], [disable p2kmoto kioslave (default: check)]),
-+ [enable_p2kmoto=$enableval], [enable_p2kmoto=yes])
-+if test "x$enable_p2kmoto" = "xyes" && test "x$enable_kioslaves" = "xyes"; then
-+ KDE_CHECK_HEADER(p2kmoto.h, have_p2k=yes, have_p2k=no)
-+fi
-+AM_CONDITIONAL(with_p2kmoto, test "x$have_p2k" = "xyes")
-+
-+AC_ARG_ENABLE(obexftp, AC_HELP_STRING([--disable-obexftp], [disable obex kioslave (default: check)]),
-+ [enable_obexftp=$enableval], [enable_obexftp=yes])
-+if test "x$enable_obexftp" = "xyes" && test "x$enable_kioslaves" = "xyes"; then
-+ KDE_CHECK_HEADER(obexftp/client.h, have_obexftp=yes, have_obexftp=no)
- fi
-+AM_CONDITIONAL(compile_obex, test "x$have_obexftp" = "xyes")
-
- if test "x$have_p2k" = "xyes"; then
- AC_DEFINE(HAVE_P2KLIB, 1, [p2k filesystem support])
-@@ -117,9 +121,14 @@
- [enable_tests=$enableval], [enable_tests=no])
- AM_CONDITIONAL(compile_tests, test x$enable_tests = xyes)
-
--KDE_CHECK_HEADER(kdebluetooth/rfcommsocketdevice.h, have_kbluetooth=yes, have_kbluetooth=no)
--AM_CONDITIONAL(with_kdebluetooth, test $have_kbluetooth = yes)
--if test "$have_kbluetooth" = "yes"; then
-+AC_ARG_ENABLE(kdebluetooth, AC_HELP_STRING([--disable-kdebluetooth], [disable kdebluetooth integration (default: check)]),
-+ [enable_kdebluetooth=$enableval], [enable_kdebluetooth=yes])
-+if test "x$enable_kdebluetooth" = "xyes"; then
-+ KDE_CHECK_HEADER(kdebluetooth/rfcommsocketdevice.h, have_kbluetooth=yes, have_kbluetooth=no)
-+fi
-+
-+AM_CONDITIONAL(with_kdebluetooth, test "x$have_kbluetooth" = "xyes")
-+if test "x$have_kbluetooth" = "xyes"; then
- AC_DEFINE(KBLUETOOTH, 1, [use kdebluetooth rfcomm socket])
- AC_SUBST(KBLUETOOTH)
- LIB_KBLUETOOTH="-lkbluetooth"
-@@ -135,9 +144,12 @@
- CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS $all_includes -DDBUS_API_SUBJECT_TO_CHANGE"
-
-
--KDE_CHECK_HEADER(libkbluetooth/adapter.h, have_new_kbluetooth=yes, have_new_kbluetooth=no)
--AM_CONDITIONAL(with_kdebluetooth_new, test x$have_new_kbluetooth = xyes)
--if test "$have_new_kbluetooth" = "yes"; then
-+if test "x$enable_kdebluetooth" = "xyes"; then
-+ KDE_CHECK_HEADER(libkbluetooth/adapter.h, have_new_kbluetooth=yes, have_new_kbluetooth=no)
-+fi
-+
-+AM_CONDITIONAL(with_kdebluetooth_new, test "x$have_new_kbluetooth" = "xyes")
-+if test "x$have_new_kbluetooth" = "xyes"; then
- PKG_CHECK_MODULES(BLUEZ, "bluez")
- AC_DEFINE(KBLUETOOTH_NEW, 1, [use new kdebluetooth])
- AC_SUBST(KBLUETOOTH_NEW)
-diff -Nru kmobiletools-0.5.0-beta3/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp kmobiletools-0.5.0-beta3-shl/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp
---- kmobiletools-0.5.0-beta3/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp 2007-06-05 16:18:07.000000000 +0200
-+++ kmobiletools-0.5.0-beta3-shl/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp 2007-06-14 17:18:55.000000000 +0200
-@@ -572,7 +572,7 @@
- GSM_CallShowNumber showNumber = GSM_CALL_DefaultNumberPresence;
-
- m_mutex.lock();
-- m_error = m_phoneFunctions->DialVoice( &m_stateMachine, (char*) number.data(),
-+ m_error = m_phoneFunctions->DialVoice( &m_stateMachine, (number.utf8().data() ),
- showNumber );
- if( m_error != ERR_NONE ) {
- printErrorMessage( m_error, "dial" );
diff --git a/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild b/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild
deleted file mode 100644
index fde5cca..0000000
--- a/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit kde eutils
-
-MY_P=${P/_beta/-beta}
-DESCRIPTION="KMobiletools is a KDE-based application that allows to control mobile phones with your PC."
-SRC_URI="http://download.berlios.de/kmobiletools/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.kmobiletools.org/"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth gammu kde obex"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="kde? ( || ( ( kde-base/libkcal kde-base/kontact ) kde-base/kdepim ) )
- bluetooth? ( net-wireless/kdebluetooth4 )
- gammu? ( >=app-mobilephone/gammu-1.10.6 )
- obex? ( >=app-mobilephone/obexftp-0.21 )"
-
-need-kde 3.4
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- kde_src_unpack
-
- epatch ${FILESDIR}/${P}-no-automagic-deps.patch
- # remove configure script to trigger it's rebuild during kde_src_compile
- rm -f ${S}/configure
-}
-
-src_compile() {
- myconf="$(use_enable kde libkcal)
- $(use_enable kde kontact)
- $(use_with gammu)
- $(use_enable bluetooth kdebluetooth)
- $(use_enable obex obexftp)
- --disable-p2kmoto"
- # the last 3 configure switches have only effect when above automagic deps patch is applied
-
- kde_src_compile
-}
-
-pkg_postinst() {
- if use gammu ; then
- echo
- elog "You have enabled gammu engine backend. Please note that support for this"
- elog "engine in ${PN} is considered experimental and may not work as expected."
- elog "More information and configuration steps for gammu engine can be found here:"
- elog "http://www.kmobiletools.org/gammu"
- echo
- fi
-}