commit: 88c5619b97b29c6f36ee30d20387aef6e99902eb Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Tue Oct 25 03:58:14 2016 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Oct 25 03:58:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=88c5619b
x11-apps/radeontop: Delete (already in the main tree) profiles/package.mask | 1 - x11-apps/radeontop/metadata.xml | 8 ------- x11-apps/radeontop/radeontop-0.7.ebuild | 36 -------------------------------- x11-apps/radeontop/radeontop-9999.ebuild | 36 -------------------------------- 4 files changed, 81 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index f5d8c18..88dd47a 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/metadata.xml b/x11-apps/radeontop/metadata.xml deleted file mode 100644 index c753f86..0000000 --- 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>[email protected]</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 16f7383..0000000 --- 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 1a09ead..0000000 --- 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 -}
