diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 22:39:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:48:03 +0200 |
commit | b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e (patch) | |
tree | ae35032f42b54c295e376f58102d910f3cbee6a0 /dev-vcs | |
parent | dev-vcs/git-tools: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e.tar.gz gentoo-b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e.tar.bz2 gentoo-b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e.zip |
dev-vcs/gitstats: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre131024.ebuild | 7 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre20151223.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-9999.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild b/dev-vcs/gitstats/gitstats-0_pre131024.ebuild index a44cae62ed4f..ec6665528e09 100644 --- a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre131024.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,11 +15,12 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} sci-visualization/gnuplot[gd] dev-vcs/git" -DEPEND="" src_prepare() { sed \ diff --git a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild index 2f6ee78bb11d..e63cc6b21ddb 100644 --- a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre20151223.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 @@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/" LICENSE="|| ( GPL-2 GPL-3 ) MIT" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} sci-visualization/gnuplot[gd] dev-vcs/git" DEPEND=" + ${PYTHON_DEPS} dev-lang/perl:* " diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild index 2eca34930f43..4b2a6daadcfe 100644 --- a/dev-vcs/gitstats/gitstats-9999.ebuild +++ b/dev-vcs/gitstats/gitstats-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 @@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/" LICENSE="|| ( GPL-2 GPL-3 ) MIT" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} sci-visualization/gnuplot[gd] dev-vcs/git" DEPEND=" + ${PYTHON_DEPS} dev-lang/perl:* " |