summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-29 09:51:14 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-29 09:51:14 +0100
commitea79bc52305d270f0c069ef682488308edc133d4 (patch)
tree211bfbd4a2769d39fbc1a3ac314469cdda7f6c1c /app-misc/icdiff/icdiff-1.7.3.ebuild
parentapp-misc/grc: Remove old (diff)
downloadgentoo-ea79bc52305d270f0c069ef682488308edc133d4.tar.gz
gentoo-ea79bc52305d270f0c069ef682488308edc133d4.tar.bz2
gentoo-ea79bc52305d270f0c069ef682488308edc133d4.zip
app-misc/icdiff: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/icdiff/icdiff-1.7.3.ebuild')
-rw-r--r--app-misc/icdiff/icdiff-1.7.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/icdiff/icdiff-1.7.3.ebuild b/app-misc/icdiff/icdiff-1.7.3.ebuild
deleted file mode 100644
index 8d5e2ca1bb18..000000000000
--- a/app-misc/icdiff/icdiff-1.7.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python2_7 python3_5)
-
-inherit distutils-r1
-
-DESCRIPTION="Colourized diff that supports side-by-side diffing"
-HOMEPAGE="https://www.jefftk.com/icdiff"
-SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.7.3-dont-check-changelog.patch"
-)
-
-DOCS=(README.md ChangeLog)
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-python_test() {
- ./test.sh "${EPYTHON%.*}" || die "Tests failed"
-}