commit:     546b4c188678e8bd7937896eca25c721824db20f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 19:21:24 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 19:21:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546b4c18

kde-misc/kanyremote: remove old

Package-Manager: portage-2.3.0_rc1

 kde-misc/kanyremote/Manifest                |  1 -
 kde-misc/kanyremote/kanyremote-6.3.4.ebuild | 55 -----------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kanyremote/Manifest b/kde-misc/kanyremote/Manifest
index 6103d1a..31c4b61 100644
--- a/kde-misc/kanyremote/Manifest
+++ b/kde-misc/kanyremote/Manifest
@@ -1,2 +1 @@
-DIST kanyremote-6.3.4.tar.gz 310769 SHA256 
ea7f11af91609d3bcb18bd064f3ef0a0f107f58debef7423580bdc53e65d6a4f SHA512 
a0f488b33d5c7f974615d7e6bf6df8f2ccd0f0dc4307238cd75833848603801801be24805ca89feb2fe2074c1b78b635029994e3efe0f616205da6d05ca7f023
 WHIRLPOOL 
3a7a5d937dc7befd9b9d347b5dc6f1eb468308763941054326dd68a5b5fb40e9cc814d96d22ce0334642a31b4a2f0354c3c039fe9e94ad73cace71b8d8dc3af4
 DIST kanyremote-6.3.5.tar.gz 311639 SHA256 
3fe3d186b503f43c30b2a8302a79810ee30d1ccf7839ceafcdda651915b4bbfe SHA512 
2b40584097b8aedeaf1bbe66c1e4aab0a440111007e735f4573e7fc968ac9a7331e19e4ba288986e3428e7f3aed58d96ff1470101f0ba9098225c0053c706c5c
 WHIRLPOOL 
ef40e3e3239c77609d98fa86283f29be751cc2b4590c0ec76412839e3f21df7252cf63b95557ac5f4a61c6610e20029c432865812ccbe02184cf447373b0f214

diff --git a/kde-misc/kanyremote/kanyremote-6.3.4.ebuild 
b/kde-misc/kanyremote/kanyremote-6.3.4.ebuild
deleted file mode 100644
index b63de89..0000000
--- a/kde-misc/kanyremote/kanyremote-6.3.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-r1 base
-
-DESCRIPTION="KDE frontend to Anyremote"
-HOMEPAGE="http://anyremote.sourceforge.net/";
-SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=app-mobilephone/anyremote-6.0[bluetooth?]
-       dev-python/PyQt4[X,${PYTHON_USEDEP}]
-       kde-base/pykde4:4[${PYTHON_USEDEP}]
-       bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-"
-
-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 kanyremote.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 
kanyremote || die
-       fi
-}
-
-src_install() {
-       default
-
-       python_replicate_script "${D}"/usr/bin/kanyremote
-}

Reply via email to