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:06
Message-Id: 1591044345.e838b9f5a7c4c6c6c4253e7d6829629a8bffda7c.zerochaos@gentoo
1 commit: e838b9f5a7c4c6c6c4253e7d6829629a8bffda7c
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 01:56:15 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:45:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e838b9f5
7
8 net-wireless/gr-paint: add snapshot
9
10 prep for gr-3.8
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-wireless/gr-paint/Manifest | 1 +
16 .../{gr-paint-9999.ebuild => gr-paint-0.0_p20200418.ebuild} | 7 +++++--
17 net-wireless/gr-paint/gr-paint-9999.ebuild | 7 +++++--
18 3 files changed, 11 insertions(+), 4 deletions(-)
19
20 diff --git a/net-wireless/gr-paint/Manifest b/net-wireless/gr-paint/Manifest
21 new file mode 100644
22 index 00000000000..97268d25164
23 --- /dev/null
24 +++ b/net-wireless/gr-paint/Manifest
25 @@ -0,0 +1 @@
26 +DIST gr-paint-0.0_p20200418.tar.gz 2129751 BLAKE2B 8767ff1ec791352dc701d0f7f68bbbd4088073379b4116ff2dbf2120b5e6e9b1a87ba0b0554a8489dc9b93cdb2ea5e3a8596b09482512fd1b10ea25d5b5c0fe9 SHA512 5f52e2baa090ed80d8a5b75846821b47163dcc055b94201fb59788bd85769a4e3f8c18654de45e68cb4088681b2db8b2327b5d14f176872bfe8bb2e01d7b6bfb
27
28 diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200418.ebuild
29 similarity index 77%
30 copy from net-wireless/gr-paint/gr-paint-9999.ebuild
31 copy to net-wireless/gr-paint/gr-paint-0.0_p20200418.ebuild
32 index 7f891f888a4..d8339979c4e 100644
33 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild
34 +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200418.ebuild
35 @@ -9,7 +9,10 @@ if [[ ${PV} == 9999* ]]; then
36 inherit git-r3
37 EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git"
38 else
39 - KEYWORDS=""
40 + COMMIT="e36b2c638061d14f1b3c3bf3e889a8c99c273930"
41 + SRC_URI="https://github.com/drmpeg/gr-paint/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
42 + S="${WORKDIR}/${PN}-${COMMIT}"
43 + KEYWORDS="~amd64"
44 fi
45 inherit cmake-utils python-single-r1
46
47 @@ -26,7 +29,7 @@ DEPEND="${PYTHON_DEPS}
48 $(python_gen_cond_dep '
49 dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
50 ')
51 - net-wireless/gnuradio:=[${PYTHON_SINGLE_USEDEP}]
52 + =net-wireless/gnuradio-3.7*:=[${PYTHON_SINGLE_USEDEP}]
53 "
54 RDEPEND="${DEPEND}
55 media-gfx/imagemagick
56
57 diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild
58 index 7f891f888a4..d8339979c4e 100644
59 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild
60 +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild
61 @@ -9,7 +9,10 @@ if [[ ${PV} == 9999* ]]; then
62 inherit git-r3
63 EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git"
64 else
65 - KEYWORDS=""
66 + COMMIT="e36b2c638061d14f1b3c3bf3e889a8c99c273930"
67 + SRC_URI="https://github.com/drmpeg/gr-paint/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
68 + S="${WORKDIR}/${PN}-${COMMIT}"
69 + KEYWORDS="~amd64"
70 fi
71 inherit cmake-utils python-single-r1
72
73 @@ -26,7 +29,7 @@ DEPEND="${PYTHON_DEPS}
74 $(python_gen_cond_dep '
75 dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
76 ')
77 - net-wireless/gnuradio:=[${PYTHON_SINGLE_USEDEP}]
78 + =net-wireless/gnuradio-3.7*:=[${PYTHON_SINGLE_USEDEP}]
79 "
80 RDEPEND="${DEPEND}
81 media-gfx/imagemagick