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 60A8E158094 for ; Tue, 28 Jun 2022 10:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F7DCE0AF4; Tue, 28 Jun 2022 10:19:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6AC17E0AF1 for ; Tue, 28 Jun 2022 10:19:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5AA7F340FD1 for ; Tue, 28 Jun 2022 10:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A0451B for ; Tue, 28 Jun 2022 10:19:20 +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: <1656411521.1e35fd2ec0665e53995aaf5c434c2f09959ce2cd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/frogr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/frogr/frogr-1.5-r1.ebuild media-gfx/frogr/frogr-1.5.ebuild X-VCS-Directories: media-gfx/frogr/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1e35fd2ec0665e53995aaf5c434c2f09959ce2cd X-VCS-Branch: master Date: Tue, 28 Jun 2022 10:19:20 +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: 5d211081-e33b-4c52-bf34-beb5b0411588 X-Archives-Hash: c8420d0bdfb44a9959d27fc71a397afa commit: 1e35fd2ec0665e53995aaf5c434c2f09959ce2cd Author: David Seifert gentoo org> AuthorDate: Tue Jun 28 10:18:41 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 28 10:18:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e35fd2e media-gfx/frogr: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> media-gfx/frogr/{frogr-1.5.ebuild => frogr-1.5-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/frogr/frogr-1.5.ebuild b/media-gfx/frogr/frogr-1.5-r1.ebuild similarity index 96% rename from media-gfx/frogr/frogr-1.5.ebuild rename to media-gfx/frogr/frogr-1.5-r1.ebuild index 5c4c371a7f01..75bd15003391 100644 --- a/media-gfx/frogr/frogr-1.5.ebuild +++ b/media-gfx/frogr/frogr-1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 inherit gnome.org gnome2-utils meson xdg @@ -11,7 +11,6 @@ HOMEPAGE="https://live.gnome.org/Frogr" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=" >=dev-libs/glib-2.44:2 @@ -23,7 +22,8 @@ RDEPEND=" >=net-libs/libsoup-2.34:2.4 >=dev-libs/libgcrypt-1.5:* " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=sys-devel/gettext-0.19.7 virtual/pkgconfig " @@ -41,7 +41,7 @@ pkg_postinst() { } pkg_postrm() { - gnome2_icon_cache_update xdg_pkg_postrm + gnome2_icon_cache_update gnome2_schemas_update }