summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 02:03:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 02:03:37 +0200
commit4ba95898c09889a454da683efa12bc2488f62f43 (patch)
tree2e34a10d2647236d7f0a019a20b20b8ea86116de /app-mobilephone
parentapp-office/pybliographer: Remove last-rited package (diff)
downloadgentoo-4ba95898c09889a454da683efa12bc2488f62f43.tar.gz
gentoo-4ba95898c09889a454da683efa12bc2488f62f43.tar.bz2
gentoo-4ba95898c09889a454da683efa12bc2488f62f43.zip
app-mobilephone/ganyremote: Remove last-rited package
Closes: https://bugs.gentoo.org/720346 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/ganyremote/Manifest1
-rw-r--r--app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild55
-rw-r--r--app-mobilephone/ganyremote/metadata.xml8
3 files changed, 0 insertions, 64 deletions
diff --git a/app-mobilephone/ganyremote/Manifest b/app-mobilephone/ganyremote/Manifest
deleted file mode 100644
index b70b150fa1c0..000000000000
--- a/app-mobilephone/ganyremote/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ganyremote-6.3.3.tar.gz 303612 BLAKE2B 4865e6e4cb94e380e3bea3a4d27eb6ed60d8455bad3b530167a0e1a2aae458e5ead602869f4fba1917bc9887fec7e96393a694a48482fa339abddce48a506e24 SHA512 cfb0d5896c3c4ee575f2d77d17b8f8e13624202100994415147f1ddb2b6c04c179ec4a4b31369830705ae1d0068e50fe0c3a5fd4acc2de6e02ec0a530a0a6182
diff --git a/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild b/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
deleted file mode 100644
index d401aa4313b2..000000000000
--- a/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-r1
-
-DESCRIPTION="Gnome 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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-mobilephone/anyremote-6.5[bluetooth=]
- dev-python/pygtk[${PYTHON_USEDEP}]
- bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
- # using gettextize no-interactive example from dev-util/bless package
- cp $(type -p gettextize) "${T}"/ || die
- sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
- "${T}"/gettextize -f --no-changelog > /dev/null || die
-
- # remove deprecated entry
- sed -e "/Encoding=UTF-8/d" \
- -i ganyremote.desktop || die "fixing .desktop file failed"
-
- # fix documentation directory wrt bug #316087
- sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am || die
- eautoreconf
-
- # disable bluetooth check to avoid errors
- if ! use bluetooth ; then
- sed -e "s/usepybluez = True/usepybluez = False/" -i ganyremote || die
- fi
-}
-
-src_install() {
- default
-
- python_replicate_script "${D}"/usr/bin/ganyremote
-}
diff --git a/app-mobilephone/ganyremote/metadata.xml b/app-mobilephone/ganyremote/metadata.xml
deleted file mode 100644
index 2df201a28b67..000000000000
--- a/app-mobilephone/ganyremote/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">anyremote</remote-id>
- </upstream>
-</pkgmetadata>