summaryrefslogtreecommitdiff
path: root/app-mobilephone/ganyremote
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /app-mobilephone/ganyremote
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'app-mobilephone/ganyremote')
-rw-r--r--app-mobilephone/ganyremote/Manifest4
-rw-r--r--app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild25
-rw-r--r--app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild4
3 files changed, 3 insertions, 30 deletions
diff --git a/app-mobilephone/ganyremote/Manifest b/app-mobilephone/ganyremote/Manifest
index 94c92f8e1d01..8b8515b351b0 100644
--- a/app-mobilephone/ganyremote/Manifest
+++ b/app-mobilephone/ganyremote/Manifest
@@ -1,5 +1,3 @@
-DIST ganyremote-6.0.1.tar.gz 280585 BLAKE2B 195c100932abd1517aab0b2cd2f295a0d4a408db45bc0ffe2ad4df5fc9a08d01be725d930958579b8601a492d66b431b2a43f0d88a7e643e527baf0f14ccf0e8 SHA512 04719a4c0e15bfe2aa670bd6b83ae300aee0a825733d0fb9f37ee98286520a7354f927fb4be4774acdd2a7251893e62d4ff3328f655567b87961a3f83542e7c0
DIST ganyremote-6.3.3.tar.gz 303612 BLAKE2B 4865e6e4cb94e380e3bea3a4d27eb6ed60d8455bad3b530167a0e1a2aae458e5ead602869f4fba1917bc9887fec7e96393a694a48482fa339abddce48a506e24 SHA512 cfb0d5896c3c4ee575f2d77d17b8f8e13624202100994415147f1ddb2b6c04c179ec4a4b31369830705ae1d0068e50fe0c3a5fd4acc2de6e02ec0a530a0a6182
-EBUILD ganyremote-6.0.1.ebuild 603 BLAKE2B 8af7a7916e91b04e9d9d3e47ade218efca8608c91b65e719bf5e094c3b8d737fc3449add876a315b736f8b52552c34b70aa7028cbf7eca7d6122f7b7b54a310b SHA512 076fc1c504a600a35d8ea9fab5a8005fb07cc75eb0cc7ea5323afd53e7a704c1a9783f1288659eb903b87fdf52028af7051fbe8e107a6e7659431504e569d3a8
-EBUILD ganyremote-6.3.3.ebuild 1373 BLAKE2B cd7ab00eb7e518ce38414358e4810331df5ce78f9d0d1c4afe9c37bdcda9ce543abc2ac0329aeb7addd1ed67f4f20fd2f769facdab1c2a5a16c3db85db8c2416 SHA512 8e38d124dccc7965af88730e33397a413c0b03b6ca8b8a1ffe7aba76abd332d06c01580a4727c07e04c5bcd629c0f009eb159e3ce9d7d4bd35a49b6e327fa8d6
+EBUILD ganyremote-6.3.3.ebuild 1371 BLAKE2B 79584321fb6bbd5ab7e51401a60b4c87f8cb6eaf2f72c16686dd7031a60ae00c5409966524ded2739c69f8ca24dd476348284b0657356189b0293817dd319706 SHA512 611638025d469c5e66550016adf854c8fdd30cbfc04dbf56230a8b688a29e3c8ced554e60078db5a2e8dec1e44946f45fa3fe91924b46f20358ff44b5c8d3520
MISC metadata.xml 246 BLAKE2B 68a1356ab3fd727f1ee98428a5d8edc3452c6d510f8d57cecea1b5cf36a2e0dc40b8b32be858421e041e6d2a18d9aebebbbd4c5d59c2ec560b3e36bc34d3c6aa SHA512 d2929e6457c8072e70cff695c72e7f8e0ee0aa0c10f9850143dc37a05df7af66abdc579ceb750b7e3d8bec5ed246744e42501e66058b4bbd5ebbefcffbb6156a
diff --git a/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild b/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild
deleted file mode 100644
index 9e7f7f9f9ca3..000000000000
--- a/app-mobilephone/ganyremote/ganyremote-6.0.1.ebuild
+++ /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"
-}
diff --git a/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild b/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
index cd07310e56dd..d401aa4313b2 100644
--- a/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
+++ b/app-mobilephone/ganyremote/ganyremote-6.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="bluetooth"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"