Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, kde-misc/kanyremote/
Date: Sun, 01 Mar 2020 22:06:08
Message-Id: 1583100343.06991ba4a58552cc97e32b23640cb88fca562eec.asturm@gentoo
1 commit: 06991ba4a58552cc97e32b23640cb88fca562eec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 22:05:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 22:05:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06991ba4
7
8 profiles: Remove last-rited kde-misc/kanyremote
9
10 Closes: https://bugs.gentoo.org/707564
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/kanyremote/Manifest | 1 -
14 kde-misc/kanyremote/kanyremote-6.4.ebuild | 55 -------------------------------
15 kde-misc/kanyremote/metadata.xml | 11 -------
16 profiles/package.mask | 6 ----
17 4 files changed, 73 deletions(-)
18
19 diff --git a/kde-misc/kanyremote/Manifest b/kde-misc/kanyremote/Manifest
20 deleted file mode 100644
21 index f3e76fca47a..00000000000
22 --- a/kde-misc/kanyremote/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST kanyremote-6.4.tar.gz 316922 BLAKE2B ddcb10c47c41754be1f8e898ff8f8c229b6e1bec4c438b0f4e6a0b5922d50637650c1dcf6a7aade5b6d5655c3627439d7dd302ed7fb34c673914f776b22d3423 SHA512 a6a45bf1f086055e290238b899b5e9cd1ba47aa5b500a9036ea09750ada1fa4ded3105f6843188f0e8f1687ff4e6cf8f712e300dd303b0e5af3c2d67c103060d
26
27 diff --git a/kde-misc/kanyremote/kanyremote-6.4.ebuild b/kde-misc/kanyremote/kanyremote-6.4.ebuild
28 deleted file mode 100644
29 index 3e05daa538c..00000000000
30 --- a/kde-misc/kanyremote/kanyremote-6.4.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -inherit autotools python-r1
40 -
41 -DESCRIPTION="KDE frontend to Anyremote"
42 -HOMEPAGE="http://anyremote.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3+"
46 -SLOT="5"
47 -KEYWORDS="amd64 x86"
48 -IUSE="bluetooth"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - >=app-mobilephone/anyremote-6.5[bluetooth?]
54 - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
55 - bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
56 -"
57 -DEPEND="${RDEPEND}
58 - sys-devel/gettext
59 -"
60 -
61 -src_prepare() {
62 - # using gettextize no-interactive example from dev-util/bless package
63 - cp $(type -p gettextize) "${T}"/ || die
64 - sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
65 - "${T}"/gettextize -f --no-changelog > /dev/null || die
66 -
67 - # remove deprecated entry
68 - sed -e "/Encoding=UTF-8/d" \
69 - -i kanyremote.desktop || die "fixing .desktop file failed"
70 -
71 - # fix documentation directory wrt bug #316087
72 - sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am || die
73 - eautoreconf
74 -
75 - # disable bluetooth check to avoid errors
76 - if ! use bluetooth ; then
77 - sed -e "s/usepybluez = True/usepybluez = False/" -i kanyremote || die
78 - fi
79 -
80 - default
81 -}
82 -
83 -src_install() {
84 - default
85 -
86 - python_replicate_script "${D}"/usr/bin/kanyremote
87 -}
88
89 diff --git a/kde-misc/kanyremote/metadata.xml b/kde-misc/kanyremote/metadata.xml
90 deleted file mode 100644
91 index 004eed28af5..00000000000
92 --- a/kde-misc/kanyremote/metadata.xml
93 +++ /dev/null
94 @@ -1,11 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 - <maintainer type="project">
99 - <email>kde@g.o</email>
100 - <name>Gentoo KDE Project</name>
101 - </maintainer>
102 - <upstream>
103 - <remote-id type="sourceforge">anyremote</remote-id>
104 - </upstream>
105 -</pkgmetadata>
106
107 diff --git a/profiles/package.mask b/profiles/package.mask
108 index f18184f36fb..e2ac2f4d14a 100644
109 --- a/profiles/package.mask
110 +++ b/profiles/package.mask
111 @@ -529,12 +529,6 @@ dev-util/xesam-tools
112 # Masked for removal in 30 days.
113 dev-python/pygtkglext
114
115 -# Andreas Sturmlechner <asturm@g.o> (2020-01-31)
116 -# py2-only, 8.0 release is broken, upstream appears dormant, bug 707564,
117 -# blocks dev-python/pybluez py2 cleanup. Use kde-misc/kdeconnect instead.
118 -# Masked for removal in 30 days.
119 -kde-misc/kanyremote
120 -
121 # Michał Górny <mgorny@g.o> (2020-01-31)
122 # Last release in 2009. No tests. Python 2 only. No reverse
123 # dependencies.