public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/razercfg/
Date: Thu, 20 Apr 2017 16:41:18 +0000 (UTC)	[thread overview]
Message-ID: <1492706440.6b6eb8d6e5413f66dcbcd180d862c1239c3ce857.soap@gentoo> (raw)

commit:     6b6eb8d6e5413f66dcbcd180d862c1239c3ce857
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 16:21:44 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:40:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6eb8d6

sys-apps/razercfg: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/razercfg/razercfg-0.23.ebuild |  8 ++++----
 sys-apps/razercfg/razercfg-0.32.ebuild | 10 ++++++----
 sys-apps/razercfg/razercfg-0.38.ebuild |  8 +++++---
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/sys-apps/razercfg/razercfg-0.23.ebuild b/sys-apps/razercfg/razercfg-0.23.ebuild
index 4827e3d7c76..da7963b40fd 100644
--- a/sys-apps/razercfg/razercfg-0.23.ebuild
+++ b/sys-apps/razercfg/razercfg-0.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,12 +15,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 x86"
 IUSE="+pm-utils qt4"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${DEPEND}
+RDEPEND="${PYTHON_DEPS}
 	pm-utils? ( sys-power/pm-utils )
 	qt4? ( dev-python/PyQt4 )"
-
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	sed -i \

diff --git a/sys-apps/razercfg/razercfg-0.32.ebuild b/sys-apps/razercfg/razercfg-0.32.ebuild
index e4c71b338a0..f68e73ba77b 100644
--- a/sys-apps/razercfg/razercfg-0.32.ebuild
+++ b/sys-apps/razercfg/razercfg-0.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,14 +15,16 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+pm-utils qt4 systemd +udev"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
+RDEPEND="${PYTHON_DEPS}
+	qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
 	systemd? ( sys-apps/systemd )
 	udev? ( virtual/udev )
 	pm-utils? ( sys-power/pm-utils )
 	virtual/libusb:1"
-
-DEPEND="virtual/pkgconfig
+DEPEND="${PYTHON_DEPS}
+	virtual/pkgconfig
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	virtual/libusb:1"
 

diff --git a/sys-apps/razercfg/razercfg-0.38.ebuild b/sys-apps/razercfg/razercfg-0.38.ebuild
index 34deb45cd9f..946e89282b9 100644
--- a/sys-apps/razercfg/razercfg-0.38.ebuild
+++ b/sys-apps/razercfg/razercfg-0.38.ebuild
@@ -15,14 +15,16 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+pm-utils qt4 systemd +udev"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
+RDEPEND="${PYTHON_DEPS}
+	qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
 	systemd? ( sys-apps/systemd )
 	udev? ( virtual/udev )
 	pm-utils? ( sys-power/pm-utils )
 	virtual/libusb:1"
-
-DEPEND="virtual/pkgconfig
+DEPEND="${PYTHON_DEPS}
+	virtual/pkgconfig
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	virtual/libusb:1"
 


             reply	other threads:[~2017-04-20 16:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 16:41 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 18:49 [gentoo-commits] repo/gentoo:master commit in: sys-apps/razercfg/ Arthur Zamarin
2024-06-14  9:00 Arthur Zamarin
2023-10-04 19:37 Sam James
2023-05-04  4:18 Viorel Munteanu
2022-05-26  1:14 Sam James
2021-09-03  1:53 Sam James
2021-05-23 16:34 Michał Górny
2021-01-01  1:56 Michał Górny
2020-07-24  8:28 Joonas Niilola
2020-07-24  8:28 Joonas Niilola
2020-07-24  8:28 Joonas Niilola
2020-02-09 16:42 Michał Górny
2018-03-22 14:57 Andreas Sturmlechner
2017-10-16  3:34 David Seifert
2017-05-06 20:25 Michael Orlitzky
2017-05-06 20:25 Michael Orlitzky
2017-03-24 15:14 Wolfram Schlich
2016-07-07 19:48 Austin English
2016-06-11 20:39 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492706440.6b6eb8d6e5413f66dcbcd180d862c1239c3ce857.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox