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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57AB2158094 for ; Tue, 21 Jun 2022 09:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64239E08FF; Tue, 21 Jun 2022 09:41:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12FE8E0903 for ; Tue, 21 Jun 2022 09:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3014634153D for ; Tue, 21 Jun 2022 09:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08C3451F for ; Tue, 21 Jun 2022 09:41:24 +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: <1655804451.91d930283eff74a186956f153a77f11248d843a8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sedutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sedutil/Manifest sys-block/sedutil/sedutil-1.15.1.ebuild X-VCS-Directories: sys-block/sedutil/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 91d930283eff74a186956f153a77f11248d843a8 X-VCS-Branch: master Date: Tue, 21 Jun 2022 09:41: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: cd870b04-60f3-4471-b95b-880801e725ed X-Archives-Hash: ca4a0fde07301986e289f0997c22691c commit: 91d930283eff74a186956f153a77f11248d843a8 Author: David Seifert gentoo org> AuthorDate: Tue Jun 21 09:40:51 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 21 09:40:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d93028 sys-block/sedutil: drop 1.15.1 Signed-off-by: David Seifert gentoo.org> sys-block/sedutil/Manifest | 1 - sys-block/sedutil/sedutil-1.15.1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/sys-block/sedutil/Manifest b/sys-block/sedutil/Manifest index 4fea3608d222..5f2b318e0c37 100644 --- a/sys-block/sedutil/Manifest +++ b/sys-block/sedutil/Manifest @@ -1,2 +1 @@ -DIST sedutil-1.15.1.tar.gz 297551 BLAKE2B 233ce75a75e298cf77b5737ab8a072b615ea1ee6f13936d4bd2c35d26036fe663efd2ccbf23e7bb1506230014e8282f590a8905a1349a2d7f0d8c77848a613e5 SHA512 9708ef307b457fad2f45735b044685ac6731c353af428c49ff0e312190f3bdc521bcfa71a9e1239d9ffe637d18293a99b09b7e001df96494cdce53f5442750f1 DIST sedutil-1.20.0.tar.gz 301067 BLAKE2B 6eb18b15a00a2555684459f00c59a9ffa1c0a85ab275bfd4de50225e3e7e9990751c7e4065987527f9c9c798c52abb5d45ef2336c72d6ee1c0e06c8a668ca210 SHA512 b85891f1c519295bf9551ffc2488300611f519aec88c60d74555e0870e125efd6153a49a6ae5a9783102e0ad0fbb148a0c0a804a61984934c23020add85287d3 diff --git a/sys-block/sedutil/sedutil-1.15.1.ebuild b/sys-block/sedutil/sedutil-1.15.1.ebuild deleted file mode 100644 index ac1f377a3325..000000000000 --- a/sys-block/sedutil/sedutil-1.15.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="The Drive Trust Alliance Self Encrypting Drive Utility" -HOMEPAGE="https://github.com/Drive-Trust-Alliance/sedutil" -SRC_URI="https://github.com/Drive-Trust-Alliance/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -src_prepare() { - default - # https://github.com/Drive-Trust-Alliance/sedutil/pull/49 - sed 's: -Werror: :g' \ - -i configure.ac \ - -i Makefile.am || die - eautoreconf -}