summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-06-25 09:27:38 -0400
committerBrian Evans <grknight@gentoo.org>2018-06-25 09:28:51 -0400
commit11a8aa42ee569a289e1e38dc8f8547fff2b1a4e4 (patch)
treed623fd097dd1049d4c00e2b163f000c06c5402d0
parentdev-util/imediff2: Add python 3 support (diff)
downloadgentoo-11a8aa42ee569a289e1e38dc8f8547fff2b1a4e4.tar.gz
gentoo-11a8aa42ee569a289e1e38dc8f8547fff2b1a4e4.tar.bz2
gentoo-11a8aa42ee569a289e1e38dc8f8547fff2b1a4e4.zip
dev-util/imediff2: Drop old revision
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-util/imediff2/imediff2-1.1.2-r3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-util/imediff2/imediff2-1.1.2-r3.ebuild b/dev-util/imediff2/imediff2-1.1.2-r3.ebuild
deleted file mode 100644
index 9c30e2e03597..000000000000
--- a/dev-util/imediff2/imediff2-1.1.2-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-single-r1 versionator
-
-MY_P=${PN}_$(replace_version_separator 3 -)
-
-DESCRIPTION="An interactive, user friendly 2-way merge tool in text mode"
-HOMEPAGE="https://elonen.iki.fi/code/imediff/"
-SRC_URI="mirror://debian/pool/main/i/${PN}/${MY_P}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- # Otherwise the docs get regenerated :)
- :
-}
-
-src_install() {
- python_doscript imediff2
- dodoc AUTHORS README
- doman imediff2.1
-}