diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-01 19:28:40 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-01 19:28:40 +0000 |
commit | d628c1f8493d09e3deb5d19971cd21691d8758e4 (patch) | |
tree | 7afecb9f9148ecf631ac2093143278e041cc5acd /x11-apps/radeon-profile | |
parent | 4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (diff) |
gentoo auto-resync : 01:03:2025 - 19:28:40
Diffstat (limited to 'x11-apps/radeon-profile')
-rw-r--r-- | x11-apps/radeon-profile/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/radeon-profile/radeon-profile-20200824.ebuild | 62 |
2 files changed, 0 insertions, 63 deletions
diff --git a/x11-apps/radeon-profile/Manifest b/x11-apps/radeon-profile/Manifest index 4f48ba327910..7c6e9e973344 100644 --- a/x11-apps/radeon-profile/Manifest +++ b/x11-apps/radeon-profile/Manifest @@ -2,6 +2,5 @@ AUX radeon-profile-20200504-run_subdir.patch 1094 BLAKE2B 46b28649ae72b6e158df11 AUX radeon-profile-20200824-segfault.patch 1170 BLAKE2B 9dcc28b9ee211be791a4f7e4f3352f17f78de85e20cf46b480dbc066caec9927677dc3da7b71a2c36aa992b57206dfd29622c94fbf58e575428b2e2e7526226a SHA512 6d4942a227a6f5d5886002aaf52cac4735248b2c0ce78e805ef14fa2774f2a546a181add72dc3086bf9e284a409571d261981616c39a3724629361bdc2cbc90f DIST radeon-profile-20200824.tar.gz 395416 BLAKE2B 0f1b9ac59c1e5da97cc0446d32f1fab6435d9049a5dc362d5896849e580382ede745e1759aef3ba659dec0f8f2ae12bb68f0f65313d24f9e3f4cdfa6f7d4887e SHA512 e3e9cf9aa46f81772406f7dc18a3768777b9f2ccdcda18094862183b31857099bf22e2a8b548ade5dedd04a38c8eab7a31127db3b7726adc901c7123a47f81de EBUILD radeon-profile-20200824-r1.ebuild 1284 BLAKE2B e7688b06acc248beea130f5af148ce3dea3750f66015179c0e9cf127d57aa50a06803deb2ebb1821f8e54d68f7b7b8938dfb543fb2bb339359de6f17be1ec9f0 SHA512 6923d28bcca7b5abea9590e9bf304f59de1cb4bbfe1ef7848c84862c65f231db675c205f20378568250479c5ef4c2636bc97904d1f3ff69006e4fd6e8b72aec2 -EBUILD radeon-profile-20200824.ebuild 1239 BLAKE2B 269573da588eed8da31619dbbdc5a61118db8c5b9ebd02796abbe361ef0010b1ee4c0ecf7c48545a2d7a76003fddcc8561a17a006aa77d526d03e040eaffef58 SHA512 aa4c13aa79d828c02da4ff11cae4ebd7bac8b9b34d0e87abcf65b48669dd0c7e0b90e68524eccb7e612c0b3672624244bfc9fc85bc3a89f31ff977202045c0b9 EBUILD radeon-profile-99999999.ebuild 1239 BLAKE2B 269573da588eed8da31619dbbdc5a61118db8c5b9ebd02796abbe361ef0010b1ee4c0ecf7c48545a2d7a76003fddcc8561a17a006aa77d526d03e040eaffef58 SHA512 aa4c13aa79d828c02da4ff11cae4ebd7bac8b9b34d0e87abcf65b48669dd0c7e0b90e68524eccb7e612c0b3672624244bfc9fc85bc3a89f31ff977202045c0b9 MISC metadata.xml 263 BLAKE2B 0ef114825cb727f98901f7ba9ad7766db9528c8f9946a254b1e6863b543695b29e20f4a91572c4cdc33f44577c41b57772d67aa37e911fa8e336bf0c7648131b SHA512 136f926d7c66a126786d6238216b9cfa996e8d7d07798dad88f174ddb69d0e86dba436ca5229c1289b233e469ddfe88720066e0ececdb78a81cef9f4df87a463 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." -} |