diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-24 11:10:52 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-24 11:10:52 +0100 |
commit | c8e363fd1f00081c78dccf871be81ada1df14919 (patch) | |
tree | 976c3f8a1aba9b7d1938f06bc198b5861900cbcb | |
parent | sci-biology/abyss: drop haskell@ from maintainers (diff) | |
download | gentoo-c8e363fd1f00081c78dccf871be81ada1df14919.tar.gz gentoo-c8e363fd1f00081c78dccf871be81ada1df14919.tar.bz2 gentoo-c8e363fd1f00081c78dccf871be81ada1df14919.zip |
dev-util/vbindiff: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta5.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild deleted file mode 100644 index cecef7d36e62..000000000000 --- a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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://github.com/mrdudz/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND="sys-libs/ncurses:0=" -DEPEND="${RDEPEND}" |