summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2012-07-09 02:23:23 +0200
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2012-07-09 02:23:23 +0200
commit8348b1faba0e773ed2014c1ceb4809a8d8d8e2c7 (patch)
tree8cdb61dbabcf9821e0be978b69b774b1f7fa7625 /x11-apps
parentx11-drivers/xf86-video-intel: Fix copyright date (diff)
downloadx11-8348b1faba0e773ed2014c1ceb4809a8d8d8e2c7.tar.gz
x11-8348b1faba0e773ed2014c1ceb4809a8d8d8e2c7.tar.bz2
x11-8348b1faba0e773ed2014c1ceb4809a8d8d8e2c7.zip
x11-apps/radeontop: new ebuild
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/radeontop/radeontop-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/radeontop/radeontop-9999.ebuild b/x11-apps/radeontop/radeontop-9999.ebuild
new file mode 100644
index 00000000..50c5aefa
--- /dev/null
+++ b/x11-apps/radeontop/radeontop-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit git-2
+
+DESCRIPTION="Utility to view your Radeon GPU utilization"
+HOMEPAGE="https://github.com/clbr/radeontop/"
+LICENSE="GPL-3"
+EGIT_REPO_URI="https://github.com/clbr/${PN}.git"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses
+ x11-libs/libpciaccess"
+DEPEND="${RDEPEND}"