From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1549698-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A66915800A for <garchives@archives.gentoo.org>; Sat, 26 Aug 2023 13:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD35B2BC187; Sat, 26 Aug 2023 13:41:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F7A02BC187 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 13:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4679335CB7 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 13:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD631044 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 13:41:10 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1693057204.c18a079d0c838736cf1ae56f0938fead08bbc795.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rovclock/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/rovclock/rovclock-0.6e-r1.ebuild X-VCS-Directories: media-video/rovclock/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c18a079d0c838736cf1ae56f0938fead08bbc795 X-VCS-Branch: master Date: Sat, 26 Aug 2023 13:41:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 617c2eed-cc80-45e9-9723-a3e1460be5cc X-Archives-Hash: 190fc9161480f67f30c384589bda06f0 commit: c18a079d0c838736cf1ae56f0938fead08bbc795 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 26 13:36:07 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 26 13:40:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18a079d media-video/rovclock: drop 0.6e-r1 Closes: https://bugs.gentoo.org/913063 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-video/rovclock/rovclock-0.6e-r1.ebuild | 29 ---------------------------- 1 file changed, 29 deletions(-) diff --git a/media-video/rovclock/rovclock-0.6e-r1.ebuild b/media-video/rovclock/rovclock-0.6e-r1.ebuild deleted file mode 100644 index aea8f6f2c553..000000000000 --- a/media-video/rovclock/rovclock-0.6e-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Overclocking utility for ATI Radeon cards" -HOMEPAGE="http://www.hasw.net/linux/" -SRC_URI="http://www.hasw.net/linux/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -src_prepare() { - eapply "${FILESDIR}"/${P}-ldflags.patch - default -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dosbin rovclock - dodoc ChangeLog README -}