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 47EB3139694 for ; Fri, 21 Apr 2017 07:33:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B4BEE0CAB; Fri, 21 Apr 2017 07:33:33 +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 CA6CFE0CAB for ; Fri, 21 Apr 2017 07:33:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92A3A34164B for ; Fri, 21 Apr 2017 07:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE5C7446 for ; Fri, 21 Apr 2017 07:33:21 +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: <1492758821.64077f85bac837b6e8c1a824920b8ea6a46a5b3a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/guake/guake-0.8.3.ebuild x11-terms/guake/guake-0.8.7.ebuild x11-terms/guake/guake-0.8.8.ebuild x11-terms/guake/guake-9999.ebuild X-VCS-Directories: x11-terms/guake/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 64077f85bac837b6e8c1a824920b8ea6a46a5b3a X-VCS-Branch: master Date: Fri, 21 Apr 2017 07:33:21 +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: 09f38625-1d82-4c5d-adcd-23c15f98bc3d X-Archives-Hash: 71a12403ae2dd4ab629767ec8751e669 commit: 64077f85bac837b6e8c1a824920b8ea6a46a5b3a Author: David Seifert gentoo org> AuthorDate: Fri Apr 21 07:13:41 2017 +0000 Commit: David Seifert gentoo 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]