summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-02-17 18:11:41 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-02-17 18:11:41 +0000
commitf8c0a05b85cebecb65cc4e1331b946e5abda1565 (patch)
tree87bcd60054cf0ea9254ce6186e4a79fb60b578f8 /dev-util
parentConvert to git, bug 457976 by guileone. (diff)
downloadgentoo-2-f8c0a05b85cebecb65cc4e1331b946e5abda1565.tar.gz
gentoo-2-f8c0a05b85cebecb65cc4e1331b946e5abda1565.tar.bz2
gentoo-2-f8c0a05b85cebecb65cc4e1331b946e5abda1565.zip
Version bump to 0.4.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cdiff/ChangeLog7
-rw-r--r--dev-util/cdiff/cdiff-0.4.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog
index 4509edc4a1ed..5552f1f901cb 100644
--- a/dev-util/cdiff/ChangeLog
+++ b/dev-util/cdiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/cdiff
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.3 2013/02/10 00:57:21 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.4 2013/02/17 18:11:41 tomwij Exp $
+
+*cdiff-0.4 (17 Feb 2013)
+
+ 17 Feb 2013; Tom Wijsman <TomWij@gentoo.org> +cdiff-0.4.ebuild:
+ Version bump to 0.4.
10 Feb 2013; Tom Wijsman <TomWij@gentoo.org> cdiff-0.3.ebuild:
Block app-misc/colordiff since it installs a /usr/bin/cdiff wrapper. Fixes
diff --git a/dev-util/cdiff/cdiff-0.4.ebuild b/dev-util/cdiff/cdiff-0.4.ebuild
new file mode 100644
index 000000000000..05f2b05143df
--- /dev/null
+++ b/dev-util/cdiff/cdiff-0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.4.ebuild,v 1.1 2013/02/17 18:11:41 tomwij Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+DOCS=( CHANGES README.rst )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored, side-by-side diff terminal viewer."
+HOMEPAGE="https://github.com/ymattw/${PN}"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!app-misc/colordiff
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"