Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/kanyremote/, kde-misc/kanyremote/files/
Date: Mon, 30 Nov 2020 00:52:23
Message-Id: 1606697512.9068b3ff4eb568a020c9888fa9a01b910969d041.asturm@gentoo
1 commit: 9068b3ff4eb568a020c9888fa9a01b910969d041
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 15:02:15 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 00:51:52 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9068b3ff
7
8 kde-misc/kanyremote: Remove package for too expensive deps
9
10 Missing kde-apps/pykde4 and easier (non-)maintenance without python.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-misc/kanyremote/ChangeLog | 26 ------------------
15 kde-misc/kanyremote/files/disable_bluetooth.patch | 17 ------------
16 kde-misc/kanyremote/kanyremote-5.10.ebuild | 32 -----------------------
17 kde-misc/kanyremote/metadata.xml | 12 ---------
18 4 files changed, 87 deletions(-)
19
20 diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog
21 deleted file mode 100644
22 index 84b6dd3b..00000000
23 --- a/kde-misc/kanyremote/ChangeLog
24 +++ /dev/null
25 @@ -1,26 +0,0 @@
26 -# ChangeLog for kde-misc/kanyremote
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.5 2009/08/11 13:23:32 hwoarang Exp $
29 -
30 - 11 Aug 2009; Markos Chandras <hwoarang@g.o>
31 - -kanyremote-5.8.2.ebuild:
32 - Remove old ebuild
33 -
34 - 26 Jul 2009; Markos Chandras <hwoarang@g.o> metadata.xml:
35 - Add kde herd on metadata.xml. Fixes bug 279156
36 -
37 -*kanyremote-5.10 (06 Jul 2009)
38 -
39 - 06 Jul 2009; Markos Chandras <hwoarang@g.o>
40 - +kanyremote-5.10.ebuild, +files/disable_bluetooth.patch:
41 - Version bump. First PyQt4 release
42 -
43 - 26 Apr 2009; Markos Chandras <hwoarang@g.o> kanyremote-5.8.2:
44 - Add dev-python/pybluez dependency. Fixes bug #267499
45 -
46 -*kanyremote-5.8.2 (21 Apr 2009)
47 -
48 - 21 Apr 2009; Markos Chandras <hwoarang@g.o> +metadata.xml,
49 - +kanyremote-5.8.2.ebuild:
50 - Initial commit of kanyremote program. Fixes bug #209689
51 -
52
53 diff --git a/kde-misc/kanyremote/files/disable_bluetooth.patch b/kde-misc/kanyremote/files/disable_bluetooth.patch
54 deleted file mode 100644
55 index 214e9f25..00000000
56 --- a/kde-misc/kanyremote/files/disable_bluetooth.patch
57 +++ /dev/null
58 @@ -1,17 +0,0 @@
59 -Index: kanyremote-5.10/kanyremote
60 -===================================================================
61 ---- kanyremote-5.10.orig/kanyremote
62 -+++ kanyremote-5.10/kanyremote
63 -@@ -3777,8 +3777,10 @@ def main():
64 - usepybluez = False
65 -
66 - if pybluez == False and usepybluez == True:
67 -- print _tr('Install PyBluez first !\nOr run with --npybluez option')
68 -- return
69 -+# print _tr('Install PyBluez first !\nOr run with --npybluez option')
70 -+ print _tr('Bluetooth support is disabled')
71 -+ usepybluez = False
72 -+# return
73 -
74 - if debug: print 'Use port ' + port
75 -
76
77 diff --git a/kde-misc/kanyremote/kanyremote-5.10.ebuild b/kde-misc/kanyremote/kanyremote-5.10.ebuild
78 deleted file mode 100644
79 index 9e5ea7f4..00000000
80 --- a/kde-misc/kanyremote/kanyremote-5.10.ebuild
81 +++ /dev/null
82 @@ -1,32 +0,0 @@
83 -# Copyright 1999-2009 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-5.10.ebuild,v 1.1 2009/07/06 20:11:01 hwoarang Exp $
86 -
87 -EAPI="2"
88 -
89 -inherit eutils
90 -
91 -DESCRIPTION="KDE frontend to Anyremote"
92 -HOMEPAGE="http://anyremote.sourceforge.net/"
93 -SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
94 -
95 -LICENSE="GPL-2"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -IUSE="bluetooth"
99 -
100 -DEPEND=">=net-misc/anyremote-4.4[bluetooth?]
101 - dev-python/PyQt4[X]
102 - kde-apps/pykde4
103 - bluetooth? ( dev-python/pybluez )"
104 -RDEPEND="${DEPEND}"
105 -
106 -src_prepare() {
107 - # workaround to bluetooth check when bluetooth use flag is disabled
108 - ! use bluetooth && epatch "${FILESDIR}/disable_bluetooth.patch"
109 -}
110 -
111 -src_install() {
112 - emake install DESTDIR="${D}" || die "emake install failed"
113 - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
114 -}
115
116 diff --git a/kde-misc/kanyremote/metadata.xml b/kde-misc/kanyremote/metadata.xml
117 deleted file mode 100644
118 index dc3a5d40..00000000
119 --- a/kde-misc/kanyremote/metadata.xml
120 +++ /dev/null
121 @@ -1,12 +0,0 @@
122 -<?xml version="1.0" encoding="UTF-8"?>
123 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
124 -<pkgmetadata>
125 -<!-- maintainer-needed -->
126 -<maintainer>
127 -<email>hwoarang@g.o</email>
128 -<name>Markos Chandras</name>
129 -</maintainer>
130 -<longdescription lang="en">
131 -</longdescription>
132 -</pkgmetadata>
133 -