summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-02-12 20:32:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-12 20:32:51 +0000
commit124593153460d978510a88af8e4486265880018b (patch)
tree30a7609a465a9e7f37e1ef9d79ce7565f121f016 /dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
parentnet-ftp/proftpd: drop old (diff)
downloadgentoo-124593153460d978510a88af8e4486265880018b.tar.gz
gentoo-124593153460d978510a88af8e4486265880018b.tar.bz2
gentoo-124593153460d978510a88af8e4486265880018b.zip
dev-util/vbindiff: drop old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild')
-rw-r--r--dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
deleted file mode 100644
index a1c8216b60fd..000000000000
--- a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Visual binary diff utility"
-HOMEPAGE="https://www.cjmweb.net/vbindiff/"
-SRC_URI="https://www.cjmweb.net/vbindiff/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- has_version 'sys-libs/ncurses:0[tinfo(-)]' && \
- local -x LIBS="${LIBS} -ltinfo"
- econf $(use_enable debug)
-}