public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/grc: ChangeLog grc-1.3.ebuild
@ 2010-02-28 18:16 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-02-28 18:16 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/28 18:16:46

  Modified:             ChangeLog
  Added:                grc-1.3.ebuild
  Log:
  Version Bump, per 307125
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-misc/grc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/grc/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/grc/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/grc/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/grc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	10 May 2008 09:14:27 -0000	1.18
+++ ChangeLog	28 Feb 2010 18:16:45 -0000	1.19
@@ -1,6 +1,11 @@
 # 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 $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/ChangeLog,v 1.19 2010/02/28 18:16:45 jlec Exp $
+
+*grc-1.3 (28 Feb 2010)
+
+  28 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> +grc-1.3.ebuild:
+  Version Bump, per 307125
 
   10 May 2008; nixnut <nixnut@gentoo.org> grc-1.1.ebuild:
   Stable on ppc wrt bug 214937



1.1                  app-misc/grc/grc-1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/grc/grc-1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/grc/grc-1.3.ebuild?rev=1.1&content-type=text/plain

Index: grc-1.3.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-28 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-28 18:16 [gentoo-commits] gentoo-x86 commit in app-misc/grc: ChangeLog grc-1.3.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox