summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/radeontop/radeontop-9999.ebuild')
-rw-r--r--x11-apps/radeontop/radeontop-9999.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-apps/radeontop/radeontop-9999.ebuild b/x11-apps/radeontop/radeontop-9999.ebuild
deleted file mode 100644
index 1a09ead9..00000000
--- a/x11-apps/radeontop/radeontop-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs git-r3
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop"
-LICENSE="GPL-3"
-EGIT_REPO_URI="https://github.com/clbr/radeontop.git"
-
-SLOT="0"
-KEYWORDS=""
-IUSE="nls"
-
-RDEPEND="
- sys-libs/ncurses
- x11-libs/libpciaccess
- nls? ( sys-libs/ncurses[unicode] virtual/libintl )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- epatch_user
-}
-
-src_configure() {
- tc-export CC
- export nls=$(usex nls 1 0)
- # Do not add -g or -s to CFLAGS
- export plain=1
-}