app-mobilephone/ganyremote: remove 6.0.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Michael Palimaka
2018-02-22 20:13:07 +11:00
parent 333e5fb3cd
commit ceca5275b4
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST ganyremote-6.0.1.tar.gz 280585 BLAKE2B 195c100932abd1517aab0b2cd2f295a0d4a408db45bc0ffe2ad4df5fc9a08d01be725d930958579b8601a492d66b431b2a43f0d88a7e643e527baf0f14ccf0e8 SHA512 04719a4c0e15bfe2aa670bd6b83ae300aee0a825733d0fb9f37ee98286520a7354f927fb4be4774acdd2a7251893e62d4ff3328f655567b87961a3f83542e7c0
DIST ganyremote-6.3.3.tar.gz 303612 BLAKE2B 4865e6e4cb94e380e3bea3a4d27eb6ed60d8455bad3b530167a0e1a2aae458e5ead602869f4fba1917bc9887fec7e96393a694a48482fa339abddce48a506e24 SHA512 cfb0d5896c3c4ee575f2d77d17b8f8e13624202100994415147f1ddb2b6c04c179ec4a4b31369830705ae1d0068e50fe0c3a5fd4acc2de6e02ec0a530a0a6182

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
inherit eutils
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"
DEPEND=">=app-mobilephone/anyremote-6.0[bluetooth=]
dev-python/pygtk
bluetooth? ( dev-python/pybluez )"
RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}