diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-19 14:44:58 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-19 14:44:58 +0000 |
commit | 89a5d1b925ea629282e049bc6101eed94b316ed3 (patch) | |
tree | 44a73330df0a4642e069f08cbea11d488ce648fb /app-misc/grc | |
parent | Added KEYWORDS, removed stale ebuilds (diff) | |
download | historical-89a5d1b925ea629282e049bc6101eed94b316ed3.tar.gz historical-89a5d1b925ea629282e049bc6101eed94b316ed3.tar.bz2 historical-89a5d1b925ea629282e049bc6101eed94b316ed3.zip |
New package. Thanks to Eivind Tagseth.
Diffstat (limited to 'app-misc/grc')
-rw-r--r-- | app-misc/grc/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/grc/files/digest-grc-1.0.2 | 1 | ||||
-rw-r--r-- | app-misc/grc/grc-1.0.2.ebuild | 29 |
3 files changed, 39 insertions, 0 deletions
diff --git a/app-misc/grc/ChangeLog b/app-misc/grc/ChangeLog new file mode 100644 index 000000000000..2505de5acfc6 --- /dev/null +++ b/app-misc/grc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-misc/grc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/ChangeLog,v 1.1 2002/07/19 14:44:58 g2boojum Exp $ + +*grc-1.0.2 (19 Jul 2002) + + 19 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : + + new ebuild; thanks to Eivind Tagseth diff --git a/app-misc/grc/files/digest-grc-1.0.2 b/app-misc/grc/files/digest-grc-1.0.2 new file mode 100644 index 000000000000..e628583967e0 --- /dev/null +++ b/app-misc/grc/files/digest-grc-1.0.2 @@ -0,0 +1 @@ +MD5 a615211a1872d985e2c9f2a328dd7f41 grc_1.0.2.tar.gz 21480 diff --git a/app-misc/grc/grc-1.0.2.ebuild b/app-misc/grc/grc-1.0.2.ebuild new file mode 100644 index 000000000000..57bd713ae97f --- /dev/null +++ b/app-misc/grc/grc-1.0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.1 2002/07/19 14:44:58 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands" +SRC_URI="http://melkor.dnp.fmph.uniba.sk/~garabik/grc/grc_1.0.2.tar.gz" +HOMEPAGE="http://melkor.dnp.fmph.uniba.sk/~garabik/grc.html" + +DEPEND="" +RDEPEND="${DEPEND} + python" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +src_install() { + + insinto /usr/share/grc + doins conf.* + insinto /etc + doins grc.conf + #exeinto /usr/bin + #doexe grc grcat + dobin grc grcat + dodoc README INSTALL TODO CHANGES CREDITS + doman grc.1 grcat.1 +} |