ChangeLog

# ChangeLog for app-misc/grc
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/ChangeLog,v 1.18 2008/05/10 09:14:27 nixnut Exp $

10 May 2008; nixnut grc-1.1.ebuild:
Stable on ppc wrt bug 214937

09 May 2008; Santiago M. Mola grc-1.1.ebuild:
amd64 stable wrt bug #214937

08 May 2008; Raúl Porcel grc-1.1.ebuild:
x86 stable

26 Mar 2008; Santiago M. Mola grc-1.0.9.ebuild,
grc-1.1.ebuild:
amd64 stable wrt bug #214937, fix quoting.

*grc-1.1 (26 Mar 2008)

26 Mar 2008; Raúl Porcel -grc-1.0.2.ebuild,
grc-1.0.9.ebuild, +grc-1.1.ebuild:
Version bump, x86 stable, remove old

07 Apr 2007; Christian Faulhammer grc-1.0.6.ebuild:
stable amd64, bug 169997

*grc-1.0.9 (05 Feb 2007)

05 Feb 2007; Simon Stelling +grc-1.0.9.ebuild:
version bump to fix bug 159728

30 Jan 2006; Patrick McLean grc-1.0.6.ebuild:
Added ~amd64 (bug #120947).

21 Oct 2004; Aaron Walker +metadata.xml:
Add metadata (shell-tools)

05 Oct 2004; Pieter Van den Abeele grc-1.0.6.ebuild:
Masked grc-1.0.6.ebuild stable for ppc

25 Aug 2004; Mike Frysinger
+files/1.0.6-support-more-files.patch, +files/conf.configure,
grc-1.0.6.ebuild:
Add support for some more files #43046 by Tim Burrell.

14 Mar 2004; Michael Sterrett grc-1.0.2.ebuild,
grc-1.0.6.ebuild:
Don't assign default to S; header fix

30 Oct 2003; David Holm grc-1.0.6.ebuild:
Added to ~ppc.

*grc-1.0.6 (04 Apr 2003)

04 Apr 2003; Grant Goodyear grc-1.0.6.ebuild:
Update; thanks to Nahor, closes bug 18558

*grc-1.0.2 (19 Jul 2002)

19 Jul 2002; Grant Goodyear ChangeLog :

new ebuild; thanks to Eivind Tagseth

Manifest

AUX 1.0.6-support-more-files.patch 1196 RMD160 50344b2f38135d7e3b95eb84e0f69ce9fe6f4fe3 SHA1 b163873be6b53ca7abe85e9457cd639c4ab3faac SHA256 8fdb0a803876b5dbd50f5f6e5a712954b71dd19d386842df5f05835b68ff5533
AUX conf.configure 530 RMD160 27b2fe9301cfc5fcfa50f06c6231a9224829cb93 SHA1 7a535a530eef7eac32c95e0ffb1fd87b8ee73bb9 SHA256 7dec9e1586e095e560cae39002957c3ac45a237bcce51c6ad8fb24ec123451ba
DIST grc_1.1.tar.gz 23253 RMD160 ffe77e6fcbffa24ee617badb891173c1dcf0a4a0 SHA1 0665f12ca873e51b6ef6c6890836620b9c68de5b SHA256 06efb316d015e04866b927d6b54276a5d65617eab8ba6567c874d668768f8f4b
EBUILD grc-1.1.ebuild 932 RMD160 cd71c0b63ddb7ea1b25643a7df805d0ae2760781 SHA1 acbc0b50df5badf64cb6adb1ee91a0c8436c582f SHA256 ade8377055fcf4fb5951b172cafd84b04b57e0ea3d02a3f6fe20369bde5a5163
MISC ChangeLog 1996 RMD160 59f178836ed51784742140fa279234f6d32776c5 SHA1 29d34754a562797931825643d54bfad769b84b36 SHA256 dad927ff321fbb63bca243df2e9fb2df93d0e4512ca1722034771be990059b6f
MISC metadata.xml 165 RMD160 c4557a3518a065b077539be5a0f20e4735fc2141 SHA1 1831705b1eb97b63968fc9eef31aa904a69a854a SHA256 75ca85c472d4181ae0de529c83826baaebe75d9e750ee6621758b5096bceffcd

files

grc-1.1.ebuild

# 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.5 2008/05/10 09:14:27 nixnut 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
}

metadata.xml




shell-tools