From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 844831392E8 for ; Sat, 24 Jul 2021 10:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1942E0AD6; Sat, 24 Jul 2021 10:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4659E0AD6 for ; Sat, 24 Jul 2021 10:11:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81378342C9C for ; Sat, 24 Jul 2021 10:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E914A7A3 for ; Sat, 24 Jul 2021 10:10:58 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1627121452.c8e363fd1f00081c78dccf871be81ada1df14919.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vbindiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vbindiff/vbindiff-3.0_beta5.ebuild X-VCS-Directories: dev-util/vbindiff/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c8e363fd1f00081c78dccf871be81ada1df14919 X-VCS-Branch: master Date: Sat, 24 Jul 2021 10:10:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd48ac79-1d43-4054-a817-bd2f11ad0d80 X-Archives-Hash: 575fcd804da7c4e2bde4f3e52996007c commit: c8e363fd1f00081c78dccf871be81ada1df14919 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 24 10:10:52 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 24 10:10:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e363fd dev-util/vbindiff: drop old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/vbindiff/vbindiff-3.0_beta5.ebuild | 16 ---------------- 1 file changed, 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 cecef7d36e6..00000000000 --- 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}"