From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/
Date: Sun, 9 Feb 2020 16:18:18 +0000 (UTC) [thread overview]
Message-ID: <1581265070.88e8781cc0915cf4fe87a279d1352c28b16429e5.mgorny@gentoo> (raw)
commit: 88e8781cc0915cf4fe87a279d1352c28b16429e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:54:34 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:17:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e8781c
dev-libs/libarcus: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libarcus/libarcus-3.4.1.ebuild | 6 ++++--
dev-libs/libarcus/libarcus-3.6.0.ebuild | 6 ++++--
dev-libs/libarcus/libarcus-4.2.0.ebuild | 6 ++++--
.../libarcus/{libarcus-4.3.0.ebuild => libarcus-4.3.0-r1.ebuild} | 6 ++++--
4 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/dev-libs/libarcus/libarcus-3.4.1.ebuild b/dev-libs/libarcus/libarcus-3.4.1.ebuild
index ced7f6897f9..120cd382001 100644
--- a/dev-libs/libarcus/libarcus-3.4.1.ebuild
+++ b/dev-libs/libarcus/libarcus-3.4.1.ebuild
@@ -20,9 +20,11 @@ IUSE="examples python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="${PYTHON_DEPS}
- dev-python/sip[${PYTHON_USEDEP}]
dev-libs/protobuf
- python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )"
+ $(python_gen_cond_dep '
+ dev-python/sip[${PYTHON_MULTI_USEDEP}]
+ python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
+ ')"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/dev-libs/libarcus/libarcus-3.6.0.ebuild b/dev-libs/libarcus/libarcus-3.6.0.ebuild
index ced7f6897f9..120cd382001 100644
--- a/dev-libs/libarcus/libarcus-3.6.0.ebuild
+++ b/dev-libs/libarcus/libarcus-3.6.0.ebuild
@@ -20,9 +20,11 @@ IUSE="examples python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="${PYTHON_DEPS}
- dev-python/sip[${PYTHON_USEDEP}]
dev-libs/protobuf
- python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )"
+ $(python_gen_cond_dep '
+ dev-python/sip[${PYTHON_MULTI_USEDEP}]
+ python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
+ ')"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/dev-libs/libarcus/libarcus-4.2.0.ebuild b/dev-libs/libarcus/libarcus-4.2.0.ebuild
index deb2605d564..0dbed3da3dd 100644
--- a/dev-libs/libarcus/libarcus-4.2.0.ebuild
+++ b/dev-libs/libarcus/libarcus-4.2.0.ebuild
@@ -20,9 +20,11 @@ IUSE="examples python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="${PYTHON_DEPS}
- dev-python/sip[${PYTHON_USEDEP}]
dev-libs/protobuf
- python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )"
+ $(python_gen_cond_dep '
+ dev-python/sip[${PYTHON_MULTI_USEDEP}]
+ python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
+ ')"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/dev-libs/libarcus/libarcus-4.3.0.ebuild b/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild
similarity index 90%
rename from dev-libs/libarcus/libarcus-4.3.0.ebuild
rename to dev-libs/libarcus/libarcus-4.3.0-r1.ebuild
index 0869769e8f5..f949a913e19 100644
--- a/dev-libs/libarcus/libarcus-4.3.0.ebuild
+++ b/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild
@@ -20,9 +20,11 @@ IUSE="examples python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="${PYTHON_DEPS}
- dev-python/sip[${PYTHON_USEDEP}]
dev-libs/protobuf
- python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )"
+ $(python_gen_cond_dep '
+ dev-python/sip[${PYTHON_MULTI_USEDEP}]
+ python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
+ ')"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
next reply other threads:[~2020-02-09 16:18 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-09 16:18 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-09 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/ Matthew Smith
2022-05-09 7:00 Michał Górny
2022-04-06 20:57 Jakov Smolić
2022-03-10 21:21 Jakov Smolić
2022-03-05 12:14 Matthew Smith
2022-03-05 11:54 Matthew Smith
2022-03-05 11:54 Matthew Smith
2022-02-28 19:43 Matthew Smith
2022-02-10 17:35 Marek Szuba
2021-11-02 8:38 Arthur Zamarin
2021-06-10 17:41 Dennis Lamm
2021-06-01 18:28 Andrew Ammerlaan
2021-02-07 21:30 Dennis Lamm
2020-10-11 11:25 Dennis Lamm
2020-09-19 16:34 Sam James
2020-08-31 4:35 Dennis Lamm
2020-07-15 17:01 Dennis Lamm
2020-05-25 21:04 Alexey Shvetsov
2020-05-25 19:42 Alexey Shvetsov
2019-10-16 5:22 Joonas Niilola
2019-08-25 17:59 Joonas Niilola
2019-01-03 18:18 Thomas Deutschmann
2019-01-02 22:05 Amy Liffey
2019-01-02 21:52 Amy Liffey
2018-11-18 17:02 Amy Liffey
2018-07-16 16:02 Amy Liffey
2018-06-14 20:14 Alexey Shvetsov
2018-06-14 13:11 Alexey Shvetsov
2018-06-14 13:11 Alexey Shvetsov
2018-06-14 13:11 Alexey Shvetsov
2017-07-23 11:05 Alexey Shvetsov
2016-12-05 9:48 Alexey Shvetsov
2016-05-22 17:05 Göktürk Yüksek
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=1581265070.88e8781cc0915cf4fe87a279d1352c28b16429e5.mgorny@gentoo \
--to=mgorny@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