diff options
Diffstat (limited to 'app-laptop/radeontool/radeontool-1.6.1.ebuild')
-rw-r--r-- | app-laptop/radeontool/radeontool-1.6.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-laptop/radeontool/radeontool-1.6.1.ebuild b/app-laptop/radeontool/radeontool-1.6.1.ebuild deleted file mode 100644 index b9d84d8e0cd8..000000000000 --- a/app-laptop/radeontool/radeontool-1.6.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.6.1.ebuild,v 1.1 2010/05/26 09:58:02 bangert Exp $ - -EAPI=2 -inherit eutils toolchain-funcs - -DESCRIPTION="Manage the backlight, external video output and registers of ATI Radeon graphics cards" - -HOMEPAGE="http://cgit.freedesktop.org/~airlied/radeontool/" -SRC_URI="http://people.freedesktop.org/~airlied/${PN}/${P}.tar.bz2" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="" - -RDEPEND="x11-libs/libpciaccess" -DEPEND="${RDEPEND}" - -src_install() { - emake install DESTDIR="${D}" -} |