Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/
Date: Sun, 11 Oct 2020 14:46:56
Message-Id: 1602427607.e93a1cbf7165cec7990e8fc53f67a50e7c462eaf.zlogene@gentoo
1 commit: e93a1cbf7165cec7990e8fc53f67a50e7c462eaf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 14:38:50 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:46:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93a1cbf
7
8 net-wireless/gr-paint: Drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-wireless/gr-paint/Manifest | 1 -
14 .../gr-paint/gr-paint-0.0_p20200418.ebuild | 50 ----------------------
15 2 files changed, 51 deletions(-)
16
17 diff --git a/net-wireless/gr-paint/Manifest b/net-wireless/gr-paint/Manifest
18 index 347f504cf49..d99d756e119 100644
19 --- a/net-wireless/gr-paint/Manifest
20 +++ b/net-wireless/gr-paint/Manifest
21 @@ -1,2 +1 @@
22 -DIST gr-paint-0.0_p20200418.tar.gz 2129751 BLAKE2B 8767ff1ec791352dc701d0f7f68bbbd4088073379b4116ff2dbf2120b5e6e9b1a87ba0b0554a8489dc9b93cdb2ea5e3a8596b09482512fd1b10ea25d5b5c0fe9 SHA512 5f52e2baa090ed80d8a5b75846821b47163dcc055b94201fb59788bd85769a4e3f8c18654de45e68cb4088681b2db8b2327b5d14f176872bfe8bb2e01d7b6bfb
23 DIST gr-paint-0.0_p20200517.tar.gz 1588114 BLAKE2B dffae6fdd6832ef7a39911b5f20d385e1691021e49659c36244c4aa1086fa74f4f59aceb4f208a24dd76854455183644c8f7db7e6ed0600664dc02f08e6682c5 SHA512 00b508b08baafd02e69197028a6408da81f5d1bf3dfe6d3229f248d60503ccec48f3fa0491bb785ed1ece40ea90d34544bc3b62e4506459488d56540b9d519c2
24
25 diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200418.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200418.ebuild
26 deleted file mode 100644
27 index d8339979c4e..00000000000
28 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200418.ebuild
29 +++ /dev/null
30 @@ -1,50 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -if [[ ${PV} == 9999* ]]; then
39 - inherit git-r3
40 - EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git"
41 -else
42 - COMMIT="e36b2c638061d14f1b3c3bf3e889a8c99c273930"
43 - SRC_URI="https://github.com/drmpeg/gr-paint/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
44 - S="${WORKDIR}/${PN}-${COMMIT}"
45 - KEYWORDS="~amd64"
46 -fi
47 -inherit cmake-utils python-single-r1
48 -
49 -DESCRIPTION="Paints monochrome images into the waterfall of a receiver"
50 -HOMEPAGE="https://github.com/drmpeg/gr-paint"
51 -
52 -LICENSE="GPL-3+"
53 -SLOT="0"
54 -IUSE="doc"
55 -
56 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
57 -
58 -DEPEND="${PYTHON_DEPS}
59 - $(python_gen_cond_dep '
60 - dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
61 - ')
62 - =net-wireless/gnuradio-3.7*:=[${PYTHON_SINGLE_USEDEP}]
63 -"
64 -RDEPEND="${DEPEND}
65 - media-gfx/imagemagick
66 -"
67 -BDEPEND="
68 - dev-lang/swig
69 - dev-util/cppunit
70 - virtual/pkgconfig
71 - doc? ( app-doc/doxygen )
72 -"
73 -
74 -src_configure() {
75 - local mycmakeargs=(
76 - -DENABLE_DOXYGEN=$(usex doc)
77 - -DPYTHON_EXECUTABLE="${PYTHON}"
78 - )
79 - cmake-utils_src_configure
80 -}