app-misc/flirc: treeclean

Closes: https://bugs.gentoo.org/715918 (pkgremoved)
Closes: https://bugs.gentoo.org/717528 (pkgremoved)
Closes: https://bugs.gentoo.org/734242 (pkgremoved)
Closes: https://bugs.gentoo.org/854750 (pkgremoved)
Closes: https://bugs.gentoo.org/882655 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-05-30 18:47:45 +02:00
parent 2eecd47564
commit d0640cd360
4 changed files with 0 additions and 71 deletions

View File

@@ -1,3 +0,0 @@
DIST flirc-3.25.2_amd64.deb 9059418 BLAKE2B fc08c69defdbaff0c5b387855b6e9eee42ceb3e710fa398b7f32f694b978d5ffd6e49d942e8d94bb41b68bba05d44d8fa8fe88854ff4dafd0a607809ca229167 SHA512 75056d86912add575c5540bce59061fee949462d2011f601b3234abd3f058e0285f4e57a1151c59604250398cc868c7baf0fbc257d960c68f56409eece872245
DIST flirc-3.25.2_arm.deb 9023232 BLAKE2B 527b51e09d52a56e2aaa3f23ca3ed52bf25651b649cf7bedbe0e21d693efc81a14821648ebc965217956c022af30cf23db3e6c07304cadd4234eec8b6ecd48c6 SHA512 325d569e05e4f4574e942a1b2e93bd462fa947ebafe6345adf38f07c0d6c3d4dbfebec106cc7034c737073fe6a82ad5e1fd38208f7a9432ad3479d0082180156
DIST flirc-3.25.2_x86.deb 9029446 BLAKE2B 8efaf2fe21f04b4af0cf76c0c440d75724e47021c69e7c754ac46dcc4d7e808894a7cc6ef1a3f8dbfc929c53391f2697add079690019d81c6822113b9220bde8 SHA512 aef30713d0df41a1b0c964b4fbbd4aaac9cd75875926fd646a6f9fa3cf6688714cb148d5ab7750a8d182943c1980af3233a324ab8d7deb48b35753f2acf43128

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop udev unpacker
DESCRIPTION="Allows you to pair any remote control with your computer or media center"
HOMEPAGE="https://flirc.tv/"
SRC_URI="
amd64? ( https://apt.fury.io/flirc/${P}-amd64 -> ${P}_amd64.deb )
arm? ( https://apt.fury.io/flirc/${P}-armhf -> ${P}_arm.deb )
x86? ( https://apt.fury.io/flirc/${P}-i386 -> ${P}_x86.deb )"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm ~x86"
IUSE="+qt5"
RESTRICT="bindist mirror strip"
S="${WORKDIR}"
DEPEND=""
RDEPEND="virtual/libusb:1
dev-libs/hidapi
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5
)"
QA_PREBUILT="/usr/bin/*"
src_install() {
udev_newrules etc/udev/rules.d/99-flirc.rules 51-flirc.rules
dobin usr/bin/flirc_util
doman usr/share/doc/flirc/flirc_util.1
if use qt5 ; then
dobin usr/bin/Flirc
doman usr/share/doc/flirc/Flirc.1
doicon usr/share/pixmaps/Flirc.png
domenu usr/share/applications/Flirc.desktop
fi
}

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>gentoo@k8n.de</email>
<name>Daniel Kenzelmann</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -224,13 +224,6 @@ kde-frameworks/kinit
>=dev-libs/libxml2-2.14
dev-libs/libxml2-compat
# Andreas Sturmlechner <asturm@gentoo.org> (2025-05-04)
# Several open bugs, pending bump since 2020, fails to fetch since 2022.
# If anyone is here to fix these things, then please make upstream port
# the gui to Qt6 or drop it. Removal on 2025-05-31.
# Bugs #715918, #717528, #734242, #854750, #882655
app-misc/flirc
# Michał Górny <mgorny@gentoo.org> (2025-05-04)
# New wave of breakage from random removals.
# Bugs #955398, #955396, #955411.