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 7093B1395E2 for ; Sun, 27 Nov 2016 14:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A911AE0B22; Sun, 27 Nov 2016 14:29:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AE43E0B22 for ; Sun, 27 Nov 2016 14:29:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 717FF34106E for ; Sun, 27 Nov 2016 14:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76EB349C for ; Sun, 27 Nov 2016 14:29:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1480256987.1a08ed19f8fcc4dc53ecb2741b4b714627521945.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeciv/freeciv-2.5.5.ebuild games-strategy/freeciv/freeciv-2.5.6.ebuild X-VCS-Directories: games-strategy/freeciv/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1a08ed19f8fcc4dc53ecb2741b4b714627521945 X-VCS-Branch: master Date: Sun, 27 Nov 2016 14:29:51 +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-Archives-Salt: 9bdad058-0482-4213-b5ea-2796c5d752d5 X-Archives-Hash: 5044051c36cf302abf101c10e76565f0 commit: 1a08ed19f8fcc4dc53ecb2741b4b714627521945 Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 27 14:29:34 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 27 14:29:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a08ed19 games-strategy/freeciv: Removed forgotten calls to games eclass functions. Package-Manager: portage-2.3.2 games-strategy/freeciv/freeciv-2.5.5.ebuild | 2 -- games-strategy/freeciv/freeciv-2.5.6.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/games-strategy/freeciv/freeciv-2.5.5.ebuild b/games-strategy/freeciv/freeciv-2.5.5.ebuild index cdb363b..459a2f1 100644 --- a/games-strategy/freeciv/freeciv-2.5.5.ebuild +++ b/games-strategy/freeciv/freeciv-2.5.5.ebuild @@ -162,12 +162,10 @@ src_install() { } pkg_preinst() { - games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { - games_pkg_postinst gnome2_icon_cache_update } diff --git a/games-strategy/freeciv/freeciv-2.5.6.ebuild b/games-strategy/freeciv/freeciv-2.5.6.ebuild index 441850c..1b41dc0 100644 --- a/games-strategy/freeciv/freeciv-2.5.6.ebuild +++ b/games-strategy/freeciv/freeciv-2.5.6.ebuild @@ -165,12 +165,10 @@ src_install() { } pkg_preinst() { - games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { - games_pkg_postinst gnome2_icon_cache_update }