diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-25 07:36:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-25 07:36:27 +0100 |
commit | 43793fab84041cfc5c60c0151d1591b8a69fb24a (patch) | |
tree | 6208a7f4fc744684fce0f55acbb47511acace498 /x11-apps/radeontop | |
parent | 28e3d252dc8ac8a5635206dfefe1cfe05058d1db (diff) |
gentoo resync : 25.08.2018
Diffstat (limited to 'x11-apps/radeontop')
-rw-r--r-- | x11-apps/radeontop/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/radeontop/metadata.xml | 8 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-1.0-r1.ebuild | 54 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-9999.ebuild | 39 |
4 files changed, 0 insertions, 105 deletions
diff --git a/x11-apps/radeontop/Manifest b/x11-apps/radeontop/Manifest deleted file mode 100644 index 2ad4c2a47d9e..000000000000 --- a/x11-apps/radeontop/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST radeontop-1.0.tar.gz 32677 BLAKE2B e3445c400dff0f8afaa743d349477b67ccc4da187cbf979fe42c63b9e60f246f54e5fa2076ef6af789fea093c175d0ec66fa9f0f30bfb926a28f1aa12f2b10cf SHA512 bd7e8ecff962d8ac3072f3f1fa7a5d9981e2da28b38a1f234f6fe550511c3fbda2c1c6e9a6d1120bf99ef3ae621a91ff67c451eaf98dfa1264e9e6a59ae55e08 -EBUILD radeontop-1.0-r1.ebuild 946 BLAKE2B 6dcfb167e77aefa263764053f0684befc113d832bc81c4ba9d81e352ed0c8b87c2090c2e4982dc67fd2d5d0b538ec549aba84871268f41115c569911e2512545 SHA512 2d129777b521aee7510afb4dd4768e289e85358cf459113b0fbdee379f0075fdb1b5000ded11ed50330564e91863d1fa60ee4e856bb0796135f31e1464cac611 -EBUILD radeontop-9999.ebuild 739 BLAKE2B 7afd099c314bfd0399802a2f0dc5282d8a185719f9a5047120dcfacaccf247ec004447a25854e2f8579ff6e9049a858398c5d30fb52969678bf979530d96f70f SHA512 2d9ad6242ac7e7e4cb53db8a041b4494009163e7b6b9d299bbebd20aaccbcda4978b31227f44842904a4e65ac499d2ab2ff8fc58325b185d7ab156d8d6875202 -MISC metadata.xml 245 BLAKE2B 12440cccfbe49281faa7de1bf6579a53bf4e3ed4e07d40cff3f0e218ddda90e3b2fe45cf75d0e10c25f9ced1eee436aaa93dd2a859d34a5d278b47cd4c718b95 SHA512 49b8c90c9dde8331133ea5d9c026880dd1915a514d04f516d79c73b4c270e0b90f4fc36e654e0f9b508dcee5fc58c49c3dd060989f4ca0e3187b5f6800d2504a 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 -} |