app-mobilephone/ganyremote: remove 6.0.1
authorMichael Palimaka <kensington@gentoo.org>
Thu, 22 Feb 2018 09:13:07 +0000 (20:13 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 22 Feb 2018 09:14:13 +0000 (20:14 +1100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-mobilephone/ganyremote/Manifest
app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild [deleted file]

index 6767232e54be1db5d4eb4d1d5570b76dd4242ff3..b70b150fa1c0145442a5d1dc2ed2413698e7f4ff 100644 (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
diff --git a/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild b/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild
deleted file mode 100644 (file)
index 9e7f7f9..0000000
+++ /dev/null
@@ -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"
-}