diff options
author | Matt Turner <mattst88@gmail.com> | 2016-10-24 20:58:14 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2016-10-24 20:58:14 -0700 |
commit | 88c5619b97b29c6f36ee30d20387aef6e99902eb (patch) | |
tree | 199a5b46081e4bcc46ac50dd0181b5de70cc0514 | |
parent | x11-libs/libXfont: Delete (moved to main tree) (diff) | |
download | x11-88c5619b97b29c6f36ee30d20387aef6e99902eb.tar.gz x11-88c5619b97b29c6f36ee30d20387aef6e99902eb.tar.bz2 x11-88c5619b97b29c6f36ee30d20387aef6e99902eb.zip |
x11-apps/radeontop: Delete (already in the main tree)
-rw-r--r-- | profiles/package.mask | 1 | ||||
-rw-r--r-- | x11-apps/radeontop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/radeontop/metadata.xml | 8 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-0.7.ebuild | 36 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-9999.ebuild | 36 |
5 files changed, 0 insertions, 82 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index f5d8c18f..88dd47a6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -2,7 +2,6 @@ =dev-libs/libevdev-9999 =x11-apps/mkfontdir-9999 =x11-apps/mkfontscale-9999 -=x11-apps/radeontop-9999 =x11-apps/smproxy-9999 =x11-apps/x11perf-9999 =x11-apps/xcursorgen-9999 diff --git a/x11-apps/radeontop/Manifest b/x11-apps/radeontop/Manifest deleted file mode 100644 index 4593e2d6..00000000 --- a/x11-apps/radeontop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST radeontop-0.7.tar.gz 28353 SHA256 57542644d95a05e321223b2137836cc300935d8615110ed134c2d83e3ff0058d SHA512 92d98c0849ebfabaa0b7086461e41c736020e4a9af1e5e31dc0d2e098496a6eebb878fd4a5694035a9bb48f33267e31802063e413becf8f9c2924355fdf60b81 WHIRLPOOL 045c1ee5a6dcc1c2fbe6ec86fabad9723938298685e37fa0efc6967ab621ac9087832a10b636424e8d9f1c8fdb5d403a64a1fe0a0bea79810ed7d5f751723a10 diff --git a/x11-apps/radeontop/metadata.xml b/x11-apps/radeontop/metadata.xml deleted file mode 100644 index c753f866..00000000 --- a/x11-apps/radeontop/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>nikoli@gmx.us</email> - <name>Nikoli</name> - </maintainer> -</pkgmetadata> diff --git a/x11-apps/radeontop/radeontop-0.7.ebuild b/x11-apps/radeontop/radeontop-0.7.ebuild deleted file mode 100644 index 16f7383d..00000000 --- a/x11-apps/radeontop/radeontop-0.7.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 - -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 - 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 -} 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 -} |