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 9F2F81382C5 for ; Wed, 4 Apr 2018 23:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C410BE0ABE; Wed, 4 Apr 2018 23:04:28 +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 A0322E0ABE for ; Wed, 4 Apr 2018 23:04:28 +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 3F048335C2E for ; Wed, 4 Apr 2018 23:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2323271 for ; Wed, 4 Apr 2018 23:04:25 +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: <1522882978.7a9421d59d1ae4c7a5d1879a075e46ca040b5ee7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/leafpad/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/leafpad/leafpad-0.8.18.1.ebuild X-VCS-Directories: app-editors/leafpad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7a9421d59d1ae4c7a5d1879a075e46ca040b5ee7 X-VCS-Branch: master Date: Wed, 4 Apr 2018 23:04:25 +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: f7f78181-f9e8-492a-a835-61285812529f X-Archives-Hash: 31b9cc01db5c91cbf86a864e195778fe commit: 7a9421d59d1ae4c7a5d1879a075e46ca040b5ee7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 4 22:00:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 4 23:02:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9421d5 app-editors/leafpad: Drop unnecessary gnome2_icon_savelist, DOCS Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-editors/leafpad/leafpad-0.8.18.1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-editors/leafpad/leafpad-0.8.18.1.ebuild b/app-editors/leafpad/leafpad-0.8.18.1.ebuild index e2044fce540..9497f53825f 100644 --- a/app-editors/leafpad/leafpad-0.8.18.1.ebuild +++ b/app-editors/leafpad/leafpad-0.8.18.1.ebuild @@ -21,11 +21,9 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" -DOCS="AUTHORS ChangeLog NEWS README" - PATCHES=( - "${FILESDIR}"/${PN}-0.8.18.1-fdo.patch - "${FILESDIR}"/${PN}-0.8.18.1-format-security.patch + "${FILESDIR}"/${P}-fdo.patch + "${FILESDIR}"/${P}-format-security.patch ) src_configure() { @@ -35,10 +33,6 @@ src_configure() { $(use_enable emacs) } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { xdg_desktop_database_update gnome2_icon_cache_update