diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
commit | 5c9f65798bcd4fe2d5a2bc13478eaa37add0574e (patch) | |
tree | 5f754c83d0df4603868a68572e913c2846a76411 /app-misc/grc/grc-1.0.2.ebuild | |
parent | repoman'd (diff) | |
download | historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.gz historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.bz2 historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.zip |
repoman'd
Diffstat (limited to 'app-misc/grc/grc-1.0.2.ebuild')
-rw-r--r-- | app-misc/grc/grc-1.0.2.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-misc/grc/grc-1.0.2.ebuild b/app-misc/grc/grc-1.0.2.ebuild index 57bd713ae97f..9367d87d8998 100644 --- a/app-misc/grc/grc-1.0.2.ebuild +++ b/app-misc/grc/grc-1.0.2.ebuild @@ -1,22 +1,19 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.2 2002/07/25 17:20:00 seemant 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" +DEPEND="dev-lang/python" + src_install() { - insinto /usr/share/grc doins conf.* insinto /etc |