From 34d87c90250b1b634d2271bc46ace8d068d6449d Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 21 Oct 2017 18:43:46 +0200 Subject: [PATCH] app-misc/supercat: EAPI 6 bump. Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- app-misc/supercat/supercat-0.5.5-r2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-misc/supercat/supercat-0.5.5-r2.ebuild 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..392098904277 --- /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 +} -- 2.26.2