Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gps/
Date: Sun, 09 Feb 2020 16:18:25
Message-Id: 1581265061.3f0fde333881593d5136b8309206e7fb58114039.mgorny@gentoo
1 commit: 3f0fde333881593d5136b8309206e7fb58114039
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:48:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0fde33
7
8 dev-ada/gps: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ada/gps/{gps-2018-r2.ebuild => gps-2018-r3.ebuild} | 8 +++++---
13 dev-ada/gps/{gps-2019.ebuild => gps-2019-r1.ebuild} | 8 +++++---
14 2 files changed, 10 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ada/gps/gps-2018-r2.ebuild b/dev-ada/gps/gps-2018-r3.ebuild
17 similarity index 94%
18 rename from dev-ada/gps/gps-2018-r2.ebuild
19 rename to dev-ada/gps/gps-2018-r3.ebuild
20 index 1551312c037..49dd272c9a9 100644
21 --- a/dev-ada/gps/gps-2018-r2.ebuild
22 +++ b/dev-ada/gps/gps-2018-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -33,8 +33,10 @@ RDEPEND="${PYTHON_DEPS}
30 sys-devel/clang:=
31 x11-themes/adwaita-icon-theme
32 x11-themes/hicolor-icon-theme
33 - dev-python/pep8[${PYTHON_USEDEP}]
34 - dev-python/jedi[${PYTHON_USEDEP}]"
35 + $(python_gen_cond_dep '
36 + dev-python/pep8[${PYTHON_MULTI_USEDEP}]
37 + dev-python/jedi[${PYTHON_MULTI_USEDEP}]
38 + ')"
39
40 DEPEND="${RDEPEND}"
41
42
43 diff --git a/dev-ada/gps/gps-2019.ebuild b/dev-ada/gps/gps-2019-r1.ebuild
44 similarity index 95%
45 rename from dev-ada/gps/gps-2019.ebuild
46 rename to dev-ada/gps/gps-2019-r1.ebuild
47 index 2f20596db00..1985f108d72 100644
48 --- a/dev-ada/gps/gps-2019.ebuild
49 +++ b/dev-ada/gps/gps-2019-r1.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2019 Gentoo Authors
52 +# Copyright 1999-2020 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=7
56 @@ -38,8 +38,10 @@ RDEPEND="${PYTHON_DEPS}
57 sys-devel/clang:=
58 x11-themes/adwaita-icon-theme
59 x11-themes/hicolor-icon-theme
60 - dev-python/pep8[${PYTHON_USEDEP}]
61 - dev-python/jedi[${PYTHON_USEDEP}]"
62 + $(python_gen_cond_dep '
63 + dev-python/pep8[${PYTHON_MULTI_USEDEP}]
64 + dev-python/jedi[${PYTHON_MULTI_USEDEP}]
65 + ')"
66
67 DEPEND="${RDEPEND}"