diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-09-06 22:45:00 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-09-06 22:45:00 +0000 |
commit | 4e23ec9e7254f1fb4943f93917adc03ee4e00264 (patch) | |
tree | ff2f7e3b18fe1becb73e7f7bef8f7a03ec431df5 /dev-util/cwdiff | |
parent | Use Fedora patches to fix a lot if bugs, also menu handling. Fix thermal info... (diff) | |
download | gentoo-2-4e23ec9e7254f1fb4943f93917adc03ee4e00264.tar.gz gentoo-2-4e23ec9e7254f1fb4943f93917adc03ee4e00264.tar.bz2 gentoo-2-4e23ec9e7254f1fb4943f93917adc03ee4e00264.zip |
version bump
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-util/cwdiff')
-rw-r--r-- | dev-util/cwdiff/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cwdiff/cwdiff-0.2.5.ebuild (renamed from dev-util/cwdiff/cwdiff-0.2.4.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/cwdiff/ChangeLog b/dev-util/cwdiff/ChangeLog index d0ca260ff522..230b4e9a23f2 100644 --- a/dev-util/cwdiff/ChangeLog +++ b/dev-util/cwdiff/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/cwdiff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.5 2013/09/01 20:46:28 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.6 2013/09/06 22:45:00 ottxor Exp $ + +*cwdiff-0.2.5 (06 Sep 2013) + + 06 Sep 2013; Christoph Junghans <ottxor@gentoo.org> +cwdiff-0.2.5.ebuild, + -cwdiff-0.2.4.ebuild: + version bump 01 Sep 2013; Christoph Junghans <ottxor@gentoo.org> -cwdiff-0.2.2.ebuild, -cwdiff-0.2.3.ebuild: diff --git a/dev-util/cwdiff/cwdiff-0.2.4.ebuild b/dev-util/cwdiff/cwdiff-0.2.5.ebuild index 4939b847a1f5..f947be18164a 100644 --- a/dev-util/cwdiff/cwdiff-0.2.4.ebuild +++ b/dev-util/cwdiff/cwdiff-0.2.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.4.ebuild,v 1.1 2013/08/31 19:39:41 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.5.ebuild,v 1.1 2013/09/06 22:45:00 ottxor Exp $ EAPI=5 -DESCRIPTION="Colorizes output of (w)diff" +DESCRIPTION="A script that wraps wdiff to support directories and colorize the output" HOMEPAGE="http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens" SRC_URI="http://cj-overlay.googlecode.com/files/${P}.tar.gz" RESTRICT="primaryuri" |