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 B1FF3158041 for ; Wed, 8 Sep 2021 09:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36C86E089C; Wed, 8 Sep 2021 09:37:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B8BC5E089C for ; Wed, 8 Sep 2021 09:37:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 70A3D342ACC for ; Wed, 8 Sep 2021 09:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA0D279 for ; Wed, 8 Sep 2021 09:37:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1631093826.b9021de41c321f0925c8568e4b645e4748cf7578.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/colorized-logs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/colorized-logs/colorized-logs-2.6.ebuild X-VCS-Directories: sys-apps/colorized-logs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b9021de41c321f0925c8568e4b645e4748cf7578 X-VCS-Branch: master Date: Wed, 8 Sep 2021 09:37:13 +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: a7264477-5889-4056-82b0-e6d4dd597656 X-Archives-Hash: bad9a9c9b5c39e7d769b465e6cc43c3f commit: b9021de41c321f0925c8568e4b645e4748cf7578 Author: Pacho Ramos gentoo org> AuthorDate: Wed Sep 8 09:37:06 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Sep 8 09:37:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9021de4 sys-apps/colorized-logs: Migrate to cmake.eclass Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> sys-apps/colorized-logs/colorized-logs-2.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/colorized-logs/colorized-logs-2.6.ebuild b/sys-apps/colorized-logs/colorized-logs-2.6.ebuild index 389adea29c5..1418d2bd362 100644 --- a/sys-apps/colorized-logs/colorized-logs-2.6.ebuild +++ b/sys-apps/colorized-logs/colorized-logs-2.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -inherit cmake-utils +EAPI=8 +inherit cmake DESCRIPTION="Tools for logs with ANSI color" HOMEPAGE="https://github.com/kilobyte/colorized-logs/" @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="${DEPEND}" src_install() { - cmake-utils_src_install + cmake_src_install # Rename to not collide with dev-python/ansi2html mv "${ED}/usr/bin/ansi2html" "${ED}/usr/bin/cl-ansi2html" || die mv "${ED}/usr/share/man/man1/ansi2html.1" "${ED}/usr/share/man/man1/cl-ansi2html.1" || die