commit:     38ccc8b4caec1a37cbd01b5d36eb1cf9d0cd424c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:54:25 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 19:10:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ccc8b4

app-editors/gedit-plugins: Port to python-single-r1

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4175

 app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild | 8 ++++----
 app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild 
b/app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild
index efdc73d945d..c7b357851c2 100644
--- a/app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-3.20.0.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="6"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5} )
 PYTHON_REQ_USE="xml"
 VALA_MIN_API_VERSION="0.28"
 
-inherit eutils gnome2 multilib python-r1 vala
+inherit eutils gnome2 multilib python-single-r1 vala
 
 DESCRIPTION="Official plugins for gedit"
 HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins";
@@ -22,7 +22,7 @@ IUSE="+python ${IUSE_plugins}"
 REQUIRED_USE="
        charmap? ( python )
        git? ( python )
-       python? ( ^^ ( $(python_gen_useflags '*') ) )
+       python? ( ${PYTHON_REQUIRED_USE} )
        terminal? ( python )
        zeitgeist? ( python )
 "
@@ -59,7 +59,7 @@ DEPEND="${RDEPEND}
 "
 
 pkg_setup() {
-       use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+       use python && [[ ${MERGE_TYPE} != binary ]] && 
python-single-r1_pkg_setup
 }
 
 src_prepare() {

diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild 
b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
index cba41efe3e1..83a4559f736 100644
--- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.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="6"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5} )
 PYTHON_REQ_USE="xml"
 VALA_MIN_API_VERSION="0.28"
 
-inherit eutils gnome2 multilib python-r1 vala
+inherit eutils gnome2 multilib python-single-r1 vala
 
 DESCRIPTION="Official plugins for gedit"
 HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins";
@@ -22,7 +22,7 @@ IUSE="+python ${IUSE_plugins}"
 REQUIRED_USE="
        charmap? ( python )
        git? ( python )
-       python? ( ^^ ( $(python_gen_useflags '*') ) )
+       python? ( ${PYTHON_REQUIRED_USE} )
        terminal? ( python )
        zeitgeist? ( python )
 "
@@ -59,7 +59,7 @@ DEPEND="${RDEPEND}
 "
 
 pkg_setup() {
-       use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+       use python && [[ ${MERGE_TYPE} != binary ]] && 
python-single-r1_pkg_setup
 }
 
 src_prepare() {

Reply via email to