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 E23BD1382C5 for ; Sat, 20 Jan 2018 22:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08374E0878; Sat, 20 Jan 2018 22:50:46 +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 DABCEE085E for ; Sat, 20 Jan 2018 22:50:45 +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 BB4BA335C3B for ; Sat, 20 Jan 2018 22:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDE61C5 for ; Sat, 20 Jan 2018 22:50:43 +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: <1516488527.7d9e5d07f23a859401c17600a7cae046ea040f7d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-2.18.12.ebuild sci-geosciences/qgis/qgis-2.18.14.ebuild sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d9e5d07f23a859401c17600a7cae046ea040f7d X-VCS-Branch: master Date: Sat, 20 Jan 2018 22:50:43 +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: e5ab8475-d795-4e76-8baf-5e84225fa675 X-Archives-Hash: 8d737020c82ee9591f8805089872fa8f commit: 7d9e5d07f23a859401c17600a7cae046ea040f7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 20 22:44:42 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 20 22:48:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9e5d07 sci-geosciences/qgis: Drop gnome2_icon_savelist Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-geosciences/qgis/qgis-2.18.12.ebuild | 6 +----- sci-geosciences/qgis/qgis-2.18.14.ebuild | 6 +----- sci-geosciences/qgis/qgis-9999.ebuild | 4 ---- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/sci-geosciences/qgis/qgis-2.18.12.ebuild b/sci-geosciences/qgis/qgis-2.18.12.ebuild index bd5c16407bf..3dcd7a697d1 100644 --- a/sci-geosciences/qgis/qgis-2.18.12.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -185,10 +185,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { if use postgres; then elog "If you don't intend to use an external PostGIS server" diff --git a/sci-geosciences/qgis/qgis-2.18.14.ebuild b/sci-geosciences/qgis/qgis-2.18.14.ebuild index badd711d115..eb148f3d4fe 100644 --- a/sci-geosciences/qgis/qgis-2.18.14.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -185,10 +185,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { if use postgres; then elog "If you don't intend to use an external PostGIS server" diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index a167a5305cf..13ed091c52e 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -189,10 +189,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { if use postgres; then elog "If you don't intend to use an external PostGIS server"