summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/radeontool/radeontool-1.5-r2.ebuild')
-rw-r--r--app-laptop/radeontool/radeontool-1.5-r2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-laptop/radeontool/radeontool-1.5-r2.ebuild b/app-laptop/radeontool/radeontool-1.5-r2.ebuild
deleted file mode 100644
index 1a1f673269c0..000000000000
--- a/app-laptop/radeontool/radeontool-1.5-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.5-r2.ebuild,v 1.2 2005/10/15 20:38:20 brix Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Control the backlight and external video output of ATI Radeon Mobility graphics cards"
-
-HOMEPAGE="http://fdd.com/software/radeon/"
-SRC_URI="http://fdd.com/software/radeon/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND="sys-apps/pciutils"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-mmap.patch
- epatch ${FILESDIR}/${P}-vga-ati.patch
-
- sed -i \
- -e "s:-Wall -O2:${CFLAGS}:" \
- -e "s:gcc:$(tc-getCC):" \
- ${S}/Makefile
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin radeontool
- dodoc CHANGES
-}