diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-13 20:24:24 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-22 20:49:35 +0200 |
commit | 2fe883d1cbdc4e7149e118a07f9285842544fb85 (patch) | |
tree | 9b746210c506a1e4fc8fece7a7a8f4173e6cff75 /app-misc/banner | |
parent | app-forensics/unhide: add 20220611 (diff) | |
download | gentoo-2fe883d1cbdc4e7149e118a07f9285842544fb85.tar.gz gentoo-2fe883d1cbdc4e7149e118a07f9285842544fb85.tar.bz2 gentoo-2fe883d1cbdc4e7149e118a07f9285842544fb85.zip |
app-misc/banner: add 1.3.6
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37144
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/banner')
-rw-r--r-- | app-misc/banner/Manifest | 1 | ||||
-rw-r--r-- | app-misc/banner/banner-1.3.6.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/banner/Manifest b/app-misc/banner/Manifest index 6d878827c406..1b6a18db40c1 100644 --- a/app-misc/banner/Manifest +++ b/app-misc/banner/Manifest @@ -1 +1,2 @@ DIST BANNER_V1.3.5.tar.gz 135190 BLAKE2B 4accf00ad92f0351a1df49d3cb6451a71ee7f929fc6f2b25aee7fc6898780944b71cecf8070dc186888a9fb7580213ef2111a5086fc396f3c7e242e678cf8270 SHA512 6f2d79f1d76533fac920aa2984258e3f5278c40692d2b2dcae560734dcd5b06fcc8c99f266abdc91fb272eb291906bcea747f5ee53a67a4a5cb99179941897c3 +DIST BANNER_V1.3.6.tar.gz 139693 BLAKE2B f41dd6861f5c90c797468b55f0fda9909fff396e0820a4353371398d04470d1691c38685d0746b6e94d0b17f98b57ff677feebdb7685e098a97d5d9c1a06bec8 SHA512 82eb4a7d9166900bde7fec0f1df69db30241451d0b3c321cad4c44312632f72b6261767b67c2ed4bacf551a9f52bf417c5765649fbe3c6951eccef5c18295be7 diff --git a/app-misc/banner/banner-1.3.6.ebuild b/app-misc/banner/banner-1.3.6.ebuild new file mode 100644 index 000000000000..647769d016ad --- /dev/null +++ b/app-misc/banner/banner-1.3.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The well known banner program for Linux" +HOMEPAGE="https://github.com/pronovic/banner" +SRC_URI="https://github.com/pronovic/${PN}/archive/BANNER_V${PV}.tar.gz" +S="${WORKDIR}/${PN}-${PN^^}_V${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="!<=games-misc/bsd-games-3" |