diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-26 11:42:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-26 11:42:27 +0000 |
commit | 3783503b4b0b30a291d925c763f0e0cb3b355b54 (patch) | |
tree | 93711bb912c2f61694de319ff1645fa841a09922 /dev-util/cdiff | |
parent | sys-fs/cachefilesd: Drop old (diff) | |
download | gentoo-2-3783503b4b0b30a291d925c763f0e0cb3b355b54.tar.gz gentoo-2-3783503b4b0b30a291d925c763f0e0cb3b355b54.tar.bz2 gentoo-2-3783503b4b0b30a291d925c763f0e0cb3b355b54.zip |
dev-util/cdiff: Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-util/cdiff')
-rw-r--r-- | dev-util/cdiff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.3.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index fd863898258c..d50a3a3b8008 100644 --- a/dev-util/cdiff/ChangeLog +++ b/dev-util/cdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cdiff # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.30 2015/01/26 09:59:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.31 2015/01/26 11:42:27 jlec Exp $ + + 26 Jan 2015; Justin Lecher <jlec@gentoo.org> -cdiff-0.9.3.ebuild: + Drop old 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cdiff-0.9.6.ebuild: Stable for x86, wrt bug #535392 diff --git a/dev-util/cdiff/cdiff-0.9.3.ebuild b/dev-util/cdiff/cdiff-0.9.3.ebuild deleted file mode 100644 index bae7d3afe45d..000000000000 --- a/dev-util/cdiff/cdiff-0.9.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.7 2014/11/14 07:10:58 jlec Exp $ - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) -DOCS=( CHANGES README.rst ) - -inherit distutils-r1 - -if [[ "${PV}" != *"9999"* ]] ; then - KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -else - KEYWORDS="" - EGIT_REPO_URI="https://github.com/ymattw/cdiff.git" - inherit git-r3 -fi - -DESCRIPTION="Colored, side-by-side diff terminal viewer" -HOMEPAGE="https://github.com/ymattw/${PN}" - -LICENSE="BSD" -SLOT="0" - -DEPEND=" - !<app-misc/colordiff-1.0.13-r1 - dev-python/setuptools[${PYTHON_USEDEP}] - sys-apps/less" - -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-0.9.2-disable-unimportant-failing-test.patch ) - -python_test() { - python_export_best - - ${PYTHON} tests/test_cdiff.py || die "Unit tests failed." - - ./tests/regression.sh || die "Regression tests failed." -} |