commit: 1bc71129d5fde65b7fcc2105d2f28c1cb7088fb4 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Mar 1 08:10:28 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Mar 1 09:00:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc71129
x11-apps/radeon-profile: drop 20200824 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> .../radeon-profile/radeon-profile-20200824.ebuild | 62 ---------------------- 1 file changed, 62 deletions(-) diff --git a/x11-apps/radeon-profile/radeon-profile-20200824.ebuild b/x11-apps/radeon-profile/radeon-profile-20200824.ebuild deleted file mode 100644 index e4528ce6ecb8..000000000000 --- a/x11-apps/radeon-profile/radeon-profile-20200824.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Read current clocks of ATi/AMD Radeon cards" -HOMEPAGE="https://github.com/marazmista/radeon-profile" -if [[ "${PV}" == 99999999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/marazmista/radeon-profile.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=" - !<x11-apps/radeon-profile-daemon-20190603-r1 - dev-qt/qtcharts:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - x11-libs/libX11 - x11-libs/libXrandr -" - -DEPEND=" - ${RDEPEND} - dev-qt/qtconcurrent:5 - media-libs/mesa[X(+)] - x11-libs/libdrm -" - -PATCHES=( - "${FILESDIR}/${PN}-20200504-run_subdir.patch" -) - -src_prepare() { - eapply -p2 "${PATCHES[@]}" - eapply_user - sed 's@TrayIcon;@@' -i extra/${PN}.desktop || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_postinst() { - elog "In order to run ${PN} as non-root user, the" - elog " x11-apps/radeon-profile-daemon" - elog "package needs to be installed and the daemon must run." -}
