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 B77D11580B4 for ; Sat, 4 Sep 2021 17:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BA08E085E; Sat, 4 Sep 2021 17:35:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 45C09E085E for ; Sat, 4 Sep 2021 17:35:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2219B33E690 for ; Sat, 4 Sep 2021 17:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A31C7E7 for ; Sat, 4 Sep 2021 17:35:39 +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: <1630776864.9690d692aab1a69a1c49466f3771cc38316992fc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse-common/Manifest sys-fs/fuse-common/fuse-common-3.10.1.ebuild X-VCS-Directories: sys-fs/fuse-common/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9690d692aab1a69a1c49466f3771cc38316992fc X-VCS-Branch: master Date: Sat, 4 Sep 2021 17:35:39 +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: 11773d31-2203-4542-a847-e7b5b46bf9d2 X-Archives-Hash: 64f908a1ab295257980ec32a711711c1 commit: 9690d692aab1a69a1c49466f3771cc38316992fc Author: David Seifert gentoo org> AuthorDate: Sat Sep 4 17:34:24 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 4 17:34:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9690d692 sys-fs/fuse-common: drop 3.10.1 Signed-off-by: David Seifert gentoo.org> sys-fs/fuse-common/Manifest | 1 - sys-fs/fuse-common/fuse-common-3.10.1.ebuild | 34 ---------------------------- 2 files changed, 35 deletions(-) diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest index eed853b47b2..c63c77bce90 100644 --- a/sys-fs/fuse-common/Manifest +++ b/sys-fs/fuse-common/Manifest @@ -1,2 +1 @@ -DIST fuse-3.10.1.tar.xz 1898800 BLAKE2B ddccf4dc697547edb6ed48ca76b4379a5f94884fd19118926d82b82316d4b83fa80b9f4bda7edc51eb80ec72c06763fd766ab1216767456db8d6238c725f838b SHA512 7cf16c41060a8aaee2f815f271b4dd410c2e072e7629e55b92faca9b2b47544592704736c7da11a598f18ad4a537f0ba76964fa76e3f1a23b4facfe5c6053302 DIST fuse-3.10.4.tar.xz 2787472 BLAKE2B 174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f SHA512 1cb7600dc04f148b15ec3183d0348320dd946cf15d4077798e7e34fe7e8202837718c8b8bd1f190b7dddda2453ee2b0433d77e18f142ecb7affec1cae29520f6 diff --git a/sys-fs/fuse-common/fuse-common-3.10.1.ebuild b/sys-fs/fuse-common/fuse-common-3.10.1.ebuild deleted file mode 100644 index 8e3aff886fd..00000000000 --- a/sys-fs/fuse-common/fuse-common-3.10.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit udev - -DESCRIPTION="Common files for multiple slots of sys-fs/fuse" -HOMEPAGE="https://github.com/libfuse/libfuse" -SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND="virtual/pkgconfig" -RDEPEND="!