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 2F5521382C5 for ; Tue, 15 May 2018 22:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64FC9E083B; Tue, 15 May 2018 22:03:29 +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 409C8E083B for ; Tue, 15 May 2018 22:03:29 +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 EE207335C0C for ; Tue, 15 May 2018 22:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CFF672 for ; Tue, 15 May 2018 22:03:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1526421793.6b0f4416166d903005e7079807cb773577b3eb8b.monsieurp@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.6.ebuild X-VCS-Directories: app-misc/supercat/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6b0f4416166d903005e7079807cb773577b3eb8b X-VCS-Branch: master Date: Tue, 15 May 2018 22:03:26 +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-Archives-Salt: a7f11e83-4e24-4cdb-b941-8529895c5535 X-Archives-Hash: a7329754bf2f56300e79fc8cc4c12e8c commit: 6b0f4416166d903005e7079807cb773577b3eb8b Author: Patrice Clement gentoo org> AuthorDate: Tue May 15 22:03:13 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue May 15 22:03:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0f4416 app-misc/supercat: version bump. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-misc/supercat/Manifest | 1 + app-misc/supercat/supercat-0.5.6.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-misc/supercat/Manifest b/app-misc/supercat/Manifest index bbb7aed630c..ec753f13219 100644 --- a/app-misc/supercat/Manifest +++ b/app-misc/supercat/Manifest @@ -1 +1,2 @@ DIST supercat-0.5.5.tar.gz 103545 BLAKE2B dfe8b823307fe39762d050e8676ff3f296b0ba206a618695fd3c699bc51d1c52cc552764ba52c45cc2eb0af2e8565a5dc4f86871489f082f15ba579aa80a51f5 SHA512 24989935ea7b863638165f7102ae511b9be00ff4399f433fc9ec2fc33543eea907b8bd46e819d815344c8c8467bc702b9a5b32aa55bd21be2670237fa1d711de +DIST supercat-0.5.6.tar.gz 150193 BLAKE2B a289beceabee0bff8c25b3430803032c1192c470bd9b3ff188cd117dd60b58102ea070c7baa65bd3d5b05dc9ed9e7460fe92812c35de33ae7bed0bee1cf2cf28 SHA512 028c5935290a1e11520928b71024c29b0db437a6737c5f63d0a58dab3d855834b0ce2895fd86f6b5166cc25fe5a87845136fe3d6cf05df333cfbe5713cbd5f50 diff --git a/app-misc/supercat/supercat-0.5.6.ebuild b/app-misc/supercat/supercat-0.5.6.ebuild new file mode 100644 index 00000000000..1b91c5494e3 --- /dev/null +++ b/app-misc/supercat/supercat-0.5.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~x86-macos" + +src_configure() { + econf --with-system-directory="${EPREFIX}/etc/supercat" +} + +src_install() { + default +}