x11-apps/radeontop: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Sun, 13 Mar 2016 15:06:11 +0000 (16:06 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 13 Mar 2016 15:06:11 +0000 (16:06 +0100)
Package-Manager: portage-2.2.28

x11-apps/radeontop/Manifest
x11-apps/radeontop/radeontop-0.8.ebuild [deleted file]

index 91b15c4003dc09c9302d326339a88fa0ad48ce82..eb0840952d10644986f042505fa3f7e84fe99689 100644 (file)
@@ -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 (file)
index fc899a0..0000000
+++ /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
-}