From f5b9dcc9cbdbd07c892c8e347adc0e8fafd07a49 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 4 Sep 2024 20:03:19 +0200 Subject: [PATCH] x11-apps/radeon-profile-daemon: remove live ebuild Remove live ebuild since upstream wasn't updated for a couple of years. I think it makes no sense to keep these ebuilds, especially when the non-live ebuild is already at HEAD. Signed-off-by: Michael Mair-Keimberger Signed-off-by: Joonas Niilola --- .../radeon-profile-daemon-99999999.ebuild | 59 ------------------- 1 file changed, 59 deletions(-) delete mode 100644 x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild deleted file mode 100644 index b50463902a78b..0000000000000 --- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils systemd - -DESCRIPTION="Daemon for radeon-profile GUI" -HOMEPAGE="https://github.com/marazmista/radeon-profile-daemon" -if [[ "${PV}" == 99999999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/marazmista/radeon-profile-daemon.git" -else - SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi -S="${WORKDIR}/${P}/${PN}" - -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - !