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 6EE0B15A7D9 for ; Thu, 16 Mar 2023 12:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0088CE0845; Thu, 16 Mar 2023 12:18:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C2724E0827 for ; Thu, 16 Mar 2023 12:18:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 986C333E4AD for ; Thu, 16 Mar 2023 12:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B5328E5 for ; Thu, 16 Mar 2023 12:18:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1678969051.d53c4e69a671ba07522be14437802b69576096a9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild X-VCS-Directories: x11-themes/fedora-backgrounds/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d53c4e69a671ba07522be14437802b69576096a9 X-VCS-Branch: master Date: Thu, 16 Mar 2023 12:18:03 +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: 93f5b5a0-9548-40dd-b47b-28ded12c9bd0 X-Archives-Hash: d65bc2bbc111dce13efa6872b17d1e62 commit: d53c4e69a671ba07522be14437802b69576096a9 Author: Pacho Ramos gentoo org> AuthorDate: Thu Mar 16 11:47:11 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Mar 16 12:17:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53c4e69 x11-themes/fedora-backgrounds: Update eapi Signed-off-by: Pacho Ramos gentoo.org> x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild | 5 +++-- x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild | 5 +++-- x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild | 4 ++-- x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild | 4 ++-- x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild | 4 ++-- x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild | 4 ++-- x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild | 4 ++-- 7 files changed, 16 insertions(+), 14 deletions(-) diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild index a77dd6e3851c..50a4ecfe9a96 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" @@ -17,5 +17,6 @@ SLOT="$(ver_cut 1)" RDEPEND="" DEPEND="" +BDEPEND="" S="${WORKDIR}/${MY_PN}" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild index a77dd6e3851c..50a4ecfe9a96 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" @@ -17,5 +17,6 @@ SLOT="$(ver_cut 1)" RDEPEND="" DEPEND="" +BDEPEND="" S="${WORKDIR}/${MY_PN}" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild index ca546b61fb32..50a4ecfe9a96 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild index 1e12ed6b5268..2e3c9eb609aa 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild index 570c846a7190..1991621fda50 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild index 3e12c33b7b27..2bbc93856366 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild index 3e12c33b7b27..2bbc93856366 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds"