From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8D3D13835A for ; Sat, 3 Apr 2021 21:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C27FE0896; Sat, 3 Apr 2021 21:58:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36147E0898 for ; Sat, 3 Apr 2021 21:58:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61B19340C40 for ; Sat, 3 Apr 2021 21:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 083256EB for ; Sat, 3 Apr 2021 21:58:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617487095.b1c6018c3eed20a461fa02fa6302a36785c093ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/color/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/color/color-1.2-r2.ebuild X-VCS-Directories: app-misc/color/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1c6018c3eed20a461fa02fa6302a36785c093ea X-VCS-Branch: master Date: Sat, 3 Apr 2021 21:58:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e071a566-3415-45a7-a838-ee57bf4fcc58 X-Archives-Hash: 9bc2aa92edc68d919319160a3fa1dcb8 commit: b1c6018c3eed20a461fa02fa6302a36785c093ea Author: Matt Smith offtopica uk> AuthorDate: Sat Apr 3 16:45:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 21:58:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c6018c app-misc/color: Remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith offtopica.uk> Signed-off-by: Sam James gentoo.org> app-misc/color/color-1.2-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/color/color-1.2-r2.ebuild b/app-misc/color/color-1.2-r2.ebuild index 1f428eea383..04850977dee 100644 --- a/app-misc/color/color-1.2-r2.ebuild +++ b/app-misc/color/color-1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Easily add ANSI colouring to shell scripts" HOMEPAGE="http://www.runslinux.net/?page_id=10" @@ -12,7 +12,6 @@ SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" -IUSE="" src_prepare() { eapply "${FILESDIR}"/${PV}-ldflags.patch