diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-03-28 11:19:34 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-03-28 11:19:34 +0000 |
commit | a4a373d5a421f3a8c6f8009a236795a9f62bffd7 (patch) | |
tree | 14080d3b1b284f3cdfde2925377cb99b7841ef86 /dev-util/cdiff | |
parent | Fix the -r1 backport by syncing up to the fresh ebuild. Fixes bug #463572. (diff) | |
download | gentoo-2-a4a373d5a421f3a8c6f8009a236795a9f62bffd7.tar.gz gentoo-2-a4a373d5a421f3a8c6f8009a236795a9f62bffd7.tar.bz2 gentoo-2-a4a373d5a421f3a8c6f8009a236795a9f62bffd7.zip |
Version bump to 0.9.
(Portage version: 2.1.11.59/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.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 633246c0c0e2..c7702e0f49e4 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.8 2013/03/13 14:41:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.9 2013/03/28 11:19:34 tomwij Exp $ + +*cdiff-0.9 (28 Mar 2013) + + 28 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +cdiff-0.9.ebuild: + Version bump to 0.9. *cdiff-0.8 (13 Mar 2013) diff --git a/dev-util/cdiff/cdiff-0.9.ebuild b/dev-util/cdiff/cdiff-0.9.ebuild new file mode 100644 index 000000000000..8c65fc66f06a --- /dev/null +++ b/dev-util/cdiff/cdiff-0.9.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.9.ebuild,v 1.1 2013/03/28 11:19:34 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}" |