diff options
author | Pascal Jäger <pascal.jaeger@leimstift.de> | 2023-09-07 08:44:33 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 10:11:25 +0100 |
commit | c699a4ce932b82aaa8f9ea7d1810185a9061152e (patch) | |
tree | 3e5922f7de6346911cc1ed291b2fef7d59961e16 /app-misc | |
parent | app-misc/when: add bitbucket upstream metadata (diff) | |
download | gentoo-c699a4ce932b82aaa8f9ea7d1810185a9061152e.tar.gz gentoo-c699a4ce932b82aaa8f9ea7d1810185a9061152e.tar.bz2 gentoo-c699a4ce932b82aaa8f9ea7d1810185a9061152e.zip |
app-misc/supercat: add 0.5.8
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/32665
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/supercat/Manifest | 1 | ||||
-rw-r--r-- | app-misc/supercat/supercat-0.5.8.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
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" +} |