diff options
author | 2010-06-15 11:50:39 +0000 | |
---|---|---|
committer | 2010-06-15 11:50:39 +0000 | |
commit | a46de92cb66fa91174091eb084e2fb8a3a8f902f (patch) | |
tree | d835665888a72afd03b6de7a7ecc641fd701f2e1 /app-misc/supercat | |
parent | non-maintainer commit: Version bump (bug #315135) (diff) | |
download | gentoo-2-a46de92cb66fa91174091eb084e2fb8a3a8f902f.tar.gz gentoo-2-a46de92cb66fa91174091eb084e2fb8a3a8f902f.tar.bz2 gentoo-2-a46de92cb66fa91174091eb084e2fb8a3a8f902f.zip |
QA, imported prefix changes
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/supercat')
-rw-r--r-- | app-misc/supercat/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/supercat/supercat-0.5.5-r1.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/app-misc/supercat/ChangeLog b/app-misc/supercat/ChangeLog index 3c2d00aa4bf3..10e07a0e3bf7 100644 --- a/app-misc/supercat/ChangeLog +++ b/app-misc/supercat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/supercat -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.16 2009/09/16 12:01:33 tanderson Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.17 2010/06/15 11:50:39 jlec Exp $ + +*supercat-0.5.5-r1 (15 Jun 2010) + + 15 Jun 2010; Justin Lecher <jlec@gentoo.org> +supercat-0.5.5-r1.ebuild: + QA, imported prefix changes 16 Sep 2009; Thomas Anderson <tanderson@gentoo.org> metadata.xml: Fix email address. 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 +} |