summaryrefslogtreecommitdiff
path: root/app-laptop/radeontool/radeontool-1.6.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/radeontool/radeontool-1.6.3.ebuild')
-rw-r--r--app-laptop/radeontool/radeontool-1.6.3.ebuild24
1 files changed, 0 insertions, 24 deletions
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}"
-}