commit:     7c378694d3aa570e7f6b352f734d793070ee8feb
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 31 17:22:33 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 17:22:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c378694

app-mobilephone/anyremote: drop 6.5

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-mobilephone/anyremote/Manifest             |  1 -
 app-mobilephone/anyremote/anyremote-6.5.ebuild | 43 --------------------------
 2 files changed, 44 deletions(-)

diff --git a/app-mobilephone/anyremote/Manifest 
b/app-mobilephone/anyremote/Manifest
index 1dabae6b8f37..6f2d54d7ad6d 100644
--- a/app-mobilephone/anyremote/Manifest
+++ b/app-mobilephone/anyremote/Manifest
@@ -1,2 +1 @@
-DIST anyremote-6.5.tar.gz 2440051 BLAKE2B 
36945c978790246a675c33d4bea234165c27381a716394e06445a7450bd0b3f4286d762900df2f348a8bcf6e014c061a86fa0fc2e922ab631d31ea5dd0af8595
 SHA512 
e6190ec9ea4c66b7b85d77a9e056aeaf83d9730356780e9a54c0d27e31ce89399564b20e4bd62543aa72771049f34d359111d2c015e15fca5891d088391d2b73
 DIST anyremote-6.7.3.tar.gz 2466078 BLAKE2B 
13cda30322c86b468c6f7d4894801c79d6c96791e6c51b5732ed628d53305a76ab4b13fd0e2088b620bf1a6ab2bda66a5957f0e60da2e327c3a6694a0dd9de66
 SHA512 
f2c13dbe02437a04af0c07453999fe4727970e386be9ee0d2d9d96aedb2afdc2269e040f3a42bc5479ad196495501cb34583e039a82c5cbd6861803d57e3a8ed

diff --git a/app-mobilephone/anyremote/anyremote-6.5.ebuild 
b/app-mobilephone/anyremote/anyremote-6.5.ebuild
deleted file mode 100644
index f049e6cc81cf..000000000000
--- a/app-mobilephone/anyremote/anyremote-6.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Bluetooth, infrared or cable remote control service"
-HOMEPAGE="http://anyremote.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth dbus zeroconf"
-
-RDEPEND="
-       dev-libs/glib:2
-       x11-libs/libX11
-       x11-libs/libXtst
-       bluetooth? ( net-wireless/bluez )
-       dbus? (
-               dev-libs/dbus-glib
-               sys-apps/dbus
-       )
-       zeroconf? ( net-dns/avahi )
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-       econf \
-               --docdir="/usr/share/doc/${PF}/" \
-               $(use_enable bluetooth) \
-               $(use_enable dbus) \
-               $(use_enable zeroconf avahi)
-}
-
-src_install() {
-       default
-       mv "${ED}"/usr/share/doc/${PF}/{doc-html,html} || die
-}

Reply via email to