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 AFD3B158094 for ; Tue, 21 Jun 2022 16:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33A11E08F1; Tue, 21 Jun 2022 16:30:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A7F5E08F1 for ; Tue, 21 Jun 2022 16:30:03 +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 4FEA834157B for ; Tue, 21 Jun 2022 16:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3B7B51C for ; Tue, 21 Jun 2022 16:29:58 +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: <1655828977.02757bf49fbecf3a49ea246a59204665aa0aa2f4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-sendto/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 02757bf49fbecf3a49ea246a59204665aa0aa2f4 X-VCS-Branch: master Date: Tue, 21 Jun 2022 16:29:58 +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: 21d278b6-c8d0-4153-8952-b3b00b4a0959 X-Archives-Hash: df5690a4c6947eff29cec7a750634d4f commit: 02757bf49fbecf3a49ea246a59204665aa0aa2f4 Author: David Seifert gentoo org> AuthorDate: Tue Jun 21 16:29:37 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 21 16:29:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02757bf4 gnome-extra/nautilus-sendto: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...endto-3.8.6.ebuild => nautilus-sendto-3.8.6-r1.ebuild} | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild similarity index 81% rename from gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild rename to gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild index 988f463cb538..71755aeddda9 100644 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit gnome.org meson DESCRIPTION="A nautilus extension for sending files to locations" @@ -13,15 +14,13 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="debug" RDEPEND=">=dev-libs/glib-2.25.9:2" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.19.8 +DEPEND="${RDEPEND}" +BDEPEND=" dev-libs/appstream-glib - virtual/pkgconfig -" + sys-devel/gettext + virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/fix-build-with-meson-0.61.patch -) +PATCHES=( "${FILESDIR}"/fix-build-with-meson-0.61.patch ) pkg_postinst() { if ! has_version "gnome-base/nautilus[sendto]"; then