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 27F62139694 for ; Sun, 23 Apr 2017 21:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20A0221C122; Sun, 23 Apr 2017 21:01:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E643821C122 for ; Sun, 23 Apr 2017 21:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99D59341586 for ; Sun, 23 Apr 2017 21:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE510743C for ; Sun, 23 Apr 2017 21:01:10 +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: <1492981130.3c0c3f4fe6d814ee81bc95899c70e26171ce4358.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irker/irker-2.11.ebuild net-irc/irker/irker-2.12.ebuild net-irc/irker/irker-2.13.ebuild net-irc/irker/irker-2.15.ebuild net-irc/irker/irker-2.16.ebuild net-irc/irker/irker-2.17.ebuild net-irc/irker/irker-2.18.ebuild net-irc/irker/irker-2.9.ebuild X-VCS-Directories: net-irc/irker/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3c0c3f4fe6d814ee81bc95899c70e26171ce4358 X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:10 +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: ce1b55b5-9647-4bd3-befb-eea7f3cae394 X-Archives-Hash: 577063e32e807e63b0b910e1aae25289 commit: 3c0c3f4fe6d814ee81bc95899c70e26171ce4358 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:02:39 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 20:58:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0c3f4f net-irc/irker: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-irc/irker/irker-2.11.ebuild | 7 +++++-- net-irc/irker/irker-2.12.ebuild | 7 +++++-- net-irc/irker/irker-2.13.ebuild | 7 +++++-- net-irc/irker/irker-2.15.ebuild | 7 +++++-- net-irc/irker/irker-2.16.ebuild | 7 +++++-- net-irc/irker/irker-2.17.ebuild | 7 +++++-- net-irc/irker/irker-2.18.ebuild | 5 ++++- net-irc/irker/irker-2.9.ebuild | 7 +++++-- 8 files changed, 39 insertions(+), 15 deletions(-) diff --git a/net-irc/irker/irker-2.11.ebuild b/net-irc/irker/irker-2.11.ebuild index 49fe02862db..9b6fdbbae2e 100644 --- a/net-irc/irker/irker-2.11.ebuild +++ b/net-irc/irker/irker-2.11.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() { diff --git a/net-irc/irker/irker-2.12.ebuild b/net-irc/irker/irker-2.12.ebuild index 49fe02862db..9b6fdbbae2e 100644 --- a/net-irc/irker/irker-2.12.ebuild +++ b/net-irc/irker/irker-2.12.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() { diff --git a/net-irc/irker/irker-2.13.ebuild b/net-irc/irker/irker-2.13.ebuild index 49fe02862db..9b6fdbbae2e 100644 --- a/net-irc/irker/irker-2.13.ebuild +++ b/net-irc/irker/irker-2.13.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() { diff --git a/net-irc/irker/irker-2.15.ebuild b/net-irc/irker/irker-2.15.ebuild index 759aa24a69f..6965033dce3 100644 --- a/net-irc/irker/irker-2.15.ebuild +++ b/net-irc/irker/irker-2.15.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() { diff --git a/net-irc/irker/irker-2.16.ebuild b/net-irc/irker/irker-2.16.ebuild index 75b3984d901..9171b100f45 100644 --- a/net-irc/irker/irker-2.16.ebuild +++ b/net-irc/irker/irker-2.16.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() { diff --git a/net-irc/irker/irker-2.17.ebuild b/net-irc/irker/irker-2.17.ebuild index 88bf9305352..12222762dd6 100644 --- a/net-irc/irker/irker-2.17.ebuild +++ b/net-irc/irker/irker-2.17.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="socks5" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto socks5? ( dev-python/PySocks[${PYTHON_USEDEP}] )" diff --git a/net-irc/irker/irker-2.18.ebuild b/net-irc/irker/irker-2.18.ebuild index dc6764392fb..2dae81311ef 100644 --- a/net-irc/irker/irker-2.18.ebuild +++ b/net-irc/irker/irker-2.18.ebuild @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="socks5" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto socks5? ( dev-python/PySocks[${PYTHON_USEDEP}] )" diff --git a/net-irc/irker/irker-2.9.ebuild b/net-irc/irker/irker-2.9.ebuild index 49fe02862db..9b6fdbbae2e 100644 --- a/net-irc/irker/irker-2.9.ebuild +++ b/net-irc/irker/irker-2.9.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 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() {