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 756BE1582E8 for ; Sat, 18 May 2024 10:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C672BC01C; Sat, 18 May 2024 10:40:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 882832BC01C for ; Sat, 18 May 2024 10:40:44 +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 99B9133BF08 for ; Sat, 18 May 2024 10:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDA251AD8 for ; Sat, 18 May 2024 10:40:41 +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: <1716028815.fe1c7cc2491017eddce0d3fa2201f3567c9b65c7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bing-wallpaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-49.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-bing-wallpaper/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fe1c7cc2491017eddce0d3fa2201f3567c9b65c7 X-VCS-Branch: master Date: Sat, 18 May 2024 10:40:41 +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: 190e9423-3f37-413b-9ef1-6d9db77c1d3d X-Archives-Hash: 49671cedd839fce7756d0050bf11aad5 commit: fe1c7cc2491017eddce0d3fa2201f3567c9b65c7 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 18 10:40:15 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 18 10:40:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1c7cc2 gnome-extra/gnome-shell-extension-bing-wallpaper: Fix pkgcheck warnings Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-bing-wallpaper-49.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-49.ebuild b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-49.ebuild index 982992d794b7..c5c1f694b082 100644 --- a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-49.ebuild +++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-49.ebuild @@ -7,11 +7,11 @@ inherit gnome2-utils DESCRIPTION="Change your wallpaper daily to the bing.com background image" HOMEPAGE="https://github.com/neffo/bing-wallpaper-gnome-extension" SRC_URI="https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/bing-wallpaper-gnome-extension-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-libs/glib:2 @@ -19,10 +19,7 @@ RDEPEND=" >=gnome-base/gnome-shell-45 net-libs/libsoup:3.0 " -DEPEND="" -BDEPEND="" -S="${WORKDIR}/bing-wallpaper-gnome-extension-${PV}" extension_uuid="BingWallpaper@ineffable-gmail.com" PATCHES=(