summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-21 18:43:46 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-21 18:51:49 +0200
commit34d87c90250b1b634d2271bc46ace8d068d6449d (patch)
treeba2b66e98ce11e67f6d49c333547eac3d1880274 /app-misc/supercat
parentapp-shells/dsh: EAPI 6 bump. (diff)
downloadgentoo-34d87c90250b1b634d2271bc46ace8d068d6449d.tar.gz
gentoo-34d87c90250b1b634d2271bc46ace8d068d6449d.tar.bz2
gentoo-34d87c90250b1b634d2271bc46ace8d068d6449d.zip
app-misc/supercat: EAPI 6 bump.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc/supercat')
-rw-r--r--app-misc/supercat/supercat-0.5.5-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
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
+}