Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/
Date: Mon, 01 Jun 2020 20:46:11
Message-Id: 1591044346.7b47eb9ed50d1f16596069b4d45cdb9a7dfdb7b7.zerochaos@gentoo
1 commit: 7b47eb9ed50d1f16596069b4d45cdb9a7dfdb7b7
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 17:17:50 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:45:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b47eb9e
7
8 net-wireless/gr-paint: update for gr3.8
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/gr-paint/Manifest | 1 +
14 .../{gr-paint-9999.ebuild => gr-paint-0.0_p20200517.ebuild} | 12 +++++++-----
15 net-wireless/gr-paint/gr-paint-9999.ebuild | 12 +++++++-----
16 3 files changed, 15 insertions(+), 10 deletions(-)
17
18 diff --git a/net-wireless/gr-paint/Manifest b/net-wireless/gr-paint/Manifest
19 index 97268d25164..347f504cf49 100644
20 --- a/net-wireless/gr-paint/Manifest
21 +++ b/net-wireless/gr-paint/Manifest
22 @@ -1 +1,2 @@
23 DIST gr-paint-0.0_p20200418.tar.gz 2129751 BLAKE2B 8767ff1ec791352dc701d0f7f68bbbd4088073379b4116ff2dbf2120b5e6e9b1a87ba0b0554a8489dc9b93cdb2ea5e3a8596b09482512fd1b10ea25d5b5c0fe9 SHA512 5f52e2baa090ed80d8a5b75846821b47163dcc055b94201fb59788bd85769a4e3f8c18654de45e68cb4088681b2db8b2327b5d14f176872bfe8bb2e01d7b6bfb
24 +DIST gr-paint-0.0_p20200517.tar.gz 1588114 BLAKE2B dffae6fdd6832ef7a39911b5f20d385e1691021e49659c36244c4aa1086fa74f4f59aceb4f208a24dd76854455183644c8f7db7e6ed0600664dc02f08e6682c5 SHA512 00b508b08baafd02e69197028a6408da81f5d1bf3dfe6d3229f248d60503ccec48f3fa0491bb785ed1ece40ea90d34544bc3b62e4506459488d56540b9d519c2
25
26 diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
27 similarity index 71%
28 copy from net-wireless/gr-paint/gr-paint-9999.ebuild
29 copy to net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
30 index d8339979c4e..d1f2bf7295e 100644
31 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild
32 +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
33 @@ -3,14 +3,14 @@
34
35 EAPI=7
36
37 -PYTHON_COMPAT=( python2_7 )
38 +PYTHON_COMPAT=( python3_{6,7,8} )
39
40 if [[ ${PV} == 9999* ]]; then
41 inherit git-r3
42 - EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git"
43 + EGIT_REPO_URI="https://github.com/drmpeg/gr-paint38.git"
44 else
45 - COMMIT="e36b2c638061d14f1b3c3bf3e889a8c99c273930"
46 - SRC_URI="https://github.com/drmpeg/gr-paint/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
47 + COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e"
48 + SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
49 S="${WORKDIR}/${PN}-${COMMIT}"
50 KEYWORDS="~amd64"
51 fi
52 @@ -24,12 +24,14 @@ SLOT="0"
53 IUSE="doc"
54
55 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
56 +#< drmpeg> What tests?
57 +RESTRICT="test"
58
59 DEPEND="${PYTHON_DEPS}
60 $(python_gen_cond_dep '
61 dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
62 ')
63 - =net-wireless/gnuradio-3.7*:=[${PYTHON_SINGLE_USEDEP}]
64 + =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}]
65 "
66 RDEPEND="${DEPEND}
67 media-gfx/imagemagick
68
69 diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild
70 index d8339979c4e..d1f2bf7295e 100644
71 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild
72 +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild
73 @@ -3,14 +3,14 @@
74
75 EAPI=7
76
77 -PYTHON_COMPAT=( python2_7 )
78 +PYTHON_COMPAT=( python3_{6,7,8} )
79
80 if [[ ${PV} == 9999* ]]; then
81 inherit git-r3
82 - EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git"
83 + EGIT_REPO_URI="https://github.com/drmpeg/gr-paint38.git"
84 else
85 - COMMIT="e36b2c638061d14f1b3c3bf3e889a8c99c273930"
86 - SRC_URI="https://github.com/drmpeg/gr-paint/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
87 + COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e"
88 + SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
89 S="${WORKDIR}/${PN}-${COMMIT}"
90 KEYWORDS="~amd64"
91 fi
92 @@ -24,12 +24,14 @@ SLOT="0"
93 IUSE="doc"
94
95 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
96 +#< drmpeg> What tests?
97 +RESTRICT="test"
98
99 DEPEND="${PYTHON_DEPS}
100 $(python_gen_cond_dep '
101 dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
102 ')
103 - =net-wireless/gnuradio-3.7*:=[${PYTHON_SINGLE_USEDEP}]
104 + =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}]
105 "
106 RDEPEND="${DEPEND}
107 media-gfx/imagemagick