summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 17:02:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 01:51:52 +0100
commit9068b3ff4eb568a020c9888fa9a01b910969d041 (patch)
tree5cf244614efcf3649c09a6c241c7ecba55c0f25c /kde-misc
parentkde-misc/pyrad: Remove package for too expensive deps (diff)
downloadkde-sunset-9068b3ff4eb568a020c9888fa9a01b910969d041.tar.gz
kde-sunset-9068b3ff4eb568a020c9888fa9a01b910969d041.tar.bz2
kde-sunset-9068b3ff4eb568a020c9888fa9a01b910969d041.zip
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@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kanyremote/ChangeLog26
-rw-r--r--kde-misc/kanyremote/Manifest1
-rw-r--r--kde-misc/kanyremote/files/disable_bluetooth.patch17
-rw-r--r--kde-misc/kanyremote/kanyremote-5.10.ebuild32
-rw-r--r--kde-misc/kanyremote/metadata.xml12
5 files changed, 0 insertions, 88 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 <hwoarang@gentoo.org>
- -kanyremote-5.8.2.ebuild:
- Remove old ebuild
-
- 26 Jul 2009; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
- Add kde herd on metadata.xml. Fixes bug 279156
-
-*kanyremote-5.10 (06 Jul 2009)
-
- 06 Jul 2009; Markos Chandras <hwoarang@gentoo.org>
- +kanyremote-5.10.ebuild, +files/disable_bluetooth.patch:
- Version bump. First PyQt4 release
-
- 26 Apr 2009; Markos Chandras <hwoarang@gentoo.org> kanyremote-5.8.2:
- Add dev-python/pybluez dependency. Fixes bug #267499
-
-*kanyremote-5.8.2 (21 Apr 2009)
-
- 21 Apr 2009; Markos Chandras <hwoarang@gentoo.org> +metadata.xml,
- +kanyremote-5.8.2.ebuild:
- Initial commit of kanyremote program. Fixes bug #209689
-
diff --git a/kde-misc/kanyremote/Manifest b/kde-misc/kanyremote/Manifest
deleted file mode 100644
index 25cb6939..00000000
--- a/kde-misc/kanyremote/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kanyremote-5.10.tar.gz 288964 SHA256 83da80d2112ade63cc25f5e093c3b0c4823af47491c1d61f2c3d7573f1df8c84
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>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
-