diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-05-20 13:28:07 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-05-20 13:28:07 +0000 |
commit | 2a66c83cfbaa97e2109eb5270bc5dbb782d3ab25 (patch) | |
tree | 81e8f9553bda67e8d08f53fe444d54863745cc65 /dev-util/cdiff | |
parent | Stabilise latest on amd64 and x86, drop older. (diff) | |
download | gentoo-2-2a66c83cfbaa97e2109eb5270bc5dbb782d3ab25.tar.gz gentoo-2-2a66c83cfbaa97e2109eb5270bc5dbb782d3ab25.tar.bz2 gentoo-2-2a66c83cfbaa97e2109eb5270bc5dbb782d3ab25.zip |
Version bump to 0.9.1.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-util/cdiff')
-rw-r--r-- | dev-util/cdiff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 150be7df89b9..8685548d5d90 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.12 2013/05/16 16:45:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.13 2013/05/20 13:28:07 tomwij Exp $ + +*cdiff-0.9.1 (20 May 2013) + + 20 May 2013; Tom Wijsman <TomWij@gentoo.org> +cdiff-0.9.1.ebuild: + Version bump to 0.9.1. 16 May 2013; Tom Wijsman <TomWij@gentoo.org> -cdiff-0.3.ebuild, -cdiff-0.4.ebuild, -cdiff-0.5.1.ebuild, -cdiff-0.5.ebuild, cdiff-0.6.ebuild, diff --git a/dev-util/cdiff/cdiff-0.9.1.ebuild b/dev-util/cdiff/cdiff-0.9.1.ebuild new file mode 100644 index 000000000000..d51c9316b91b --- /dev/null +++ b/dev-util/cdiff/cdiff-0.9.1.ebuild @@ -0,0 +1,23 @@ +# 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.9.1.ebuild,v 1.1 2013/05/20 13:28:07 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 ~amd64-linux ~x86-linux" + +DEPEND="!app-misc/colordiff + dev-python/setuptools[${PYTHON_USEDEP}] + sys-apps/less" +RDEPEND="${DEPEND}" |