From 478fd25d82ca01fd0732532b92cf66264a40a8cf Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 29 May 2021 15:50:25 +0100 Subject: app-misc/banner: remove blocker on bsd-games-3* Closes: https://github.com/gentoo/gentoo/pull/21034 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: James Le Cuirot --- app-misc/banner/banner-1.3.5-r1.ebuild | 19 +++++++++++++++++++ app-misc/banner/banner-1.3.5.ebuild | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 app-misc/banner/banner-1.3.5-r1.ebuild delete mode 100644 app-misc/banner/banner-1.3.5.ebuild (limited to 'app-misc/banner') diff --git a/app-misc/banner/banner-1.3.5-r1.ebuild b/app-misc/banner/banner-1.3.5-r1.ebuild new file mode 100644 index 000000000000..73f22e99565e --- /dev/null +++ b/app-misc/banner/banner-1.3.5-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" + +S="${WORKDIR}/${PN}-${PN^^}_V${PV}" + +RDEPEND="!<=games-misc/bsd-games-3" +PATCHES=( + "${FILESDIR}"/${PN}-1.3.3-ctype.h.patch +) diff --git a/app-misc/banner/banner-1.3.5.ebuild b/app-misc/banner/banner-1.3.5.ebuild deleted file mode 100644 index b3e96bed5c2c..000000000000 --- a/app-misc/banner/banner-1.3.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" - -S="${WORKDIR}/${PN}-${PN^^}_V${PV}" - -RDEPEND="!games-misc/bsd-games" -PATCHES=( - "${FILESDIR}"/${PN}-1.3.3-ctype.h.patch -) -- cgit v1.2.3-65-gdbad