summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-25 01:25:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-25 01:25:44 +0100
commitc25088d4fc442a7d6dc3a8d0498b43024888318d (patch)
treefdb19b6a9b3a20669ecb49f0ba8d9f435fbb4b1a /x11-apps
parentd80b870c42fbe218389ffaf86f0f2a39404deca1 (diff)
gentoo auto-resync : 25:09:2024 - 01:25:44
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin13843 -> 13835 bytes
-rw-r--r--x11-apps/radeon-profile-daemon/Manifest1
-rw-r--r--x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild59
3 files changed, 0 insertions, 60 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 97d10684ecc2..75df62d5c409 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/radeon-profile-daemon/Manifest b/x11-apps/radeon-profile-daemon/Manifest
index 5be4fc5abab4..4cb6bdf505a4 100644
--- a/x11-apps/radeon-profile-daemon/Manifest
+++ b/x11-apps/radeon-profile-daemon/Manifest
@@ -2,5 +2,4 @@ AUX radeon-profile-daemon-20190603-run_subdir.patch 1189 BLAKE2B b7963eeafcb3db1
AUX radeon-profile-daemon.initd-r2 401 BLAKE2B 4965be70c3df07bbb02710f257fa10c43802a681f927792718f693e8369b8f1d6d000cbbf431485ce03ef26bcb4e38326e7430c15bfc9a578dab9008afa11a2f SHA512 f92822b59b17788cfb06a9560176e383c6c978c4e3cdeee3e4af8110e71beeb43308b8887063dff903704ea2a0e69ee4abe0e4e21e4921d030da0f9c8fd91f2d
DIST radeon-profile-daemon-20190603.tar.gz 12232 BLAKE2B 3ff02f76178c2a30c8f094a2589aaed7d9e2c8ecc4cd0c8d3b6be1e38dddad39bbb4996ef9b7f87ef999890fbdade6ba3c6bcc39de6ae84bf1c224152a8249f1 SHA512 1c58008400f5acc5bd39353c6e2c109adecc4eb2b5d7976ce240d372cc60996ee93ce50630292ce85b9a1ae92d82e6cce49fd0ccb28f574bc668d212c50a54ab
EBUILD radeon-profile-daemon-20190603-r1.ebuild 1251 BLAKE2B 2b2c1a57534b85649f21a2b35ea6775e71c7e85ddef9c40c9304f3b47c0291e8bd548c008fa7b443cc75abfbe8f8e1f5141be80583e60c4a6802baea1537a423 SHA512 5009184ce895dc41fe935fd7119eb50decfc391bca0c7a7811597cd459cac4868217b56a99a6e202b93abce0d6e4770aa5d95b65462fd9d88f2ff755028526e2
-EBUILD radeon-profile-daemon-99999999.ebuild 1251 BLAKE2B 2b2c1a57534b85649f21a2b35ea6775e71c7e85ddef9c40c9304f3b47c0291e8bd548c008fa7b443cc75abfbe8f8e1f5141be80583e60c4a6802baea1537a423 SHA512 5009184ce895dc41fe935fd7119eb50decfc391bca0c7a7811597cd459cac4868217b56a99a6e202b93abce0d6e4770aa5d95b65462fd9d88f2ff755028526e2
MISC metadata.xml 270 BLAKE2B 04b7ca0a9452dc1d9ead1d592c10851e57dd95d713a5bf50c17a0d006987f5e501242d221a5715894072449b25ffb48c6bc5dd8ad28d578ee4badbb3ff0d1037 SHA512 3637962d999a2576a4cbe0dd81cef8315c8ea535d6704aab9352d89571fd374e254355c8fa6938eb78c8ce250416a9e49e22361c0b294be6772b9b8dc6286d46
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 b50463902a78..000000000000
--- 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="
- !<x11-apps/radeon-profile-20200504-r1
- dev-qt/qtcore:5
- dev-qt/qtnetwork:5
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-20190603-run_subdir.patch"
-)
-
-src_prepare() {
- eapply -p2 "${PATCHES[@]}"
- eapply_user
-
- sed \
- -e '/^bin\.path/s@/bin@/sbin@' \
- -e "/^service\.path/s@=.*\$@= $(systemd_get_systemunitdir)@" \
- -i radeon-profile-daemon.pro || die
- sed \
- -e '/^ExecStart/s@/bin/@/sbin/@' \
- -i extra/${PN}.service || die
-}
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-
- newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
-}
-
-pkg_postinst() {
- elog "Users need to be in the \"video\" group if they want to change"
- elog "video card settings via ${PN}"
-}