commit:     3c0c3f4fe6d814ee81bc95899c70e26171ce4358
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:02:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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() {

Reply via email to