From 8958d7d87cd262b964a9891b63d86dadaf51ea24 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 17 Mar 2021 09:01:37 +0000 Subject: app-misc/banner: drop 1.3.3, 1.3.4 Bug: https://bugs.gentoo.org/776430 Signed-off-by: Sam James --- app-misc/banner/Manifest | 2 -- app-misc/banner/banner-1.3.3.ebuild | 19 ------------------- app-misc/banner/banner-1.3.4.ebuild | 17 ----------------- 3 files changed, 38 deletions(-) delete mode 100644 app-misc/banner/banner-1.3.3.ebuild delete mode 100644 app-misc/banner/banner-1.3.4.ebuild (limited to 'app-misc/banner') diff --git a/app-misc/banner/Manifest b/app-misc/banner/Manifest index 6cf25185a5cd..6d878827c406 100644 --- a/app-misc/banner/Manifest +++ b/app-misc/banner/Manifest @@ -1,3 +1 @@ DIST BANNER_V1.3.5.tar.gz 135190 BLAKE2B 4accf00ad92f0351a1df49d3cb6451a71ee7f929fc6f2b25aee7fc6898780944b71cecf8070dc186888a9fb7580213ef2111a5086fc396f3c7e242e678cf8270 SHA512 6f2d79f1d76533fac920aa2984258e3f5278c40692d2b2dcae560734dcd5b06fcc8c99f266abdc91fb272eb291906bcea747f5ee53a67a4a5cb99179941897c3 -DIST banner-1.3.3.tar.gz 114237 BLAKE2B ea9773ce8b65ed7deb5ec377b53ab974bbb4760627788b461f5715b15f99bcde25e2f58f7fb69d937ede30de8f87be7eabb662a05c7d8c574df298446ba21649 SHA512 38f16f2a25bd7fb270056ebe43691c989a808891ecc75e4f794456d1752a07002efb7ba7b90a2000a40704e6b6f11760b47a3fe59deeb05ff3578f0d982f7d96 -DIST banner-1.3.4.tar.gz 120537 BLAKE2B c50952b7e4f73b896ef204914479ffe7c2ac2ec7a0d979f076a0134c3cc6280d01be448f08fe3914cca4b144798c1d9a68042826ec81f55353596be1c3420aa8 SHA512 c98b4b690e73d04fd9731a291e80e89b234f1af47541fbb2eb9edcb987a7c029485dedc1eef6a479fe4f876cfd4d41b090bf6c3685a8c54e4c658b76cc9cec20 diff --git a/app-misc/banner/banner-1.3.3.ebuild b/app-misc/banner/banner-1.3.3.ebuild deleted file mode 100644 index cf588c0fb915..000000000000 --- a/app-misc/banner/banner-1.3.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="The well known banner program for Linux" -HOMEPAGE="http://cedar-solutions.com" -SRC_URI="http://cedar-solutions.com/ftp/software/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" - -DEPEND="!games-misc/bsd-games" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ctype.h.patch -} diff --git a/app-misc/banner/banner-1.3.4.ebuild b/app-misc/banner/banner-1.3.4.ebuild deleted file mode 100644 index 608ba7901d21..000000000000 --- a/app-misc/banner/banner-1.3.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="The well known banner program for Linux" -HOMEPAGE="http://cedar-solutions.com/" -SRC_URI="http://cedar-solutions.com/ftp/software/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="!games-misc/bsd-games" -PATCHES=( - "${FILESDIR}"/${PN}-1.3.3-ctype.h.patch -) -- cgit v1.2.3-65-gdbad