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 C6683158086 for ; Sun, 17 Oct 2021 08:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6967EE0919; Sun, 17 Oct 2021 08:23:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35536E0919 for ; Sun, 17 Oct 2021 08:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E58073432C8 for ; Sun, 17 Oct 2021 08:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A751178 for ; Sun, 17 Oct 2021 08:23:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634459002.10c7df13903c90179eabcfd62163825a4aee9d1b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fuse-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fuse-python/Manifest dev-python/fuse-python/fuse-python-1.0.0.ebuild X-VCS-Directories: dev-python/fuse-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10c7df13903c90179eabcfd62163825a4aee9d1b X-VCS-Branch: master Date: Sun, 17 Oct 2021 08:23:34 +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: d3757b1d-ca66-413c-b87f-cfff1b20f954 X-Archives-Hash: 7caabc88db42378c50e1bb2d25b039b0 commit: 10c7df13903c90179eabcfd62163825a4aee9d1b Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 08:18:27 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 08:23:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c7df13 dev-python/fuse-python: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/fuse-python/Manifest | 1 - dev-python/fuse-python/fuse-python-1.0.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/fuse-python/Manifest b/dev-python/fuse-python/Manifest index 0f5279c7963..baec9fb9407 100644 --- a/dev-python/fuse-python/Manifest +++ b/dev-python/fuse-python/Manifest @@ -1,2 +1 @@ -DIST fuse-python-1.0.0.tar.gz 46275 BLAKE2B 109202ed60df82a1a637a02627657c27ef48e55225c099385ec4d74554912d89dfd6238922a7588ff8de27e4c700a3b3832e204455997375dc67f6ca36590ae7 SHA512 d5e91be3e43065988053390d97ca6483ce38924bf9a49f694bf911080b7e75c836224e83d09dcbc6fab8d63781b4cd3ae016d66b65b88dd53106b06f91a6ad5c DIST python-fuse-1.0.4.tar.gz 46571 BLAKE2B b839043343e5abda2725545c696afd4da847e33a77647d910bc7ea71d17480536770d99899ae8f949734304ea6b4b591934f34476ea84aad1adbe39ee5897fa7 SHA512 48fffc02aa7125df03cf2a5819449a5e10a772ecc737bc8a19199beca6a2f8181b98c91cf05fedd06fc258d846c8d67d073dc1e8620c336a3ae09320688dc389 diff --git a/dev-python/fuse-python/fuse-python-1.0.0.ebuild b/dev-python/fuse-python/fuse-python-1.0.0.ebuild deleted file mode 100644 index a1764806770..00000000000 --- a/dev-python/fuse-python/fuse-python-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python FUSE bindings" -HOMEPAGE="https://github.com/libfuse/python-fuse" -SRC_URI="https://github.com/libfuse/python-fuse/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-fs/fuse:0=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/python-fuse-${PV}"