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 118F0139695 for ; Sat, 11 Mar 2017 14:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC67E0C9F; Sat, 11 Mar 2017 14:20:22 +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 CC520E0C9F for ; Sat, 11 Mar 2017 14:20:21 +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 E4936340806 for ; Sat, 11 Mar 2017 14:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 662B4648C for ; Sat, 11 Mar 2017 14:20:18 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1489242008.cfa13c57d31c01b7538ed0b9ef7c201cc02a3d70.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electrum/electrum-2.1.1.ebuild net-misc/electrum/electrum-2.6.4.ebuild net-misc/electrum/electrum-2.7.15.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: cfa13c57d31c01b7538ed0b9ef7c201cc02a3d70 X-VCS-Branch: master Date: Sat, 11 Mar 2017 14:20:18 +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: cde3b5a9-67e1-43ec-bfca-10d1ccf072e3 X-Archives-Hash: a69b363bc203bf7e2941ea962939ccb4 commit: cfa13c57d31c01b7538ed0b9ef7c201cc02a3d70 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Mar 11 13:47:23 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Mar 11 14:20:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa13c57 net-misc/electrum: remove redundant validate_desktop_entries, bug #612308 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/electrum/electrum-2.1.1.ebuild | 6 ++---- net-misc/electrum/electrum-2.6.4.ebuild | 4 +--- net-misc/electrum/electrum-2.7.15.ebuild | 6 ++---- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/net-misc/electrum/electrum-2.1.1.ebuild b/net-misc/electrum/electrum-2.1.1.ebuild index 837fc5cb64e..02905b43228 100644 --- a/net-misc/electrum/electrum-2.1.1.ebuild +++ b/net-misc/electrum/electrum-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="ncurses?" -inherit eutils distutils-r1 gnome2-utils +inherit distutils-r1 gnome2-utils MY_P="Electrum-${PV}" DESCRIPTION="User friendly Bitcoin client" @@ -70,8 +70,6 @@ src_prepare() { # Prevent icon from being installed in the wrong location sed -i '/icons/d' setup.py || die - validate_desktop_entries - # Remove unrequested localization files: for lang in ${LINGUAS}; do use "linguas_${lang}" && continue diff --git a/net-misc/electrum/electrum-2.6.4.ebuild b/net-misc/electrum/electrum-2.6.4.ebuild index dd6bad240cb..4cc220b6440 100644 --- a/net-misc/electrum/electrum-2.6.4.ebuild +++ b/net-misc/electrum/electrum-2.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -73,8 +73,6 @@ src_prepare() { # Prevent icon from being installed in the wrong location sed -i '/icons/d' setup.py || die - validate_desktop_entries - # Remove unrequested localization files: for lang in ${LINGUAS}; do use "linguas_${lang}" && continue diff --git a/net-misc/electrum/electrum-2.7.15.ebuild b/net-misc/electrum/electrum-2.7.15.ebuild index bb95db44e29..04f4ee3f77c 100644 --- a/net-misc/electrum/electrum-2.7.15.ebuild +++ b/net-misc/electrum/electrum-2.7.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="ncurses?" -inherit eutils distutils-r1 gnome2-utils +inherit distutils-r1 gnome2-utils MY_P="Electrum-${PV}" DESCRIPTION="User friendly Bitcoin client" @@ -68,8 +68,6 @@ src_prepare() { # Prevent icon from being installed in the wrong location sed -i '/icons/d' setup.py || die - validate_desktop_entries - # Remove unrequested localization files: for lang in ${LINGUAS}; do use "linguas_${lang}" && continue