commit: 4ba95898c09889a454da683efa12bc2488f62f43 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 31 00:03:37 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 31 00:03:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba95898
app-mobilephone/ganyremote: Remove last-rited package Closes: https://bugs.gentoo.org/720346 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-mobilephone/ganyremote/Manifest | 1 - app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild | 55 ---------------------- app-mobilephone/ganyremote/metadata.xml | 8 ---- profiles/package.mask | 5 -- 4 files changed, 69 deletions(-) diff --git a/app-mobilephone/ganyremote/Manifest b/app-mobilephone/ganyremote/Manifest deleted file mode 100644 index b70b150fa1c..00000000000 --- 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 d401aa4313b..00000000000 --- 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 2df201a28b6..00000000000 --- 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> diff --git a/profiles/package.mask b/profiles/package.mask index d6a05e2be73..8b172669cff 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -155,11 +155,6 @@ x11-drivers/xf86-input-mouse # Removal in 30 days. dev-tex/revtex -# Andreas Sturmlechner <[email protected]> (2020-05-01) -# Currently packaged release from 2015, needs maintainer + bump. Bug #720346 -# Stuck on Python 2 and pygtk. Masked for removal in 30 days. -app-mobilephone/ganyremote - # Thomas Deutschmann <[email protected]> (2020-04-30) # Requires <OpenSSL-1.1.x. Please migrate to # >=dev-db/mysql-5.7. Masked for removal in 30 days.
