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 55F40139694 for ; Thu, 16 Mar 2017 19:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F6AE0D75; Thu, 16 Mar 2017 19:13:08 +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 76328E0D72 for ; Thu, 16 Mar 2017 19:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 60D6C340E75 for ; Thu, 16 Mar 2017 19:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C95B96A81 for ; Thu, 16 Mar 2017 19:13:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1489691458.38ccc8b4caec1a37cbd01b5d36eb1cf9d0cd424c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 38ccc8b4caec1a37cbd01b5d36eb1cf9d0cd424c X-VCS-Branch: master Date: Thu, 16 Mar 2017 19:13:00 +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: 234c1134-7b00-489d-aa53-f8d329f72368 X-Archives-Hash: 8ee7296b045b99455e3059b947ceadb9 commit: 38ccc8b4caec1a37cbd01b5d36eb1cf9d0cd424c Author: David Seifert gentoo org> AuthorDate: Thu Mar 16 18:54:25 2017 +0000 Commit: David Seifert gentoo 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() {