summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 18:55:09 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 18:55:09 +0000
commita4be4aa23b4092f434934fd2418c1ef4380257f4 (patch)
treee2aaf3aad88a54436b0790f4e8cf4d50506e6914 /app-misc/grc/grc-1.1.ebuild
parentSparc stable, Bug #214870, looks good, and bug says "everything prev. 5.05 (diff)
downloadgentoo-2-a4be4aa23b4092f434934fd2418c1ef4380257f4.tar.gz
gentoo-2-a4be4aa23b4092f434934fd2418c1ef4380257f4.tar.bz2
gentoo-2-a4be4aa23b4092f434934fd2418c1ef4380257f4.zip
Version bump, x86 stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/grc/grc-1.1.ebuild')
-rw-r--r--app-misc/grc/grc-1.1.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/grc/grc-1.1.ebuild b/app-misc/grc/grc-1.1.ebuild
new file mode 100644
index 000000000000..49de5b43231b
--- /dev/null
+++ b/app-misc/grc/grc-1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.1.ebuild,v 1.1 2008/03/26 18:55:09 armin76 Exp $
+
+inherit eutils
+
+DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands"
+HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/grc.html"
+SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/${PN}/${P/-/_}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/python"
+
+src_unpack() {
+ unpack ${A}
+ cp -rf ${S}{,.orig}
+ cd ${S}
+ epatch ${FILESDIR}/1.0.6-support-more-files.patch
+}
+
+src_install() {
+ insinto /usr/share/grc
+ doins conf.* ${FILESDIR}/conf.* || die "share files"
+ insinto /etc
+ doins grc.conf || die "conf"
+ dobin grc grcat || die "dobin"
+ dodoc README INSTALL TODO CHANGES CREDITS
+ doman grc.1 grcat.1
+}