summaryrefslogtreecommitdiff
path: root/app-laptop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /app-laptop
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/Manifest.gzbin3241 -> 3077 bytes
-rw-r--r--app-laptop/radeontool/Manifest3
-rw-r--r--app-laptop/radeontool/metadata.xml5
-rw-r--r--app-laptop/radeontool/radeontool-1.6.3.ebuild24
4 files changed, 0 insertions, 32 deletions
diff --git a/app-laptop/Manifest.gz b/app-laptop/Manifest.gz
index a81460d5e4d7..6399c9694246 100644
--- a/app-laptop/Manifest.gz
+++ b/app-laptop/Manifest.gz
Binary files differ
diff --git a/app-laptop/radeontool/Manifest b/app-laptop/radeontool/Manifest
deleted file mode 100644
index bf4876ae4357..000000000000
--- a/app-laptop/radeontool/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST radeontool-1.6.3.tar.bz2 367487 BLAKE2B 0af4f7ce5f638b1ebfa191439f048bd3687ecec0085621b931890f07154fd40349c7d5eab57cb58fb75a6b0c9ebb687728332e3b72826f9b57b2272f67691eca SHA512 937ddf3e2b7dc35b9bc872d770b184303ac9e8199c0de6c17d187acfc5c398abc0cec2071c1af5ad16b0df2976418e06db8b1f90775fe59a8a80bdb3f8e2dca6
-EBUILD radeontool-1.6.3.ebuild 559 BLAKE2B 93c5569717865bf9dbf494161d5582297b35ac8be67353f5e34a7e77922b26439e8d70da543b9ce7a6cc6d6979a40dba55efe6a2617ee413a422a79f634146f6 SHA512 5a3e1d3c3f299032d8df4214cdce746e9e06e212322f44f8368877069c18b005cc88cbd434e1e1414aec967df2339966245b62efe15f95b269560dca2d918e44
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-laptop/radeontool/metadata.xml b/app-laptop/radeontool/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-laptop/radeontool/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-laptop/radeontool/radeontool-1.6.3.ebuild b/app-laptop/radeontool/radeontool-1.6.3.ebuild
deleted file mode 100644
index edd777f7ac49..000000000000
--- a/app-laptop/radeontool/radeontool-1.6.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Manage the backlight, external video output and registers of ATI Radeon cards"
-
-HOMEPAGE="https://cgit.freedesktop.org/~airlied/radeontool/"
-SRC_URI="https://people.freedesktop.org/~airlied/${PN}/${P}.tar.bz2"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-IUSE=""
-
-RDEPEND=">=x11-libs/libpciaccess-0.12.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- emake install DESTDIR="${D}"
-}