Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/ganyremote/, profiles/
Date: Sun, 31 May 2020 00:04:38
Message-Id: 1590883417.4ba95898c09889a454da683efa12bc2488f62f43.asturm@gentoo
1 commit: 4ba95898c09889a454da683efa12bc2488f62f43
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 00:03:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 00:03:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba95898
7
8 app-mobilephone/ganyremote: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/720346
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-mobilephone/ganyremote/Manifest | 1 -
14 app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild | 55 ----------------------
15 app-mobilephone/ganyremote/metadata.xml | 8 ----
16 profiles/package.mask | 5 --
17 4 files changed, 69 deletions(-)
18
19 diff --git a/app-mobilephone/ganyremote/Manifest b/app-mobilephone/ganyremote/Manifest
20 deleted file mode 100644
21 index b70b150fa1c..00000000000
22 --- a/app-mobilephone/ganyremote/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST ganyremote-6.3.3.tar.gz 303612 BLAKE2B 4865e6e4cb94e380e3bea3a4d27eb6ed60d8455bad3b530167a0e1a2aae458e5ead602869f4fba1917bc9887fec7e96393a694a48482fa339abddce48a506e24 SHA512 cfb0d5896c3c4ee575f2d77d17b8f8e13624202100994415147f1ddb2b6c04c179ec4a4b31369830705ae1d0068e50fe0c3a5fd4acc2de6e02ec0a530a0a6182
26
27 diff --git a/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild b/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
28 deleted file mode 100644
29 index d401aa4313b..00000000000
30 --- a/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -inherit autotools python-r1
40 -
41 -DESCRIPTION="Gnome frontend to Anyremote"
42 -HOMEPAGE="http://anyremote.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
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/pygtk[${PYTHON_USEDEP}]
55 - bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
56 -"
57 -DEPEND="${RDEPEND}
58 - sys-devel/gettext
59 -"
60 -
61 -DOCS=( AUTHORS ChangeLog NEWS README )
62 -
63 -src_prepare() {
64 - # using gettextize no-interactive example from dev-util/bless package
65 - cp $(type -p gettextize) "${T}"/ || die
66 - sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
67 - "${T}"/gettextize -f --no-changelog > /dev/null || die
68 -
69 - # remove deprecated entry
70 - sed -e "/Encoding=UTF-8/d" \
71 - -i ganyremote.desktop || die "fixing .desktop file failed"
72 -
73 - # fix documentation directory wrt bug #316087
74 - sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am || die
75 - eautoreconf
76 -
77 - # disable bluetooth check to avoid errors
78 - if ! use bluetooth ; then
79 - sed -e "s/usepybluez = True/usepybluez = False/" -i ganyremote || die
80 - fi
81 -}
82 -
83 -src_install() {
84 - default
85 -
86 - python_replicate_script "${D}"/usr/bin/ganyremote
87 -}
88
89 diff --git a/app-mobilephone/ganyremote/metadata.xml b/app-mobilephone/ganyremote/metadata.xml
90 deleted file mode 100644
91 index 2df201a28b6..00000000000
92 --- a/app-mobilephone/ganyremote/metadata.xml
93 +++ /dev/null
94 @@ -1,8 +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-needed -->
99 - <upstream>
100 - <remote-id type="sourceforge">anyremote</remote-id>
101 - </upstream>
102 -</pkgmetadata>
103
104 diff --git a/profiles/package.mask b/profiles/package.mask
105 index d6a05e2be73..8b172669cff 100644
106 --- a/profiles/package.mask
107 +++ b/profiles/package.mask
108 @@ -155,11 +155,6 @@ x11-drivers/xf86-input-mouse
109 # Removal in 30 days.
110 dev-tex/revtex
111
112 -# Andreas Sturmlechner <asturm@g.o> (2020-05-01)
113 -# Currently packaged release from 2015, needs maintainer + bump. Bug #720346
114 -# Stuck on Python 2 and pygtk. Masked for removal in 30 days.
115 -app-mobilephone/ganyremote
116 -
117 # Thomas Deutschmann <whissi@g.o> (2020-04-30)
118 # Requires <OpenSSL-1.1.x. Please migrate to
119 # >=dev-db/mysql-5.7. Masked for removal in 30 days.