From: Patrice Clement Date: Sat, 21 Oct 2017 16:43:46 +0000 (+0200) Subject: app-misc/supercat: EAPI 6 bump. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=34d87c90250b1b634d2271bc46ace8d068d6449d;p=gentoo.git app-misc/supercat: EAPI 6 bump. Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- 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 +}