From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gps/
Date: Sun, 9 Feb 2020 16:18:18 +0000 (UTC) [thread overview]
Message-ID: <1581265061.3f0fde333881593d5136b8309206e7fb58114039.mgorny@gentoo> (raw)
commit: 3f0fde333881593d5136b8309206e7fb58114039
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:48:55 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:17:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0fde33
dev-ada/gps: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-ada/gps/{gps-2018-r2.ebuild => gps-2018-r3.ebuild} | 8 +++++---
dev-ada/gps/{gps-2019.ebuild => gps-2019-r1.ebuild} | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-ada/gps/gps-2018-r2.ebuild b/dev-ada/gps/gps-2018-r3.ebuild
similarity index 94%
rename from dev-ada/gps/gps-2018-r2.ebuild
rename to dev-ada/gps/gps-2018-r3.ebuild
index 1551312c037..49dd272c9a9 100644
--- a/dev-ada/gps/gps-2018-r2.ebuild
+++ b/dev-ada/gps/gps-2018-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,8 +33,10 @@ RDEPEND="${PYTHON_DEPS}
sys-devel/clang:=
x11-themes/adwaita-icon-theme
x11-themes/hicolor-icon-theme
- dev-python/pep8[${PYTHON_USEDEP}]
- dev-python/jedi[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pep8[${PYTHON_MULTI_USEDEP}]
+ dev-python/jedi[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${RDEPEND}"
diff --git a/dev-ada/gps/gps-2019.ebuild b/dev-ada/gps/gps-2019-r1.ebuild
similarity index 95%
rename from dev-ada/gps/gps-2019.ebuild
rename to dev-ada/gps/gps-2019-r1.ebuild
index 2f20596db00..1985f108d72 100644
--- a/dev-ada/gps/gps-2019.ebuild
+++ b/dev-ada/gps/gps-2019-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -38,8 +38,10 @@ RDEPEND="${PYTHON_DEPS}
sys-devel/clang:=
x11-themes/adwaita-icon-theme
x11-themes/hicolor-icon-theme
- dev-python/pep8[${PYTHON_USEDEP}]
- dev-python/jedi[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pep8[${PYTHON_MULTI_USEDEP}]
+ dev-python/jedi[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${RDEPEND}"
next reply other threads:[~2020-02-09 16:18 UTC|newest]
Thread overview: 31+ 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 --
2020-03-18 21:45 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gps/ Alfredo Tupone
2020-03-16 14:34 Alfredo Tupone
2019-12-14 21:55 Alfredo Tupone
2019-11-18 20:07 Alfredo Tupone
2019-11-09 19:06 Alfredo Tupone
2019-11-09 19:04 Alfredo Tupone
2019-11-07 18:14 Alfredo Tupone
2019-11-05 20:15 Alfredo Tupone
2019-11-05 10:53 Alfredo Tupone
2019-07-23 7:10 Alfredo Tupone
2019-01-02 18:25 Alfredo Tupone
2019-01-01 16:26 Alfredo Tupone
2018-12-28 14:35 Alfredo Tupone
2018-12-17 13:41 Alfredo Tupone
2018-11-30 19:45 Alfredo Tupone
2018-11-29 21:04 Alfredo Tupone
2018-11-24 20:11 Alfredo Tupone
2018-11-18 10:07 Alfredo Tupone
2018-11-17 21:59 Alfredo Tupone
2018-11-17 13:34 Alfredo Tupone
2018-11-01 6:07 Alfredo Tupone
2018-10-31 11:42 Alfredo Tupone
2018-04-20 18:25 Alfredo Tupone
2018-04-20 6:29 Alfredo Tupone
2018-03-16 19:12 Alfredo Tupone
2018-03-15 10:05 Alfredo Tupone
2017-12-29 16:10 Alfredo Tupone
2017-12-05 20:01 Alfredo Tupone
2017-11-25 21:00 Alfredo Tupone
2017-11-22 18:10 Alfredo Tupone
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=1581265061.3f0fde333881593d5136b8309206e7fb58114039.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