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 90CD4138351 for ; Wed, 12 Feb 2020 20:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB1D3E0207; Wed, 12 Feb 2020 20:33:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 77839E0207 for ; Wed, 12 Feb 2020 20:33:02 +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 06A6F34EC61 for ; Wed, 12 Feb 2020 20:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A076134 for ; Wed, 12 Feb 2020 20:32:59 +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: <1581539571.124593153460d978510a88af8e4486265880018b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vbindiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vbindiff/Manifest dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild X-VCS-Directories: dev-util/vbindiff/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 124593153460d978510a88af8e4486265880018b X-VCS-Branch: master Date: Wed, 12 Feb 2020 20:32:59 +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: ce615455-b185-4b70-9ee0-3ad96fcfd9c8 X-Archives-Hash: 324dcb026541c8f005ae1f8ff3526796 commit: 124593153460d978510a88af8e4486265880018b Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Feb 12 20:32:09 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Feb 12 20:32:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12459315 dev-util/vbindiff: drop old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/vbindiff/Manifest | 1 - dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest index 3bc78218cf5..7decb5d81e5 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 a1c8216b60f..00000000000 --- 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) -}