summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-03-04 22:23:37 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-04 22:38:26 +0100
commit8f3064ff58ac545f815be67bcbee1aef3f40413e (patch)
tree3f865581c4496311e80272f17c921bdab9cfcf3e /app-laptop
parentsys-libs/kpmcore: drop 20.12.2* (diff)
downloadgentoo-8f3064ff58ac545f815be67bcbee1aef3f40413e.tar.gz
gentoo-8f3064ff58ac545f815be67bcbee1aef3f40413e.tar.bz2
gentoo-8f3064ff58ac545f815be67bcbee1aef3f40413e.zip
app-laptop/radeontool: bump to newest snapshot
Also updated to EAPI=7 and added ~ppc64 keyword. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/radeontool/Manifest1
-rw-r--r--app-laptop/radeontool/radeontool-1.6.3_p20181127.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-laptop/radeontool/Manifest b/app-laptop/radeontool/Manifest
index f1caa9271324..b03ad96d2741 100644
--- a/app-laptop/radeontool/Manifest
+++ b/app-laptop/radeontool/Manifest
@@ -1 +1,2 @@
DIST radeontool-1.6.3.tar.bz2 367487 BLAKE2B 0af4f7ce5f638b1ebfa191439f048bd3687ecec0085621b931890f07154fd40349c7d5eab57cb58fb75a6b0c9ebb687728332e3b72826f9b57b2272f67691eca SHA512 937ddf3e2b7dc35b9bc872d770b184303ac9e8199c0de6c17d187acfc5c398abc0cec2071c1af5ad16b0df2976418e06db8b1f90775fe59a8a80bdb3f8e2dca6
+DIST radeontool-1.6.3_p20181127.tar.gz 145939 BLAKE2B ba445095a45d0754c3d20fb45cb75754618d88c9ed23c988926323e9194ef3a8c6ea37c13880d6878750587e6de283a82789c98a6225e303edf7579a327261c2 SHA512 48779a1d7d4ceb79acaef4ba93074ee06b4ee0a02db42fbf1faa7cdc462e21e6c7450dd71c435788e54b99595e61f255154a672bfb8d76acb2d30f560ee6eca4
diff --git a/app-laptop/radeontool/radeontool-1.6.3_p20181127.ebuild b/app-laptop/radeontool/radeontool-1.6.3_p20181127.ebuild
new file mode 100644
index 000000000000..945498dc3d08
--- /dev/null
+++ b/app-laptop/radeontool/radeontool-1.6.3_p20181127.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="0a672473f583c6e4df3b1714d4af79653910811e"
+
+inherit autotools
+
+DESCRIPTION="Utility to get/set registers and controlling backlight on radeon based GPUs"
+HOMEPAGE="https://cgit.freedesktop.org/~airlied/radeontool/"
+SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="x11-libs/libpciaccess"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}