app-misc/supercat: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 21 Oct 2017 16:43:46 +0000 (18:43 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 21 Oct 2017 16:51:49 +0000 (18:51 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-misc/supercat/supercat-0.5.5-r2.ebuild [new file with mode: 0644]

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 (file)
index 0000000..3920989
--- /dev/null
@@ -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
+}