summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/radeontool/radeontool-1.2.ebuild')
-rw-r--r--app-laptop/radeontool/radeontool-1.2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-laptop/radeontool/radeontool-1.2.ebuild b/app-laptop/radeontool/radeontool-1.2.ebuild
deleted file mode 100644
index a0c7a7137c0b..000000000000
--- a/app-laptop/radeontool/radeontool-1.2.ebuild
+++ /dev/null
@@ -1,21 +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.2.ebuild,v 1.4 2005/01/01 14:48:29 eradicator Exp $
-
-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="~x86"
-IUSE=""
-DEPEND="sys-apps/pciutils"
-
-src_compile() {
- gcc -Wall ${CFLAGS} -o radeontool radeontool.c || die
-}
-
-src_install() {
- dobin radeontool
- dodoc CHANGES
-}