summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-12-18 00:26:41 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-12-18 00:26:41 +0000
commit153a45468d92f8d5566eec8d39b7491c6282271d (patch)
treed27f0d90f2607fbb55bc2f09c1ef30115b1909fc /app-laptop/radeontool
parentVersion bump. Rendering fixes, documentation and translation updates. (diff)
downloadgentoo-2-153a45468d92f8d5566eec8d39b7491c6282271d.tar.gz
gentoo-2-153a45468d92f8d5566eec8d39b7491c6282271d.tar.bz2
gentoo-2-153a45468d92f8d5566eec8d39b7491c6282271d.zip
Follow the xorg fork instead of the old unmaintained version. Now useful for ALL Radeon cards, not just laptops.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/radeontool')
-rw-r--r--app-laptop/radeontool/ChangeLog9
-rw-r--r--app-laptop/radeontool/radeontool-1.6.0.ebuild24
2 files changed, 32 insertions, 1 deletions
diff --git a/app-laptop/radeontool/ChangeLog b/app-laptop/radeontool/ChangeLog
index 0e5390bf1735..6a5fad15df6a 100644
--- a/app-laptop/radeontool/ChangeLog
+++ b/app-laptop/radeontool/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-laptop/radeontool
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/ChangeLog,v 1.22 2009/10/16 18:53:02 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/ChangeLog,v 1.23 2009/12/18 00:26:41 robbat2 Exp $
+
+*radeontool-1.6.0 (18 Dec 2009)
+
+ 18 Dec 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +radeontool-1.6.0.ebuild:
+ Follow the xorg fork instead of the old unmaintained version. Now useful
+ for ALL Radeon cards, not just laptops.
16 Oct 2009; Thilo Bangert <bangert@gentoo.org> radeontool-1.5-r3.ebuild:
respect LDFLAGS (bug #262889)
diff --git a/app-laptop/radeontool/radeontool-1.6.0.ebuild b/app-laptop/radeontool/radeontool-1.6.0.ebuild
new file mode 100644
index 000000000000..d7effadc3b4d
--- /dev/null
+++ b/app-laptop/radeontool/radeontool-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.6.0.ebuild,v 1.1 2009/12/18 00:26:41 robbat2 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}"
+}