diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 16:06:11 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 16:06:11 +0100 |
commit | fd4aba788aa7013c8f7aa56d9fa5d1d1753a31d2 (patch) | |
tree | e1f7678596ebf3f2199e0ec4daea524d03efd6ff /x11-apps | |
parent | x11-apps/xkbset: Fix description (diff) | |
download | gentoo-fd4aba788aa7013c8f7aa56d9fa5d1d1753a31d2.tar.gz gentoo-fd4aba788aa7013c8f7aa56d9fa5d1d1753a31d2.tar.bz2 gentoo-fd4aba788aa7013c8f7aa56d9fa5d1d1753a31d2.zip |
x11-apps/radeontop: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/radeontop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-0.8.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/x11-apps/radeontop/Manifest b/x11-apps/radeontop/Manifest index 91b15c4003dc..eb0840952d10 100644 --- a/x11-apps/radeontop/Manifest +++ b/x11-apps/radeontop/Manifest @@ -1,2 +1 @@ -DIST radeontop-0.8.tar.gz 29719 SHA256 4430e1aaca895d70ea496a9b14010d9d94cadd6269b28a66104af89ff29d8489 SHA512 8c711377a617cc071599ef2c3355bb1f5e68aa69e2999396272a93657c5ba448005e0829dea34666e88466c9fd7da2f58cf44ccd542be4d63a72b3ae3e1fc04a WHIRLPOOL 4c95e3aca57ad75d71f15969b91131eb7e4a73e686ca22cc2df8f2e946327ccc41d8dabc02930e3d2cdb292758887864ce4ab3e4a1c6bf799c934fe1df857665 DIST radeontop-0.9.tar.gz 31186 SHA256 e78a56d1222c8a45f08f09409f178ddda83461085b012e5ba54b716e6c8dd61d SHA512 d219e000c3ed39e3022c8316a3412f423b363abafefb3d8d6e80fa2ac505084afaf4a18b3f6bba5918f29c1a659668e07c08d02a6fdbf9ef1764758350db449a WHIRLPOOL 744834650ae98fd87e34ca1511183a1c3a9e1b215b3a31e7872b8329f7bfd8d97df33a9425e47d2c6169412f8000b516f09526978fee4042016a76e8574f1cd6 diff --git a/x11-apps/radeontop/radeontop-0.8.ebuild b/x11-apps/radeontop/radeontop-0.8.ebuild deleted file mode 100644 index fc899a072713..000000000000 --- a/x11-apps/radeontop/radeontop-0.8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Utility to view Radeon GPU utilization" -HOMEPAGE="https://github.com/clbr/radeontop" -LICENSE="GPL-3" -SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=" - sys-libs/ncurses - x11-libs/libpciaccess - x11-libs/libdrm - nls? ( sys-libs/ncurses[unicode] virtual/libintl ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -src_prepare() { - epatch_user - -cat > include/version.h << EOF || die -#ifndef VER_H -#define VER_H - -#define VERSION "${PV}" - -#endif -EOF - >getver.sh || die - touch .git || die -} - -src_configure() { - tc-export CC - export nls=$(usex nls 1 0) - # Do not add -g or -s to CFLAGS - export plain=1 -} |