summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-08-23 08:53:27 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-23 21:53:15 +0200
commitced858e6b6a454705d725e2f31d1d942e7667b04 (patch)
tree691bdda43f79ba8c7cd92dc2e4045f17535daa2f /x11-apps
parentgames-roguelike/nethack: Bump to 3.6.1 (diff)
downloadgentoo-ced858e6b6a454705d725e2f31d1d942e7667b04.tar.gz
gentoo-ced858e6b6a454705d725e2f31d1d942e7667b04.tar.bz2
gentoo-ced858e6b6a454705d725e2f31d1d942e7667b04.zip
move x11-apps/radeontop -> app-misc/radeontop
Closes: https://bugs.gentoo.org/571848
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/radeontop/Manifest1
-rw-r--r--x11-apps/radeontop/metadata.xml8
-rw-r--r--x11-apps/radeontop/radeontop-1.0-r1.ebuild54
-rw-r--r--x11-apps/radeontop/radeontop-9999.ebuild39
4 files changed, 0 insertions, 102 deletions
diff --git a/x11-apps/radeontop/Manifest b/x11-apps/radeontop/Manifest
deleted file mode 100644
index dbbad14e4eaf..000000000000
--- a/x11-apps/radeontop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST radeontop-1.0.tar.gz 32677 BLAKE2B e3445c400dff0f8afaa743d349477b67ccc4da187cbf979fe42c63b9e60f246f54e5fa2076ef6af789fea093c175d0ec66fa9f0f30bfb926a28f1aa12f2b10cf SHA512 bd7e8ecff962d8ac3072f3f1fa7a5d9981e2da28b38a1f234f6fe550511c3fbda2c1c6e9a6d1120bf99ef3ae621a91ff67c451eaf98dfa1264e9e6a59ae55e08
diff --git a/x11-apps/radeontop/metadata.xml b/x11-apps/radeontop/metadata.xml
deleted file mode 100644
index 0fad074d0738..000000000000
--- 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-needed -->
- <upstream>
- <remote-id type="github">clbr/radeontop</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-apps/radeontop/radeontop-1.0-r1.ebuild b/x11-apps/radeontop/radeontop-1.0-r1.ebuild
deleted file mode 100644
index dbe582980fc9..000000000000
--- a/x11-apps/radeontop/radeontop-1.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop"
-SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
- sys-libs/ncurses:0=
- x11-libs/libdrm
- x11-libs/libpciaccess
- x11-libs/libxcb
- nls? (
- sys-libs/ncurses:0=[unicode]
- virtual/libintl
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- default
-
- 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 LIBDIR=$(get_libdir)
- export nls=$(usex nls 1 0)
- export amdgpu=1
- export xcb=1
- # 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 4c1bafa1eb80..000000000000
--- a/x11-apps/radeontop/radeontop-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs git-r3
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop"
-EGIT_REPO_URI="https://github.com/clbr/radeontop.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="nls"
-
-RDEPEND="
- sys-libs/ncurses:0=
- x11-libs/libdrm
- x11-libs/libpciaccess
- x11-libs/libxcb
- nls? (
- sys-libs/ncurses:0=[unicode]
- virtual/libintl
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_configure() {
- tc-export CC
- export LIBDIR=$(get_libdir)
- export nls=$(usex nls 1 0)
- export amdgpu=1
- export xcb=1
- # Do not add -g or -s to CFLAGS
- export plain=1
-}