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 718621382C5 for ; Thu, 18 Jun 2020 02:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8967BE0946; Thu, 18 Jun 2020 02:40:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6CA61E0946 for ; Thu, 18 Jun 2020 02:40:41 +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 3EC7034E52A for ; Thu, 18 Jun 2020 02:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A278286 for ; Thu, 18 Jun 2020 02:40:24 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592448015.2b37e13e97088aac336cda009d18e69de116337c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/bchunk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/bchunk/Manifest app-cdr/bchunk/bchunk-1.2.2.ebuild X-VCS-Directories: app-cdr/bchunk/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2b37e13e97088aac336cda009d18e69de116337c X-VCS-Branch: master Date: Thu, 18 Jun 2020 02:40:24 +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: c5ff4bd0-9839-4fcb-871b-2f0cf78f906b X-Archives-Hash: 9b8dcf283f95c310a25004c8c1594ee9 commit: 2b37e13e97088aac336cda009d18e69de116337c Author: Aaron Bauman gentoo org> AuthorDate: Thu Jun 18 02:39:47 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 18 02:40:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b37e13e app-cdr/bchunk: drop vulnerable Bug: https://bugs.gentoo.org/635898 Signed-off-by: Aaron Bauman gentoo.org> app-cdr/bchunk/Manifest | 1 - app-cdr/bchunk/bchunk-1.2.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-cdr/bchunk/Manifest b/app-cdr/bchunk/Manifest index 33c44124be2..a64fa9af55f 100644 --- a/app-cdr/bchunk/Manifest +++ b/app-cdr/bchunk/Manifest @@ -1,2 +1 @@ DIST bchunk-1.2.0.tar.gz 15078 BLAKE2B 60d443380ffaa8dd1d025777c91c1374a931f16c8de2219a4ff453ee4d7c6eb235b2380ce1021911636d247a12640214dc40b29f9c9cf917ff4bc4594f189fc4 SHA512 0e1f9daa2dfeff58e2c65ac2767bff804811fa22f70a220747aa873cb01b77b4c6a809736483aa22fb3f2d2a88885469d10fb45af4626069e992a0763a5fcc2d -DIST bchunk-1.2.2.tar.gz 15359 BLAKE2B f3d65392305ea0cc3e8a3b8449beb7bebd23f614445f44350d66fd2104db89e17fcf03f6e01144d0da2c145e2c227bb5385f67dc2d443e38b49754349c549f8f SHA512 94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8 diff --git a/app-cdr/bchunk/bchunk-1.2.2.ebuild b/app-cdr/bchunk/bchunk-1.2.2.ebuild deleted file mode 100644 index fac20a0e3c2..00000000000 --- a/app-cdr/bchunk/bchunk-1.2.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr" -HOMEPAGE="http://he.fi/bchunk/" -SRC_URI="http://he.fi/bchunk/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" - -DOCS=( "${PN}.spec" README ChangeLog ) - -src_install() { - dobin "${PN}" - doman "${PN}.1" - einstalldocs -}