commit:     64077f85bac837b6e8c1a824920b8ea6a46a5b3a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:13:41 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:13:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64077f85

x11-terms/guake: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-terms/guake/guake-0.8.3.ebuild | 16 +++++++++-------
 x11-terms/guake/guake-0.8.7.ebuild | 16 +++++++++-------
 x11-terms/guake/guake-0.8.8.ebuild | 14 ++++++++------
 x11-terms/guake/guake-9999.ebuild  | 14 ++++++++------
 4 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/x11-terms/guake/guake-0.8.3.ebuild 
b/x11-terms/guake/guake-0.8.3.ebuild
index de9970ce965..7355a080eac 100644
--- a/x11-terms/guake/guake-0.8.3.ebuild
+++ b/x11-terms/guake/guake-0.8.3.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
@@ -16,14 +16,16 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-       dev-libs/keybinder:0[python]
-       dev-python/dbus-python
-       dev-python/gconf-python
-       dev-python/notify-python
-       dev-python/pygtk
-       dev-python/pyxdg
+       ${PYTHON_DEPS}
+       dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+       dev-python/gconf-python[${PYTHON_USEDEP}]
+       dev-python/notify-python[${PYTHON_USEDEP}]
+       dev-python/pygtk[${PYTHON_USEDEP}]
+       dev-python/pyxdg[${PYTHON_USEDEP}]
        x11-libs/gtk+:2
        x11-libs/libX11
        x11-libs/vte:0[python]

diff --git a/x11-terms/guake/guake-0.8.7.ebuild 
b/x11-terms/guake/guake-0.8.7.ebuild
index 6ff646809a2..2a8e13d3800 100644
--- a/x11-terms/guake/guake-0.8.7.ebuild
+++ b/x11-terms/guake/guake-0.8.7.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
@@ -15,14 +15,16 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-       dev-libs/keybinder:0[python]
-       dev-python/dbus-python
-       dev-python/gconf-python
-       dev-python/notify-python
-       dev-python/pygtk
-       dev-python/pyxdg
+       ${PYTHON_DEPS}
+       dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+       dev-python/gconf-python[${PYTHON_USEDEP}]
+       dev-python/notify-python[${PYTHON_USEDEP}]
+       dev-python/pygtk[${PYTHON_USEDEP}]
+       dev-python/pyxdg[${PYTHON_USEDEP}]
        x11-libs/gtk+:2
        x11-libs/libX11
        x11-libs/vte:0[python]

diff --git a/x11-terms/guake/guake-0.8.8.ebuild 
b/x11-terms/guake/guake-0.8.8.ebuild
index cead14fe683..1544863d0db 100644
--- a/x11-terms/guake/guake-0.8.8.ebuild
+++ b/x11-terms/guake/guake-0.8.8.ebuild
@@ -15,14 +15,16 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-       dev-libs/keybinder:0[python]
-       dev-python/dbus-python
-       dev-python/gconf-python
-       dev-python/notify-python
-       dev-python/pygtk
-       dev-python/pyxdg
+       ${PYTHON_DEPS}
+       dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+       dev-python/gconf-python[${PYTHON_USEDEP}]
+       dev-python/notify-python[${PYTHON_USEDEP}]
+       dev-python/pygtk[${PYTHON_USEDEP}]
+       dev-python/pyxdg[${PYTHON_USEDEP}]
        x11-libs/gtk+:2
        x11-libs/libX11
        x11-libs/vte:0[python]

diff --git a/x11-terms/guake/guake-9999.ebuild 
b/x11-terms/guake/guake-9999.ebuild
index 31f8611ec32..5f3f7f99245 100644
--- a/x11-terms/guake/guake-9999.ebuild
+++ b/x11-terms/guake/guake-9999.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
@@ -17,13 +17,15 @@ EGIT_REPO_URI="https://github.com/Guake/guake.git";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-       dev-python/dbus-python
-       dev-python/gconf-python
-       dev-python/notify-python
-       dev-python/pygtk
-       dev-python/pyxdg
+       ${PYTHON_DEPS}
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+       dev-python/gconf-python[${PYTHON_USEDEP}]
+       dev-python/notify-python[${PYTHON_USEDEP}]
+       dev-python/pygtk[${PYTHON_USEDEP}]
+       dev-python/pyxdg[${PYTHON_USEDEP}]
        x11-libs/gtk+:2
        x11-libs/libX11
        x11-libs/vte:0[python]

Reply via email to