summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-09-06 08:56:46 +0200
committerJeroen Roovers <jer@gentoo.org>2019-09-06 08:57:05 +0200
commit4f418418887945bc1b373ac9b2839484d029417b (patch)
treefaac33891e752999cfa767d777ff9eda683c979d /app-misc/banner/banner-1.3.4.ebuild
parentsys-boot/palo: Version 2.12 (diff)
downloadgentoo-4f418418887945bc1b373ac9b2839484d029417b.tar.gz
gentoo-4f418418887945bc1b373ac9b2839484d029417b.tar.bz2
gentoo-4f418418887945bc1b373ac9b2839484d029417b.zip
app-misc/banner: Version 1.3.4
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-misc/banner/banner-1.3.4.ebuild')
-rw-r--r--app-misc/banner/banner-1.3.4.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-misc/banner/banner-1.3.4.ebuild b/app-misc/banner/banner-1.3.4.ebuild
new file mode 100644
index 000000000000..43101c37386b
--- /dev/null
+++ b/app-misc/banner/banner-1.3.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 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="${HOMEPAGE}ftp/software/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+
+RDEPEND="!games-misc/bsd-games"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.3.3-ctype.h.patch
+)