summaryrefslogtreecommitdiff
path: root/app-misc/supercat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-17 22:49:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-17 22:49:47 +0100
commit30c53e395853f5bfe805a1e429fcf26666eed8f8 (patch)
treea0670eaf9babda7b83503f7d36806a944bb49752 /app-misc/supercat
parentd302a5d7fc9caafba5c8a404f2891bb6ccdec311 (diff)
gentoo resync : 17.05.2018
Diffstat (limited to 'app-misc/supercat')
-rw-r--r--app-misc/supercat/Manifest2
-rw-r--r--app-misc/supercat/supercat-0.5.6.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/supercat/Manifest b/app-misc/supercat/Manifest
index c1eebfcb056d..591ffb8d6a21 100644
--- a/app-misc/supercat/Manifest
+++ b/app-misc/supercat/Manifest
@@ -1,3 +1,5 @@
DIST supercat-0.5.5.tar.gz 103545 BLAKE2B dfe8b823307fe39762d050e8676ff3f296b0ba206a618695fd3c699bc51d1c52cc552764ba52c45cc2eb0af2e8565a5dc4f86871489f082f15ba579aa80a51f5 SHA512 24989935ea7b863638165f7102ae511b9be00ff4399f433fc9ec2fc33543eea907b8bd46e819d815344c8c8467bc702b9a5b32aa55bd21be2670237fa1d711de
+DIST supercat-0.5.6.tar.gz 150193 BLAKE2B a289beceabee0bff8c25b3430803032c1192c470bd9b3ff188cd117dd60b58102ea070c7baa65bd3d5b05dc9ed9e7460fe92812c35de33ae7bed0bee1cf2cf28 SHA512 028c5935290a1e11520928b71024c29b0db437a6737c5f63d0a58dab3d855834b0ce2895fd86f6b5166cc25fe5a87845136fe3d6cf05df333cfbe5713cbd5f50
EBUILD supercat-0.5.5-r2.ebuild 478 BLAKE2B 5944b293ea0da4be37e53f01cb352573a6026a03bef2558b8a14d8e3c85e59298b4b2f2c4dcf39b9d2d849d4c885b3d94a462f7fe8a293179d5bc5763dc1cbde SHA512 a5c8abbc831998d555379a71cf79d4bc1f7d799905daaacf64a6646c636ec37936a704b0875181ecf0683352585bb125f6179e70561d3327ac06cef9a0555973
+EBUILD supercat-0.5.6.ebuild 482 BLAKE2B 58d2c3fabba32a82499f12243daca474011cd1939dbbb78176d333f27cf23f708305cc78e96a3b5f8dc92e90eaa44c5203b50781ff6a3cb7af956d4ec2b83e2a SHA512 7835d5ccb1faf3705051f16772bb602f1b2716496ad2574cdf5e6fec00988b33c473925fb0380495e308113cf88578140a15c425fa9b13b73f4fcd3f27dabb81
MISC metadata.xml 265 BLAKE2B 75452ad720a31a08fc0dcd02eec704c18b11bc0660686f9a320b85fc879f55a564ce9c3b6a8c710781b74c5e8eb3d0544c02a042fb35a0b62a5e1491f675296a SHA512 176f814d8c555e8726f36e012367b698e8a19a0662982621029a7f9190beecc5e6798e43c51698dc149364966cdeff7061121e54fa9d4cf2a3559a6ce4904e25
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 000000000000..1b91c5494e3d
--- /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
+}