summaryrefslogtreecommitdiff
path: root/dev-util/vbindiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /dev-util/vbindiff
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'dev-util/vbindiff')
-rw-r--r--dev-util/vbindiff/Manifest2
-rw-r--r--dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild22
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest
index 9398f788f79b..f4b5c61cb8fb 100644
--- a/dev-util/vbindiff/Manifest
+++ b/dev-util/vbindiff/Manifest
@@ -1,5 +1,3 @@
-DIST vbindiff-3.0_beta4.tar.gz 121538 BLAKE2B 2d9d548461497d27eeb26a96135ff0c9e60e069b8bea8f640ae526267bb53d0da3550b8b251cd922b131d1bf499d6c2c0c6353a9e75a94af61256340944afb5a SHA512 6437f107fe58e8343ccd8cb65b3c562d5cb25445fcce284c7ce73fe4a2ed7191100595b9cd0c88d5a630a176f4c4bd374625c97c109a6ee14f1f56ca136d23da
DIST vbindiff-3.0_beta5.tar.gz 134192 BLAKE2B 9a7437833fef8db4316fd2c67a781868f6aead5ae47c7abc05683545bb3990950a465b1665ff5bc2e7d298465b3b1a427d6d67b43f59bd7dfb112143c9b52d2f SHA512 e6abd5cb93beffa3bc55455dbfbc98f0effc2a6667c8b9c721792c4a274dfe6f35ef121d27506fc9c951a1decb0e69886775fcf092a5f47fda82ed75ef760a74
-EBUILD vbindiff-3.0_beta4-r1.ebuild 502 BLAKE2B 5ed80b3d0147e49badde9e496741a052374b250a74b064ce090ed0a262b1b6747b661664954a4d969957f2aafedb34a05eb37a7e85bf0fd5edf6a34238cf8762 SHA512 5490f4071ab11d6c9a71bfc9f5226c2d382493430c0f178868ea145699c71e95c28a047b43759b9d46beb8c665aa892474beb0ddfa8502b3fb03e3dc42e8e7fd
EBUILD vbindiff-3.0_beta5.ebuild 402 BLAKE2B de60734a986c6648b761944149bdc4248a1af0279540d77c850a55489d7885de091e21d2be31914ef224bc8cf05889e4f4c6edba45468767749e4603abf7c96f SHA512 0f2f30c2d0430c65e84c1615c71b9d440a287cbb3248aa20b9c3354614c62c4a790760f8197fd0c8dd9c58b75d41c46232d2473a300f98cf8c8385b61f9b144d
MISC metadata.xml 331 BLAKE2B e1827fc3619bfde5ed89a9eebb60943e22419a20e89d6ff3441f30195bb05fdafff6549cf09985e43a58712cf5846f9eec82a792dd66505cded6525c1c5235a2 SHA512 32b9763a0137fc5fb36751a38c9476a6f813ff118f4cc0a491dcae75439fb7ce40f934d6d0cffb0397ad11b85373859791622884c194ddddd3bd5bb03427001f
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)
-}