net-misc/electrum: remove redundant validate_desktop_entries, bug #612308
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 11 Mar 2017 13:47:23 +0000 (08:47 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 11 Mar 2017 14:20:08 +0000 (09:20 -0500)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-misc/electrum/electrum-2.1.1.ebuild
net-misc/electrum/electrum-2.6.4.ebuild
net-misc/electrum/electrum-2.7.15.ebuild

index 837fc5cb64e5c08ea9bf6b8c30aff0ef62484c27..02905b43228e4e7c50f032afa548a44c587bce88 100644 (file)
@@ -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
index dd6bad240cb733a9ddfa1634461e952fe70eb8af..4cc220b64404319cf0f14bf532285cd8a5359c19 100644 (file)
@@ -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
index bb95db44e2900f1eafdcb24286f254ce1b638f13..04f4ee3f77ca08275daf6585265aed15840211dc 100644 (file)
@@ -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