From: David Seifert Date: Thu, 16 Mar 2017 18:54:25 +0000 (+0100) Subject: app-editors/gedit-plugins: Port to python-single-r1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38ccc8b4caec1a37cbd01b5d36eb1cf9d0cd424c;p=gentoo.git 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 --- 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 efdc73d945d9..c7b357851c26 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 cba41efe3e1c..83a4559f736f 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() {