commit:     34d87c90250b1b634d2271bc46ace8d068d6449d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 16:43:46 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 16:51:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d87c90

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(+)

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 00000000000..39209890427
--- /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
+}

Reply via email to