From a46de92cb66fa91174091eb084e2fb8a3a8f902f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 15 Jun 2010 11:50:39 +0000 Subject: QA, imported prefix changes (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-misc/supercat/supercat-0.5.5-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app-misc/supercat/supercat-0.5.5-r1.ebuild (limited to 'app-misc/supercat/supercat-0.5.5-r1.ebuild') diff --git a/app-misc/supercat/supercat-0.5.5-r1.ebuild b/app-misc/supercat/supercat-0.5.5-r1.ebuild new file mode 100644 index 000000000000..4d70e5f2c1e0 --- /dev/null +++ b/app-misc/supercat/supercat-0.5.5-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.5-r1.ebuild,v 1.1 2010/06/15 11:50:39 jlec Exp $ + +EAPI="3" + +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" +IUSE="" + +src_configure() { + econf --with-system-directory="${EPREFIX}/etc/supercat" +} + +src_install() { + emake DESTDIR="${D}" install || die "Install failed!" + + dodoc ChangeLog || die +} -- cgit v1.2.3-65-gdbad