Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/
Date: Sun, 22 Sep 2019 02:29:37
Message-Id: 1569119342.29983acd332ec19887c285388467eb0c45393de2.tamiko@gentoo
1 commit: 29983acd332ec19887c285388467eb0c45393de2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 21:38:45 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 22 02:29:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29983acd
7
8 app-emulation/spice: Move some dependencies into BDEPEND for EAPI 7
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-emulation/spice/spice-0.14.2.ebuild | 10 +++++-----
15 app-emulation/spice/spice-9999.ebuild | 10 +++++-----
16 2 files changed, 10 insertions(+), 10 deletions(-)
17
18 diff --git a/app-emulation/spice/spice-0.14.2.ebuild b/app-emulation/spice/spice-0.14.2.ebuild
19 index 464cb7d9c62..58de3c67852 100644
20 --- a/app-emulation/spice/spice-0.14.2.ebuild
21 +++ b/app-emulation/spice/spice-0.14.2.ebuild
22 @@ -33,22 +33,22 @@ RDEPEND="
23 media-libs/gst-plugins-base:1.0
24 )"
25 DEPEND="${RDEPEND}
26 - ${PYTHON_DEPS}
27 >=app-emulation/spice-protocol-0.14.0
28 + smartcard? ( app-emulation/qemu[smartcard] )"
29 +BDEPEND="${PYTHON_DEPS}
30 virtual/pkgconfig
31 $(python_gen_any_dep '
32 >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
33 dev-python/six[${PYTHON_USEDEP}]
34 - ')
35 - smartcard? ( app-emulation/qemu[smartcard] )"
36 + ')"
37
38 PATCHES=(
39 "${FILESDIR}"/${PN}-0.14.0-openssl1.1_fix.patch
40 )
41
42 python_check_deps() {
43 - has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
44 - has_version "dev-python/six[${PYTHON_USEDEP}]"
45 + has_version -b ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
46 + has_version -b "dev-python/six[${PYTHON_USEDEP}]"
47 }
48
49 pkg_setup() {
50
51 diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild
52 index 48cf0c3fa26..62dc9f95d49 100644
53 --- a/app-emulation/spice/spice-9999.ebuild
54 +++ b/app-emulation/spice/spice-9999.ebuild
55 @@ -34,18 +34,18 @@ RDEPEND="
56 media-libs/gst-plugins-base:1.0
57 )"
58 DEPEND="${RDEPEND}
59 - ${PYTHON_DEPS}
60 ~app-emulation/spice-protocol-9999
61 + smartcard? ( app-emulation/qemu[smartcard] )"
62 +BDEPEND="${PYTHON_DEPS}
63 virtual/pkgconfig
64 $(python_gen_any_dep '
65 >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
66 dev-python/six[${PYTHON_USEDEP}]
67 - ')
68 - smartcard? ( app-emulation/qemu[smartcard] )"
69 + ')"
70
71 python_check_deps() {
72 - has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
73 - has_version "dev-python/six[${PYTHON_USEDEP}]"
74 + has_version -b ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
75 + has_version -b "dev-python/six[${PYTHON_USEDEP}]"
76 }
77
78 pkg_setup() {