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 18ED4138350 for ; Tue, 11 Feb 2020 23:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A1E8E07AE; Tue, 11 Feb 2020 23:03:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1BF69E07AE for ; Tue, 11 Feb 2020 23:03:11 +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 138B834EB7E for ; Tue, 11 Feb 2020 23:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCD4511D for ; Tue, 11 Feb 2020 23:03:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1581462181.1b351fe6533cf16ed689aee82bd4f817af25527c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/golly/golly-3.3-r1.ebuild app-misc/golly/golly-3.3.ebuild X-VCS-Directories: app-misc/golly/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1b351fe6533cf16ed689aee82bd4f817af25527c X-VCS-Branch: master Date: Tue, 11 Feb 2020 23:03:07 +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: 40244e36-5ba6-4a3d-9da9-588c47ac4b68 X-Archives-Hash: 473dc3ae638495ad39babd70ea1c2bb9 commit: 1b351fe6533cf16ed689aee82bd4f817af25527c Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Feb 11 23:02:45 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Feb 11 23:03:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b351fe6 app-misc/golly: use desktop/xdg-utils eclasses instead of gnome-2 Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/709262 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> app-misc/golly/{golly-3.3.ebuild => golly-3.3-r1.ebuild} | 12 ++++-------- app-misc/golly/golly-3.3.ebuild | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/app-misc/golly/golly-3.3.ebuild b/app-misc/golly/golly-3.3-r1.ebuild similarity index 81% copy from app-misc/golly/golly-3.3.ebuild copy to app-misc/golly/golly-3.3-r1.ebuild index f3319b32e24..dffedc97b55 100644 --- a/app-misc/golly/golly-3.3.ebuild +++ b/app-misc/golly/golly-3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 WX_GTK_VER=3.0 PYTHON_COMPAT=( python2_7 ) -inherit eutils flag-o-matic python-single-r1 gnome2-utils wxwidgets +inherit desktop eutils flag-o-matic python-single-r1 wxwidgets xdg-utils DESCRIPTION="simulator for Conway's Game of Life and other cellular automata" HOMEPAGE="http://golly.sourceforge.net/" @@ -42,14 +42,10 @@ src_install() { make_desktop_entry ${PN} "Golly" ${PN} "Science" } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/app-misc/golly/golly-3.3.ebuild b/app-misc/golly/golly-3.3.ebuild index f3319b32e24..dffedc97b55 100644 --- a/app-misc/golly/golly-3.3.ebuild +++ b/app-misc/golly/golly-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 WX_GTK_VER=3.0 PYTHON_COMPAT=( python2_7 ) -inherit eutils flag-o-matic python-single-r1 gnome2-utils wxwidgets +inherit desktop eutils flag-o-matic python-single-r1 wxwidgets xdg-utils DESCRIPTION="simulator for Conway's Game of Life and other cellular automata" HOMEPAGE="http://golly.sourceforge.net/" @@ -42,14 +42,10 @@ src_install() { make_desktop_entry ${PN} "Golly" ${PN} "Science" } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }