From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/
Date: Sun, 23 Apr 2017 21:01:10 +0000 (UTC) [thread overview]
Message-ID: <1492981142.493ba5488b264499f92f127a6fb64b70b773a170.soap@gentoo> (raw)
commit: 493ba5488b264499f92f127a6fb64b70b773a170
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:06:41 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:59:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493ba548
net-libs/gupnp-igd: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild | 6 ++++--
net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild | 4 +++-
net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild | 4 +++-
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
index 93288169366..f1c343c3cbf 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
net-libs/gssdp
@@ -22,9 +23,10 @@ RDEPEND="
>=dev-libs/glib-2.16:2
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+ ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
- )"
+ )"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
sys-devel/gettext
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
index 34d9fa0669c..2286f628e1b 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
@@ -22,6 +23,7 @@ RDEPEND="
>=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+ ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
)"
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
index 45798612f6a..7bbcda8a922 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.4.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,6 +15,7 @@ LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
@@ -22,6 +23,7 @@ RDEPEND="
>=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+ ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
)"
next reply other threads:[~2017-04-23 21:01 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 21:01 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-14 21:55 [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/ Andreas Sturmlechner
2025-04-14 21:55 Andreas Sturmlechner
2023-06-03 2:23 Sam James
2023-06-03 2:08 Sam James
2023-06-03 1:57 Sam James
2023-06-03 1:57 Sam James
2023-04-12 21:27 Matt Turner
2022-10-31 14:28 Matt Turner
2022-01-24 3:39 Sam James
2022-01-20 10:02 Jakov Smolić
2021-12-31 5:06 Arthur Zamarin
2021-09-25 10:48 Mart Raudsepp
2021-09-09 7:11 Yixun Lan
2021-07-23 17:36 Matt Turner
2020-10-04 14:01 Sam James
2020-06-07 21:02 Mart Raudsepp
2020-04-22 8:44 Agostino Sarubbo
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-02-22 9:56 Mart Raudsepp
2020-02-21 20:59 Mart Raudsepp
2020-02-20 8:51 Mart Raudsepp
2020-02-12 11:46 Mart Raudsepp
2019-07-27 12:54 Aaron Bauman
2019-01-14 7:14 Sergei Trofimovich
2018-10-06 22:37 Mart Raudsepp
2018-05-29 12:29 Mikle Kolyada
2018-04-26 22:32 Aaron Bauman
2018-01-08 22:56 Mart Raudsepp
2016-09-13 21:29 Gilles Dartiguelongue
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=1492981142.493ba5488b264499f92f127a6fb64b70b773a170.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