From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/supercat/Manifest | 5 +++++ app-misc/supercat/metadata.xml | 8 ++++++++ app-misc/supercat/supercat-0.5.5-r2.ebuild | 20 ++++++++++++++++++++ app-misc/supercat/supercat-0.5.6.ebuild | 20 ++++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 app-misc/supercat/Manifest create mode 100644 app-misc/supercat/metadata.xml create mode 100644 app-misc/supercat/supercat-0.5.5-r2.ebuild create mode 100644 app-misc/supercat/supercat-0.5.6.ebuild (limited to 'app-misc/supercat') diff --git a/app-misc/supercat/Manifest b/app-misc/supercat/Manifest new file mode 100644 index 000000000000..591ffb8d6a21 --- /dev/null +++ b/app-misc/supercat/Manifest @@ -0,0 +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/metadata.xml b/app-misc/supercat/metadata.xml new file mode 100644 index 000000000000..3cf14bf74636 --- /dev/null +++ b/app-misc/supercat/metadata.xml @@ -0,0 +1,8 @@ + + + + + shell-tools@gentoo.org + Gentoo Shell Tools Project + + diff --git a/app-misc/supercat/supercat-0.5.5-r2.ebuild b/app-misc/supercat/supercat-0.5.5-r2.ebuild new file mode 100644 index 000000000000..815957d6c770 --- /dev/null +++ b/app-misc/supercat/supercat-0.5.5-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 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 +} 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 +} -- cgit v1.2.3