diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-10-24 22:40:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-10-24 22:40:40 +0000 |
commit | 162616a2454083fdf787884f266c06c73307de70 (patch) | |
tree | 479da87e4cd3ce59558d583add6a9e25ab943eb0 /app-misc/colordiff | |
parent | fixing digest (diff) | |
download | gentoo-2-162616a2454083fdf787884f266c06c73307de70.tar.gz gentoo-2-162616a2454083fdf787884f266c06c73307de70.tar.bz2 gentoo-2-162616a2454083fdf787884f266c06c73307de70.zip |
Remove the color and banner hacks I introduced for the older versions; 1.0.6
doesn't need them. Mark stable on alpha/ia64
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-misc/colordiff')
-rw-r--r-- | app-misc/colordiff/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/colordiff/colordiff-1.0.6.ebuild | 15 |
2 files changed, 8 insertions, 13 deletions
diff --git a/app-misc/colordiff/ChangeLog b/app-misc/colordiff/ChangeLog index 0be3327075b9..fc8a637f57dc 100644 --- a/app-misc/colordiff/ChangeLog +++ b/app-misc/colordiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/colordiff # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.50 2006/09/18 06:27:50 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.51 2006/10/24 22:40:40 agriffis Exp $ + + 24 Oct 2006; Aron Griffis <agriffis@gentoo.org> colordiff-1.0.6.ebuild: + Remove the color and banner hacks I introduced for the older versions; 1.0.6 + doesn't need them. Mark stable on alpha/ia64 18 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; colordiff-1.0.5-r2.ebuild, colordiff-1.0.6.ebuild: diff --git a/app-misc/colordiff/colordiff-1.0.6.ebuild b/app-misc/colordiff/colordiff-1.0.6.ebuild index 2767edcdae45..7e88262604eb 100644 --- a/app-misc/colordiff/colordiff-1.0.6.ebuild +++ b/app-misc/colordiff/colordiff-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.6.ebuild,v 1.2 2006/09/18 06:27:50 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.6.ebuild,v 1.3 2006/10/24 22:40:40 agriffis Exp $ DESCRIPTION="Colorizes output of diff" HOMEPAGE="http://colordiff.sourceforge.net/" @@ -8,22 +8,13 @@ SRC_URI="mirror://sourceforge/colordiff/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="" DEPEND="sys-apps/diffutils" src_compile() { - # Version 1.0.5 removed the --no-banner option. Few other programs show - # such information without requesting it, so make it default to off - sed -i -e 's/^banner=.*/banner=no/' colordiffrc* - - # Make "plain" be the default foreground color instead of forcing black or - # white. - # NB: By default colordiff-1.0.5 lowercases config values, so we need to - # lowercase OFF in the executable as well - sed -i -e 's/^plain=.*/plain=off/' colordiffrc* - sed -i -e 's/\<OFF\>/off/g' colordiff.pl + true } src_install() { |