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.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 3A5C9158089 for ; Mon, 18 Sep 2023 09:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231F32BC038; Mon, 18 Sep 2023 09:20:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 076AF2BC038 for ; Mon, 18 Sep 2023 09:20:18 +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 0C15C335CB7 for ; Mon, 18 Sep 2023 09:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F35211D9 for ; Mon, 18 Sep 2023 09:20:15 +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: <1695028285.c699a4ce932b82aaa8f9ea7d1810185a9061152e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/supercat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/supercat/Manifest app-misc/supercat/supercat-0.5.8.ebuild X-VCS-Directories: app-misc/supercat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c699a4ce932b82aaa8f9ea7d1810185a9061152e X-VCS-Branch: master Date: Mon, 18 Sep 2023 09:20:15 +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: 14cea69a-24c7-4514-97ab-6e84d2fc5da8 X-Archives-Hash: 6fa35bca22f62ab495fa6140c5293e19 commit: c699a4ce932b82aaa8f9ea7d1810185a9061152e Author: Pascal Jäger leimstift de> AuthorDate: Thu Sep 7 06:44:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 18 09:11:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c699a4ce app-misc/supercat: add 0.5.8 Signed-off-by: Pascal Jäger leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/32665 Signed-off-by: Sam James gentoo.org> app-misc/supercat/Manifest | 1 + app-misc/supercat/supercat-0.5.8.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/app-misc/supercat/Manifest b/app-misc/supercat/Manifest index 65c78b149ca4..878ca5d794d1 100644 --- a/app-misc/supercat/Manifest +++ b/app-misc/supercat/Manifest @@ -1 +1,2 @@ DIST supercat-0.5.7.tar.gz 154020 BLAKE2B 8b3852d174863a1249bd71345049791827e2dba41e2d9d3426bdd2f98c395b01e804337813492efc46cd9c0950526aa26cc909f056b2f1f7c2dbdecb8129da63 SHA512 36b9d1e24edc8b83f0e87a401a99188ac53ab8b69c3ba2b196c5dd6d21b034c9522f729e4805238ce6cd28622f78c1e4dfbee93acd23ed2faa87da8e41d5647d +DIST supercat-0.5.8.tar.gz 148797 BLAKE2B 56ee4fc1db1605e2474c7ba6ebc890b5b843bc86bd8717f8550befd8e82d160e4508c65c91266e1c15223ab3675d95be0e4d7e700c3e7dc34744429e90ffb589 SHA512 6050b2c9e55798143a5673ba2855a574339377d0508354d538e1619a25e0827e758b00227d824f5b5368c80a2b4d1eda601d16a9925f712413babda3c6e39434 diff --git a/app-misc/supercat/supercat-0.5.8.ebuild b/app-misc/supercat/supercat-0.5.8.ebuild new file mode 100644 index 000000000000..1aa1f0ad35ca --- /dev/null +++ b/app-misc/supercat/supercat-0.5.8.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A text file colorizer using powerful regular expressions" +HOMEPAGE="http://supercat.nosredna.net" +SRC_URI="http://supercat.nosredna.net/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + +src_configure() { + econf --with-system-directory="${EPREFIX}/etc/supercat" +}