From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/radeontop/
Date: Fri, 11 Sep 2015 21:57:19 +0000 (UTC) [thread overview]
Message-ID: <1442008626.274a728817deeb7a412b6147791ec1dd603a5834.mrueg@gentoo> (raw)
commit: 274a728817deeb7a412b6147791ec1dd603a5834
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 21:56:20 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 21:57:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274a7288
x11-apps/radeontop: Remove old
Package-Manager: portage-2.2.20.1
x11-apps/radeontop/Manifest | 1 -
x11-apps/radeontop/radeontop-0.7-r1.ebuild | 47 ------------------------------
2 files changed, 48 deletions(-)
diff --git a/x11-apps/radeontop/Manifest b/x11-apps/radeontop/Manifest
index 810fef9..91b15c4 100644
--- a/x11-apps/radeontop/Manifest
+++ b/x11-apps/radeontop/Manifest
@@ -1,3 +1,2 @@
-DIST radeontop-0.7.tar.gz 28353 SHA256 57542644d95a05e321223b2137836cc300935d8615110ed134c2d83e3ff0058d SHA512 92d98c0849ebfabaa0b7086461e41c736020e4a9af1e5e31dc0d2e098496a6eebb878fd4a5694035a9bb48f33267e31802063e413becf8f9c2924355fdf60b81 WHIRLPOOL 045c1ee5a6dcc1c2fbe6ec86fabad9723938298685e37fa0efc6967ab621ac9087832a10b636424e8d9f1c8fdb5d403a64a1fe0a0bea79810ed7d5f751723a10
DIST radeontop-0.8.tar.gz 29719 SHA256 4430e1aaca895d70ea496a9b14010d9d94cadd6269b28a66104af89ff29d8489 SHA512 8c711377a617cc071599ef2c3355bb1f5e68aa69e2999396272a93657c5ba448005e0829dea34666e88466c9fd7da2f58cf44ccd542be4d63a72b3ae3e1fc04a WHIRLPOOL 4c95e3aca57ad75d71f15969b91131eb7e4a73e686ca22cc2df8f2e946327ccc41d8dabc02930e3d2cdb292758887864ce4ab3e4a1c6bf799c934fe1df857665
DIST radeontop-0.9.tar.gz 31186 SHA256 e78a56d1222c8a45f08f09409f178ddda83461085b012e5ba54b716e6c8dd61d SHA512 d219e000c3ed39e3022c8316a3412f423b363abafefb3d8d6e80fa2ac505084afaf4a18b3f6bba5918f29c1a659668e07c08d02a6fdbf9ef1764758350db449a WHIRLPOOL 744834650ae98fd87e34ca1511183a1c3a9e1b215b3a31e7872b8329f7bfd8d97df33a9425e47d2c6169412f8000b516f09526978fee4042016a76e8574f1cd6
diff --git a/x11-apps/radeontop/radeontop-0.7-r1.ebuild b/x11-apps/radeontop/radeontop-0.7-r1.ebuild
deleted file mode 100644
index b0f467c..0000000
--- a/x11-apps/radeontop/radeontop-0.7-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 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
-
-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 nls=$(usex nls 1 0)
- # Do not add -g or -s to CFLAGS
- export plain=1
-}
next reply other threads:[~2015-09-11 21:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 21:57 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-03 6:20 [gentoo-commits] repo/gentoo:master commit in: x11-apps/radeontop/ Michael Palimaka
2017-04-02 16:46 David Seifert
2017-03-16 19:13 David Seifert
2017-03-06 1:52 Göktürk Yüksek
2016-03-13 15:09 Manuel Rüger
2015-09-11 21:57 Manuel Rüger
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=1442008626.274a728817deeb7a412b6147791ec1dd603a5834.mrueg@gentoo \
--to=mrueg@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