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 B809F13835A for ; Mon, 14 Jun 2021 09:20:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEFCE0EFA; Mon, 14 Jun 2021 09:20:06 +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 06B35E0EF8 for ; Mon, 14 Jun 2021 09:20:06 +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 4F3D2340DA4 for ; Mon, 14 Jun 2021 09:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C733E7B6 for ; Mon, 14 Jun 2021 09:19:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1623662373.de6b10ce5cb1f2b60ff79d39a3b93eecd3e9055d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lsscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lsscsi/Manifest sys-fs/lsscsi/lsscsi-0.31.ebuild X-VCS-Directories: sys-fs/lsscsi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: de6b10ce5cb1f2b60ff79d39a3b93eecd3e9055d X-VCS-Branch: master Date: Mon, 14 Jun 2021 09:19: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: 4184bc6c-9ed3-48e6-813a-a32ade7ce173 X-Archives-Hash: ba8b6816d8d5cf35e4447b972e2f33e5 commit: de6b10ce5cb1f2b60ff79d39a3b93eecd3e9055d Author: David Seifert gentoo org> AuthorDate: Mon Jun 14 09:19:33 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jun 14 09:19:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6b10ce sys-fs/lsscsi: drop 0.31 Signed-off-by: David Seifert gentoo.org> sys-fs/lsscsi/Manifest | 1 - sys-fs/lsscsi/lsscsi-0.31.ebuild | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/sys-fs/lsscsi/Manifest b/sys-fs/lsscsi/Manifest index b0b4f6f5521..dfa0032244f 100644 --- a/sys-fs/lsscsi/Manifest +++ b/sys-fs/lsscsi/Manifest @@ -1,2 +1 @@ -DIST lsscsi-0.31.tgz 191650 BLAKE2B 0bd9b72356cc8f9a7f83bf5bdebdc7d3093efa09b1c72e79b45f6e6dacedb6c80e085fce8ce734e298d03c959bc4428f7a4faeeaace3cdeaa3b2d6bfc4b547cc SHA512 e76a011b79657fb138e88d37ff38d83b6bbe2e28330fb621ca5972ba4ffb0131a5e67c8afeb0292c002eaf91e1b69c8f051d48849e5ed822e8705365092a53ba DIST lsscsi-0.32.tgz 195376 BLAKE2B 8ca0eecd5e0a0a60b9871d955daa05a92e33a8c0c799a0293c58c7882a5c0d9ba06df070ffac8bbce4183e0e5081087cd4b39a6e3c51ff30faac58d0aae67f94 SHA512 96cb87be53eae9fa3a7defa0065f4dee8ccc23805a9ed1dc93d101c5e0610b78765b61449bf6ce58c13de8aae8400e4ac6a60ad64f840d092b9d7293106c5145 diff --git a/sys-fs/lsscsi/lsscsi-0.31.ebuild b/sys-fs/lsscsi/lsscsi-0.31.ebuild deleted file mode 100644 index eb792c16355..00000000000 --- a/sys-fs/lsscsi/lsscsi-0.31.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="SCSI sysfs query tool" -HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html" -SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"