From: Sergei Trofimovich Date: Wed, 12 Feb 2020 20:32:09 +0000 (+0000) Subject: dev-util/vbindiff: drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=124593153460d978510a88af8e4486265880018b;p=gentoo.git dev-util/vbindiff: drop old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest index 3bc78218cf5b..7decb5d81e56 100644 --- a/dev-util/vbindiff/Manifest +++ b/dev-util/vbindiff/Manifest @@ -1,2 +1 @@ -DIST vbindiff-3.0_beta4.tar.gz 121538 BLAKE2B 2d9d548461497d27eeb26a96135ff0c9e60e069b8bea8f640ae526267bb53d0da3550b8b251cd922b131d1bf499d6c2c0c6353a9e75a94af61256340944afb5a SHA512 6437f107fe58e8343ccd8cb65b3c562d5cb25445fcce284c7ce73fe4a2ed7191100595b9cd0c88d5a630a176f4c4bd374625c97c109a6ee14f1f56ca136d23da DIST vbindiff-3.0_beta5.tar.gz 134192 BLAKE2B 9a7437833fef8db4316fd2c67a781868f6aead5ae47c7abc05683545bb3990950a465b1665ff5bc2e7d298465b3b1a427d6d67b43f59bd7dfb112143c9b52d2f SHA512 e6abd5cb93beffa3bc55455dbfbc98f0effc2a6667c8b9c721792c4a274dfe6f35ef121d27506fc9c951a1decb0e69886775fcf092a5f47fda82ed75ef760a74 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) -}