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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B6891382C5 for ; Sat, 2 Jan 2021 00:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BCEFE0101; Sat, 2 Jan 2021 00:07:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB197E0101 for ; Sat, 2 Jan 2021 00:07:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C6F5340F47 for ; Sat, 2 Jan 2021 00:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1DA946B for ; Sat, 2 Jan 2021 00:07:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1609545847.3e16a24d63c349d5d784a5c4013a0dc1f9eddca5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/meandmyshadow/files/, games-puzzle/meandmyshadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild X-VCS-Directories: games-puzzle/meandmyshadow/files/ games-puzzle/meandmyshadow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e16a24d63c349d5d784a5c4013a0dc1f9eddca5 X-VCS-Branch: master Date: Sat, 2 Jan 2021 00:07:16 +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: bda6f6d0-05e4-4f90-945a-0d6fd486dc87 X-Archives-Hash: 497c6b98ee7aa553357c05fda6c723bf commit: 3e16a24d63c349d5d784a5c4013a0dc1f9eddca5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 1 23:56:07 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 2 00:04:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e16a24d games-puzzle/meandmyshadow: EAPI-7 bump, switch to cmake, xdg-utils - New HOMEPAGE - Revert broken/unnecessary patch file change. Closes: https://bugs.gentoo.org/659598 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../meandmyshadow/files/meandmyshadow-0.4-cmake.patch | 6 +++--- games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild | 17 +++++++++-------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch b/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch index 504f6c0987a..0bd66d5d284 100644 --- a/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch +++ b/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch @@ -1,6 +1,6 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -15,13 +15,12 @@ +--- meandmyshadow-0.4.orig/CMakeLists.txt ++++ meandmyshadow-0.4/CMakeLists.txt +@@ -15,13 +15,12 @@ Find_Package(CURL REQUIRED) Find_Package(LibArchive REQUIRED) Find_Package(OpenSSL REQUIRED) diff --git a/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild b/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild index d576bee444c..809adb12079 100644 --- a/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild +++ b/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils gnome2-utils +inherit cmake xdg-utils -DESCRIPTION="A puzzle/platform game with a player and its shadow" -HOMEPAGE="http://meandmyshadow.sourceforge.net/" +DESCRIPTION="Puzzle/platform game with a player and its shadow" +HOMEPAGE="https://acmepjz.github.io/meandmyshadow/ +https://github.com/acmepjz/meandmyshadow/" SRC_URI="mirror://sourceforge/meandmyshadow/${PV}/${P}-src.tar.gz" LICENSE="GPL-3 OFL-1.1 CC-BY-SA-2.5" @@ -41,13 +42,13 @@ src_configure() { -DDESKTOPDIR=/usr/share/applications -DHARDWARE_ACCELERATION=$(usex opengl) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }