summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-03-12 19:04:26 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-03-12 19:04:26 +0000
commit8e63042c5979a200cd5468ef5612d35c5cc96f2b (patch)
tree98f1e57189a03946fbb6c144c956377a02bcc7a4 /dev-util/cdiff
parentFix ChangeLog :( (diff)
downloadgentoo-2-8e63042c5979a200cd5468ef5612d35c5cc96f2b.tar.gz
gentoo-2-8e63042c5979a200cd5468ef5612d35c5cc96f2b.tar.bz2
gentoo-2-8e63042c5979a200cd5468ef5612d35c5cc96f2b.zip
Version bump to 0.7.1.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-util/cdiff')
-rw-r--r--dev-util/cdiff/ChangeLog7
-rw-r--r--dev-util/cdiff/cdiff-0.7.1.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog
index a4f7e1564f0a..5dccf72b6881 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.6 2013/02/22 17:27:35 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.7 2013/03/12 19:04:26 tomwij Exp $
+
+*cdiff-0.7.1 (12 Mar 2013)
+
+ 12 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +cdiff-0.7.1.ebuild:
+ Version bump to 0.7.1.
*cdiff-0.6 (22 Feb 2013)
*cdiff-0.7 (22 Feb 2013)
diff --git a/dev-util/cdiff/cdiff-0.7.1.ebuild b/dev-util/cdiff/cdiff-0.7.1.ebuild
new file mode 100644
index 000000000000..ef72c2020bb8
--- /dev/null
+++ b/dev-util/cdiff/cdiff-0.7.1.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.7.1.ebuild,v 1.1 2013/03/12 19:04:26 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}"