diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-03-13 14:41:34 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-03-13 14:41:34 +0000 |
commit | 96c4d2bf7c5aedbf024aba529be0c85439ec40a7 (patch) | |
tree | f054ce3caf13d6fdcbe147111f3880f005ea66ce /dev-util/cdiff | |
parent | Version bump, add subslot (diff) | |
download | gentoo-2-96c4d2bf7c5aedbf024aba529be0c85439ec40a7.tar.gz gentoo-2-96c4d2bf7c5aedbf024aba529be0c85439ec40a7.tar.bz2 gentoo-2-96c4d2bf7c5aedbf024aba529be0c85439ec40a7.zip |
Version bump to 0.8.
(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/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.8.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 5dccf72b6881..633246c0c0e2 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.7 2013/03/12 19:04:26 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.8 2013/03/13 14:41:34 tomwij Exp $ + +*cdiff-0.8 (13 Mar 2013) + + 13 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +cdiff-0.8.ebuild: + Version bump to 0.8. *cdiff-0.7.1 (12 Mar 2013) diff --git a/dev-util/cdiff/cdiff-0.8.ebuild b/dev-util/cdiff/cdiff-0.8.ebuild new file mode 100644 index 000000000000..d87d8d92ee00 --- /dev/null +++ b/dev-util/cdiff/cdiff-0.8.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.8.ebuild,v 1.1 2013/03/13 14:41: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}" |