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 D1F74158091 for ; Sat, 19 Feb 2022 13:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11468E07EA; Sat, 19 Feb 2022 13:15:08 +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 CD865E07EA for ; Sat, 19 Feb 2022 13:15:07 +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 995513438F2 for ; Sat, 19 Feb 2022 13:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE7D2EB for ; Sat, 19 Feb 2022 13:14:37 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1645276457.b86cd4127f607a21c6411ae29dbf8721e36cd7dd.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fatcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fatcat/Manifest sys-fs/fatcat/fatcat-1.1.0-r2.ebuild X-VCS-Directories: sys-fs/fatcat/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b86cd4127f607a21c6411ae29dbf8721e36cd7dd X-VCS-Branch: master Date: Sat, 19 Feb 2022 13:14:37 +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: 36167bd8-bcf9-470d-a008-0ca738447a4f X-Archives-Hash: 97307fdfd879fbcc79b002f783a93323 commit: b86cd4127f607a21c6411ae29dbf8721e36cd7dd Author: Ben Kohler gentoo org> AuthorDate: Sat Feb 19 13:13:32 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Feb 19 13:14:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86cd412 sys-fs/fatcat: drop old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> sys-fs/fatcat/Manifest | 1 - sys-fs/fatcat/fatcat-1.1.0-r2.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/sys-fs/fatcat/Manifest b/sys-fs/fatcat/Manifest index f880b2eba171..25e4bad8c7b1 100644 --- a/sys-fs/fatcat/Manifest +++ b/sys-fs/fatcat/Manifest @@ -1,2 +1 @@ -DIST fatcat-1.1.0.tar.gz 57104 BLAKE2B 9ff69f576258a39b767db67e6934a35175af218a184516681300c646ce1ec508652cf1113bf61f9e2f628849de2b53152345ca12fe84e8a9a7f51799bb3e13a2 SHA512 f5bcffcb46b77e950241a9f957133083ea5d43f4e0f3e038c84310da926cc017048d22f85f3c8e90a2745ce26f513079997717c5b758649b7090694006be0078 DIST fatcat-1.1.1.tar.gz 57213 BLAKE2B 095d69d828759860c182a9208e234a90b80656207f3c6ee217adc903f4c75e09f44b9d8a45a37404c904657e787edcc7b3c5969f175414bde2c03b52765b537c SHA512 eb3feca0ee330fc7d3a557ff2ecca96102351105799d89cef64ddfaeaa5bbb5d8815f5f109bbd8f2721538ddbb231bebf3f3515c5b33a6d4093f4c1389000f9e diff --git a/sys-fs/fatcat/fatcat-1.1.0-r2.ebuild b/sys-fs/fatcat/fatcat-1.1.0-r2.ebuild deleted file mode 100644 index 1b785a18b115..000000000000 --- a/sys-fs/fatcat/fatcat-1.1.0-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2018-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="FAT filesystems explore, extract, repair, and forensic tool" -HOMEPAGE="https://github.com/Gregwar/fatcat" -SRC_URI="https://github.com/Gregwar/fatcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="!elibc_glibc? ( sys-libs/argp-standalone )" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/fatcat-include-getopt.patch ) - -src_install() { - cmake_src_install - doman man/${PN}.1 - dodoc docs/*.md -}