commit:     9068b3ff4eb568a020c9888fa9a01b910969d041
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:02:15 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 00:51:52 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9068b3ff

kde-misc/kanyremote: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kanyremote/ChangeLog                     | 26 ------------------
 kde-misc/kanyremote/files/disable_bluetooth.patch | 17 ------------
 kde-misc/kanyremote/kanyremote-5.10.ebuild        | 32 -----------------------
 kde-misc/kanyremote/metadata.xml                  | 12 ---------
 4 files changed, 87 deletions(-)

diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog
deleted file mode 100644
index 84b6dd3b..00000000
--- a/kde-misc/kanyremote/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for kde-misc/kanyremote
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.5 
2009/08/11 13:23:32 hwoarang Exp $
-
-  11 Aug 2009; Markos Chandras <[email protected]>
-  -kanyremote-5.8.2.ebuild:
-  Remove old ebuild
-
-  26 Jul 2009; Markos Chandras <[email protected]> metadata.xml:
-  Add kde herd on metadata.xml. Fixes bug 279156
-
-*kanyremote-5.10 (06 Jul 2009)
-
-  06 Jul 2009; Markos Chandras <[email protected]>
-  +kanyremote-5.10.ebuild, +files/disable_bluetooth.patch:
-  Version bump. First PyQt4 release
-
-  26 Apr 2009; Markos Chandras <[email protected]> kanyremote-5.8.2:
-  Add dev-python/pybluez dependency. Fixes bug #267499
-
-*kanyremote-5.8.2 (21 Apr 2009)
-
-  21 Apr 2009; Markos Chandras <[email protected]> +metadata.xml,
-  +kanyremote-5.8.2.ebuild:
-  Initial commit of kanyremote program. Fixes bug #209689
-

diff --git a/kde-misc/kanyremote/files/disable_bluetooth.patch 
b/kde-misc/kanyremote/files/disable_bluetooth.patch
deleted file mode 100644
index 214e9f25..00000000
--- a/kde-misc/kanyremote/files/disable_bluetooth.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: kanyremote-5.10/kanyremote
-===================================================================
---- kanyremote-5.10.orig/kanyremote
-+++ kanyremote-5.10/kanyremote
-@@ -3777,8 +3777,10 @@ def main():
-         usepybluez = False
-     
-     if pybluez == False and usepybluez == True:
--        print _tr('Install PyBluez first !\nOr run with --npybluez option')
--      return
-+#        print _tr('Install PyBluez first !\nOr run with --npybluez option')
-+      print _tr('Bluetooth support is disabled')
-+      usepybluez = False
-+#     return
-       
-     if debug: print 'Use port ' + port
-    

diff --git a/kde-misc/kanyremote/kanyremote-5.10.ebuild 
b/kde-misc/kanyremote/kanyremote-5.10.ebuild
deleted file mode 100644
index 9e5ea7f4..00000000
--- a/kde-misc/kanyremote/kanyremote-5.10.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-5.10.ebuild,v 1.1 
2009/07/06 20:11:01 hwoarang Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="KDE frontend to Anyremote"
-HOMEPAGE="http://anyremote.sourceforge.net/";
-SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bluetooth"
-
-DEPEND=">=net-misc/anyremote-4.4[bluetooth?]
-        dev-python/PyQt4[X]
-        kde-apps/pykde4
-        bluetooth? ( dev-python/pybluez )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # workaround to bluetooth check when bluetooth use flag is disabled
-       ! use bluetooth && epatch "${FILESDIR}/disable_bluetooth.patch"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}

diff --git a/kde-misc/kanyremote/metadata.xml b/kde-misc/kanyremote/metadata.xml
deleted file mode 100644
index dc3a5d40..00000000
--- a/kde-misc/kanyremote/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-<maintainer>
-<email>[email protected]</email>
-<name>Markos Chandras</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
-

Reply via email to