Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/ganyremote/
Date: Thu, 22 Feb 2018 09:14:27
Message-Id: 1519290853.ceca5275b4a2cd8b448dcf9dfd0da91c47dd3835.kensington@gentoo
1 commit: ceca5275b4a2cd8b448dcf9dfd0da91c47dd3835
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 09:13:07 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 09:14:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceca5275
7
8 app-mobilephone/ganyremote: remove 6.0.1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-mobilephone/ganyremote/Manifest | 1 -
13 app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-mobilephone/ganyremote/Manifest b/app-mobilephone/ganyremote/Manifest
17 index 6767232e54b..b70b150fa1c 100644
18 --- a/app-mobilephone/ganyremote/Manifest
19 +++ b/app-mobilephone/ganyremote/Manifest
20 @@ -1,2 +1 @@
21 -DIST ganyremote-6.0.1.tar.gz 280585 BLAKE2B 195c100932abd1517aab0b2cd2f295a0d4a408db45bc0ffe2ad4df5fc9a08d01be725d930958579b8601a492d66b431b2a43f0d88a7e643e527baf0f14ccf0e8 SHA512 04719a4c0e15bfe2aa670bd6b83ae300aee0a825733d0fb9f37ee98286520a7354f927fb4be4774acdd2a7251893e62d4ff3328f655567b87961a3f83542e7c0
22 DIST ganyremote-6.3.3.tar.gz 303612 BLAKE2B 4865e6e4cb94e380e3bea3a4d27eb6ed60d8455bad3b530167a0e1a2aae458e5ead602869f4fba1917bc9887fec7e96393a694a48482fa339abddce48a506e24 SHA512 cfb0d5896c3c4ee575f2d77d17b8f8e13624202100994415147f1ddb2b6c04c179ec4a4b31369830705ae1d0068e50fe0c3a5fd4acc2de6e02ec0a530a0a6182
23
24 diff --git a/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild b/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild
25 deleted file mode 100644
26 index 9e7f7f9f9ca..00000000000
27 --- a/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="2"
34 -
35 -inherit eutils
36 -
37 -DESCRIPTION="Gnome frontend to Anyremote"
38 -HOMEPAGE="http://anyremote.sourceforge.net/"
39 -SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="bluetooth"
45 -
46 -DEPEND=">=app-mobilephone/anyremote-6.0[bluetooth=]
47 - dev-python/pygtk
48 - bluetooth? ( dev-python/pybluez )"
49 -RDEPEND="${DEPEND}"
50 -
51 -src_install() {
52 - emake install DESTDIR="${D}" || die "emake install failed"
53 - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
54 -}