* [gentoo-commits] gentoo-x86 commit in app-misc/colordiff: colordiff-1.0.9.ebuild ChangeLog colordiff-1.0.7.ebuild colordiff-1.0.8a.ebuild
@ 2009-04-24 0:00 Christian Ruppert (idl0r)
0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2009-04-24 0:00 UTC (permalink / raw
To: gentoo-commits
idl0r 09/04/24 00:00:52
Modified: ChangeLog colordiff-1.0.7.ebuild
Added: colordiff-1.0.9.ebuild
Removed: colordiff-1.0.8a.ebuild
Log:
Version bump, bug 267166. Removed old version.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Revision Changes Path
1.73 app-misc/colordiff/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 2 Feb 2009 04:34:07 -0000 1.72
+++ ChangeLog 24 Apr 2009 00:00:52 -0000 1.73
@@ -1,6 +1,14 @@
# ChangeLog for app-misc/colordiff
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.72 2009/02/02 04:34:07 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.73 2009/04/24 00:00:52 idl0r Exp $
+
+*colordiff-1.0.9 (23 Apr 2009)
+
+ 23 Apr 2009; Christian Ruppert <idl0r@gentoo.org> colordiff-1.0.7,
+ -colordiff-1.0.8a.ebuild, +colordiff-1.0.9.ebuild:
+ Version bump to 1.0.9, thanks to Justin Lecher (jlec) <jlec@j-schmitz.net>
+ bug 267166. Added cdiff manpage and also some die statements.
+ RDEPEND assigned. Removed old version.
*colordiff-1.0.8a (02 Feb 2009)
1.6 app-misc/colordiff/colordiff-1.0.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/colordiff-1.0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/colordiff-1.0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/colordiff-1.0.7.ebuild?r1=1.5&r2=1.6
Index: colordiff-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- colordiff-1.0.7.ebuild 28 Mar 2008 04:25:38 -0000 1.5
+++ colordiff-1.0.7.ebuild 24 Apr 2009 00:00:52 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.7.ebuild,v 1.5 2008/03/28 04:25:38 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.7.ebuild,v 1.6 2009/04/24 00:00:52 idl0r Exp $
DESCRIPTION="Colorizes output of diff"
HOMEPAGE="http://colordiff.sourceforge.net/"
@@ -13,7 +13,8 @@
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="sys-apps/diffutils"
+DEPEND=""
+RDEPEND="sys-apps/diffutils"
src_compile() {
true
1.1 app-misc/colordiff/colordiff-1.0.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/colordiff-1.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/colordiff-1.0.9.ebuild?rev=1.1&content-type=text/plain
Index: colordiff-1.0.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.9.ebuild,v 1.1 2009/04/24 00:00:52 idl0r Exp $
DESCRIPTION="Colorizes output of diff"
HOMEPAGE="http://colordiff.sourceforge.net/"
#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
# Hasn't been copied to mirrors yet
SRC_URI="http://${PN}.sourceforge.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND="sys-apps/diffutils"
src_compile() {
# This package has a makefile, but we don't want to run it
true
}
src_install() {
newbin colordiff.pl colordiff || die
newbin cdiff.sh cdiff || die
insinto /etc
doins colordiffrc colordiffrc-lightbg || die
dodoc BUGS CHANGES README TODO || die
doman {cdiff,colordiff}.1 || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-24 0:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 0:00 [gentoo-commits] gentoo-x86 commit in app-misc/colordiff: colordiff-1.0.9.ebuild ChangeLog colordiff-1.0.7.ebuild colordiff-1.0.8a.ebuild Christian Ruppert (idl0r)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox