summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-02-28 18:16:45 +0000
committerJustin Lecher <jlec@gentoo.org>2010-02-28 18:16:45 +0000
commit2d95c26677de8c11be25a40234d7258c7d7f1ca3 (patch)
treefd93b25d949ad300c14400f5b48090b6840073f0 /app-misc/grc/grc-1.3.ebuild
parentAdd ~arm (diff)
downloadhistorical-2d95c26677de8c11be25a40234d7258c7d7f1ca3.tar.gz
historical-2d95c26677de8c11be25a40234d7258c7d7f1ca3.tar.bz2
historical-2d95c26677de8c11be25a40234d7258c7d7f1ca3.zip
Version Bump, per 307125
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'app-misc/grc/grc-1.3.ebuild')
-rw-r--r--app-misc/grc/grc-1.3.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/grc/grc-1.3.ebuild b/app-misc/grc/grc-1.3.ebuild
new file mode 100644
index 000000000000..1ba29cc56ff6
--- /dev/null
+++ b/app-misc/grc/grc-1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.3.ebuild,v 1.1 2010/02/28 18:16:45 jlec 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
+}