public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/
Date: Wed, 14 Aug 2019 07:18:24 +0000 (UTC)	[thread overview]
Message-ID: <1565767090.d8cbf406cdaec296bf868d05ddb7cfd8dbe5aa66.juippis@gentoo> (raw)

commit:     d8cbf406cdaec296bf868d05ddb7cfd8dbe5aa66
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Aug 13 18:09:34 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 07:18:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cbf406

app-misc/radeontop: remove old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12700
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/radeontop/Manifest                |  2 --
 app-misc/radeontop/radeontop-1.0-r1.ebuild | 54 ------------------------------
 app-misc/radeontop/radeontop-1.1.ebuild    | 54 ------------------------------
 3 files changed, 110 deletions(-)

diff --git a/app-misc/radeontop/Manifest b/app-misc/radeontop/Manifest
index e11d5e3b37b..151d26a0f7d 100644
--- a/app-misc/radeontop/Manifest
+++ b/app-misc/radeontop/Manifest
@@ -1,3 +1 @@
-DIST radeontop-1.0.tar.gz 32677 BLAKE2B e3445c400dff0f8afaa743d349477b67ccc4da187cbf979fe42c63b9e60f246f54e5fa2076ef6af789fea093c175d0ec66fa9f0f30bfb926a28f1aa12f2b10cf SHA512 bd7e8ecff962d8ac3072f3f1fa7a5d9981e2da28b38a1f234f6fe550511c3fbda2c1c6e9a6d1120bf99ef3ae621a91ff67c451eaf98dfa1264e9e6a59ae55e08
-DIST radeontop-1.1.tar.gz 33527 BLAKE2B 920376e5fb8acffb181b7a9e1362f46bad2de66fcf3665dc212f931d9b6fb9bf3f6765e2f8de78f8b2ba7d13cc5baae3e4d3b0612a1097f917420a43b3215f8d SHA512 abf4e51582cc668e1abbcd87bfa6ec5f16a301c3327a276a6f27fe928f780acf1442a696bb00bdbd3e8cad21a1416ffcf500a865dd4bac9517fac1a43d851c5a
 DIST radeontop-1.2.tar.gz 35319 BLAKE2B 52a92b86379c9340b8f59b3039a4ad725827e1b3ee2bb7d2f544d6ec8730e03ab1baab266edbc263195e68ca56a4e7b3f251337401775fff588fbfb8bae0751d SHA512 f36c2e418fe8add77080642e575b99c092afeda24811f33ee161a8c9341decb611f631e5511a5255089d63e172eda6836295e5795c3ebd3f5cad172f7599d862

diff --git a/app-misc/radeontop/radeontop-1.0-r1.ebuild b/app-misc/radeontop/radeontop-1.0-r1.ebuild
deleted file mode 100644
index dbe582980fc..00000000000
--- a/app-misc/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/app-misc/radeontop/radeontop-1.1.ebuild b/app-misc/radeontop/radeontop-1.1.ebuild
deleted file mode 100644
index aea4af8f943..00000000000
--- a/app-misc/radeontop/radeontop-1.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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}
-	nls? ( sys-devel/gettext )
-"
-BDEPEND="virtual/pkgconfig"
-
-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
-}


             reply	other threads:[~2019-08-14  7:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-14  7:18 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 15:52 [gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/ Arthur Zamarin
2025-03-15 15:52 Arthur Zamarin
2025-01-05 19:28 Sam James
2023-03-05 11:19 Sam James
2022-11-18  8:08 WANG Xuerui
2022-11-11 11:13 Georgy Yakovlev
2021-12-12 19:37 Conrad Kostecki
2021-08-26 13:04 Benda XU
2021-02-17 19:33 Conrad Kostecki
2021-02-17 19:33 Conrad Kostecki
2021-02-13 11:59 Conrad Kostecki
2021-02-13 11:59 Conrad Kostecki
2021-02-13 11:59 Conrad Kostecki
2021-02-03 10:33 Joonas Niilola
2020-08-16 18:55 Jonas Stein
2019-08-06 18:26 Michał Górny
2019-08-02 19:04 Joonas Niilola
2018-08-23 19:57 Michał Górny
2018-08-23 19:57 Michał Górny
2018-08-23 19:57 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565767090.d8cbf406cdaec296bf868d05ddb7cfd8dbe5aa66.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox