From fc793a192cf4ccd606c101f6be99f3c96b07574a Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Fri, 24 Apr 2009 00:00:52 +0000 Subject: Version bump, bug 267166. Removed old version. (Portage version: 2.2_rc31/cvs/Linux x86_64) --- app-misc/colordiff/ChangeLog | 10 +++++++++- app-misc/colordiff/colordiff-1.0.7.ebuild | 7 ++++--- app-misc/colordiff/colordiff-1.0.8a.ebuild | 31 ------------------------------ app-misc/colordiff/colordiff-1.0.9.ebuild | 31 ++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 35 deletions(-) delete mode 100644 app-misc/colordiff/colordiff-1.0.8a.ebuild create mode 100644 app-misc/colordiff/colordiff-1.0.9.ebuild (limited to 'app-misc') diff --git a/app-misc/colordiff/ChangeLog b/app-misc/colordiff/ChangeLog index 1e3028664c0e..9a16443e113d 100644 --- a/app-misc/colordiff/ChangeLog +++ b/app-misc/colordiff/ChangeLog @@ -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 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) + bug 267166. Added cdiff manpage and also some die statements. + RDEPEND assigned. Removed old version. *colordiff-1.0.8a (02 Feb 2009) diff --git a/app-misc/colordiff/colordiff-1.0.7.ebuild b/app-misc/colordiff/colordiff-1.0.7.ebuild index 42987e3ceb95..69cf8d5cf6ab 100644 --- a/app-misc/colordiff/colordiff-1.0.7.ebuild +++ b/app-misc/colordiff/colordiff-1.0.7.ebuild @@ -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 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="sys-apps/diffutils" +DEPEND="" +RDEPEND="sys-apps/diffutils" src_compile() { true diff --git a/app-misc/colordiff/colordiff-1.0.8a.ebuild b/app-misc/colordiff/colordiff-1.0.8a.ebuild deleted file mode 100644 index 1e495a4dbc0b..000000000000 --- a/app-misc/colordiff/colordiff-1.0.8a.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.8a.ebuild,v 1.1 2009/02/02 04:34:07 darkside Exp $ - -DESCRIPTION="Colorizes output of diff" -HOMEPAGE="http://colordiff.sourceforge.net/" -#SRC_URI="mirror://sourceforge/colordiff/${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="sys-apps/diffutils" -RDEPEND="${DEPEND}" - -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 - doman colordiff.1 -} diff --git a/app-misc/colordiff/colordiff-1.0.9.ebuild b/app-misc/colordiff/colordiff-1.0.9.ebuild new file mode 100644 index 000000000000..aa99e96b727e --- /dev/null +++ b/app-misc/colordiff/colordiff-1.0.9.ebuild @@ -0,0 +1,31 @@ +# 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 +} -- cgit v1.2.3-65-gdbad