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 D2F09158090 for ; Wed, 25 May 2022 19:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DFA5E0900; Wed, 25 May 2022 19:17:33 +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 08663E0900 for ; Wed, 25 May 2022 19:17:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30C1B34174D for ; Wed, 25 May 2022 19:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6751B34E for ; Wed, 25 May 2022 19:17:30 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1653506235.572e04698f80f0caaaeb55719282d859f46be93d.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/unionfs-fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild X-VCS-Directories: sys-fs/unionfs-fuse/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 572e04698f80f0caaaeb55719282d859f46be93d X-VCS-Branch: master Date: Wed, 25 May 2022 19:17:30 +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: 12605af7-4367-4c5f-85bd-f4f7fdf4378f X-Archives-Hash: b1bc3e54dd1df462a4a865a6fcf6ea25 commit: 572e04698f80f0caaaeb55719282d859f46be93d Author: Sebastian Pipping gentoo org> AuthorDate: Wed May 25 19:14:57 2022 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed May 25 19:17:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572e0469 sys-fs/unionfs-fuse: Python 3.10 + EAPI 8 Closes: https://bugs.gentoo.org/846329 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 .../{unionfs-fuse-9999.ebuild => unionfs-fuse-2.2-r1.ebuild} | 12 ++++++------ sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild similarity index 76% copy from sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild copy to sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild index 5897a40f2915..2312fa71e7c0 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-2.2-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -PYTHON_COMPAT=( python3_{7..9} ) -inherit git-r3 python-any-r1 toolchain-funcs +PYTHON_COMPAT=( python3_{8..10} ) +inherit python-any-r1 toolchain-funcs DESCRIPTION="Self-syncing tree-merging file system based on FUSE" HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" -EGIT_REPO_URI="https://github.com/rpodgorny/unionfs-fuse.git" +SRC_URI="https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86 ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild index 5897a40f2915..eab277c33f84 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit git-r3 python-any-r1 toolchain-funcs DESCRIPTION="Self-syncing tree-merging file system based on FUSE"