public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/
Date: Thu,  5 Sep 2024 16:40:06 +0000 (UTC)	[thread overview]
Message-ID: <1725554373.7fea8f79d021fbc1073fda4bd00f2cab7ba8ff88.zerochaos@gentoo> (raw)

commit:     7fea8f79d021fbc1073fda4bd00f2cab7ba8ff88
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 16:39:33 2024 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 16:39:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fea8f79

net-wireless/qdmr: drop 0.10.2, 0.10.4, 0.11.2

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/qdmr/Manifest           |  3 --
 net-wireless/qdmr/qdmr-0.10.2.ebuild | 57 ------------------------------
 net-wireless/qdmr/qdmr-0.10.4.ebuild | 59 -------------------------------
 net-wireless/qdmr/qdmr-0.11.2.ebuild | 67 ------------------------------------
 4 files changed, 186 deletions(-)

diff --git a/net-wireless/qdmr/Manifest b/net-wireless/qdmr/Manifest
index 6bdb70629b56..5b1e5940c5fc 100644
--- a/net-wireless/qdmr/Manifest
+++ b/net-wireless/qdmr/Manifest
@@ -1,5 +1,2 @@
-DIST qdmr-0.10.2.tar.gz 5903169 BLAKE2B 1ef4e9846dd4206d1eae3cfb5562fccec24b156bfd77a82e801e8d1194b969bbda0f14e99c1b6505d18abba4a79d87c5eee2232110969faf4c078c1fe781a8ee SHA512 96a3fd22be2b8f77a4925cfb426de12a55b29ee73eaf78869091fd0ecd36d2df51195f2ca70689857e190767c4651d3d4915a0b7aa9f5c6e429f46a53edb991c
-DIST qdmr-0.10.4.tar.gz 6013877 BLAKE2B 32da2984620e162e049f4017e29bff7d500f293fa6125246fdd2e7640ed9dd1e0e066c03297c365b9b5dc2e76dee1e1511fed327690c9a611fd7aa1abc26f988 SHA512 4ba75274bcaa4a7b8887edf7a1725863ee4dc00730d9386673b5c149e7ac30a32f06b7341ebd327cae337eac7a445999a17606cbbb22734216df2c14cb03c322
-DIST qdmr-0.11.2.tar.gz 6391759 BLAKE2B d45c934a0bad8c92a10a1f183007310137c8ad04a95f5f1471bac2a54f7f33e3af44b386e4ff2803a42934b575ce2e414bb6090a7e474e7aa1ac82b1d722598e SHA512 cd8dfc9eb9d6efad08efcaaa7b6e2ae61823982bd2ffa7bc41826c9fea3c21bd63f5a2114dc63d88e01a0c56f2fb615cbe0ddef62b87deebb798beda937de5d0
 DIST qdmr-0.11.3.tar.gz 6577404 BLAKE2B 7f9133e9620c5286492ee813907c47d550eba9368e801cd3939897381ed751788fa43337dbeb2cd1be5c4765c554ac5a031d9b4965c49dd1a521949d74b6f9f2 SHA512 4bb62cd84e8cce02f6582f854c4247c91f30271cc96856a4d1a55a4dbea5d2d9639e9db2df8b76f2ff196dddac1d7de3632627890617688037bd78085422e75e
 DIST qdmr-0.12.0.tar.gz 6905942 BLAKE2B 4452120860c8e4cc8e720161d90dd090affe43fa15965895e2e088f94856675811d3685933f25493b00eb2157ff58bef5481cb705cd92e7c9ef94a61fc877bdb SHA512 5cdb41c5d0234f8c1d4cfc4f75ea4e832c94f692320fe7714df1d0e893379b2c0939e004779a71cb601e696133d94d083d4e6062ab31916e9431bd14f6a60b6a

diff --git a/net-wireless/qdmr/qdmr-0.10.2.ebuild b/net-wireless/qdmr/qdmr-0.10.2.ebuild
deleted file mode 100644
index c57e656cbffa..000000000000
--- a/net-wireless/qdmr/qdmr-0.10.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake udev linux-info
-
-DESCRIPTION="GUI application for configuring and programming cheap DMR radios"
-HOMEPAGE="https://dm3mat.darc.de/qdmr/"
-if [ "${PV}" = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hmatuschek/qdmr.git"
-else
-	MY_PV="${PV/_/-}"
-	SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${MY_PV}"
-	KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	dev-cpp/yaml-cpp:=
-	dev-qt/designer:5
-	dev-qt/qttest:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtcore:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtpositioning:5
-	dev-qt/qtserialport:5
-	virtual/libusb:1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}/${P}-musl.patch" )
-
-pkg_setup() {
-	CONFIG_CHECK="~USB_ACM"
-	WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio"
-	CONFIG_CHECK="~USB_SERIAL"
-	WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio"
-	check_extra_config
-}
-
-src_prepare() {
-	#no devil perms
-	sed -i 's#666#660#' dist/99-qdmr.rules
-	sed -i "s#/etc/udev/rules.d/#$(get_udevdir)/rules.d#" lib/CMakeLists.txt
-	cmake_src_prepare
-}
-
-pkg_postinst() {
-	udev_reload
-}

diff --git a/net-wireless/qdmr/qdmr-0.10.4.ebuild b/net-wireless/qdmr/qdmr-0.10.4.ebuild
deleted file mode 100644
index 2408bd6b897c..000000000000
--- a/net-wireless/qdmr/qdmr-0.10.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake udev linux-info
-
-DESCRIPTION="GUI application for configuring and programming cheap DMR radios"
-HOMEPAGE="https://dm3mat.darc.de/qdmr/"
-if [ "${PV}" = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hmatuschek/qdmr.git"
-else
-	MY_PV="${PV/_/-}"
-	SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${MY_PV}"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	dev-cpp/yaml-cpp:=
-	dev-qt/designer:5
-	dev-qt/qttest:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtcore:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtpositioning:5
-	dev-qt/qtserialport:5
-	virtual/libusb:1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-pkg_setup() {
-	CONFIG_CHECK="~USB_ACM"
-	WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio"
-	CONFIG_CHECK="~USB_SERIAL"
-	WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio"
-	check_extra_config
-}
-
-src_prepare() {
-	#no devil perms
-	sed -i 's#666#660#' dist/99-qdmr.rules
-	sed -i "s#/etc/udev/rules.d/#$(get_udevdir)/rules.d#" lib/CMakeLists.txt
-	cmake_src_prepare
-}
-
-pkg_postinst() {
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}

diff --git a/net-wireless/qdmr/qdmr-0.11.2.ebuild b/net-wireless/qdmr/qdmr-0.11.2.ebuild
deleted file mode 100644
index 1ba9c2ff8c36..000000000000
--- a/net-wireless/qdmr/qdmr-0.11.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake udev linux-info
-
-DESCRIPTION="GUI application for configuring and programming cheap DMR radios"
-HOMEPAGE="https://dm3mat.darc.de/qdmr/"
-if [ "${PV}" = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hmatuschek/qdmr.git"
-else
-	MY_PV="${PV/_/-}"
-	SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${MY_PV}"
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	dev-cpp/yaml-cpp:=
-	dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtcore:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtpositioning:5
-	dev-qt/qtserialport:5
-	virtual/libusb:1
-"
-DEPEND="${RDEPEND}
-	dev-qt/designer:5
-	test? ( dev-qt/qttest:5 )
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-pkg_setup() {
-	CONFIG_CHECK="~USB_ACM"
-	WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio"
-	CONFIG_CHECK="~USB_SERIAL"
-	WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio"
-	check_extra_config
-}
-
-src_prepare() {
-	sed -i "s#/etc/udev/rules.d/#$(get_udevdir)/rules.d#" lib/CMakeLists.txt
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS="$(usex test)"
-	)
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}


             reply	other threads:[~2024-09-05 16:40 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-05 16:40 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-20 20:21 [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/ Andreas Sturmlechner
2025-04-14 21:41 Sam James
2024-09-05 16:40 Rick Farina
2024-09-05 16:33 Rick Farina
2023-11-16  1:54 Rick Farina
2023-01-30 16:11 Rick Farina
2023-01-13 19:40 Rick Farina
2023-01-11 21:23 Rick Farina
2023-01-11 19:52 Rick Farina
2023-01-11 19:52 Rick Farina
2022-11-13 22:27 Jory Pratt
2022-09-11 18:18 Rick Farina
2022-09-11 18:18 Rick Farina
2022-08-12 12:29 Agostino Sarubbo
2022-08-09  1:24 Jory Pratt
2022-08-08  9:40 Andreas Sturmlechner
2022-04-08 16:48 Rick Farina
2022-04-08 13:40 Rick Farina
2022-01-06 15:33 Rick Farina
2022-01-06 15:33 Rick Farina
2021-11-06 23:28 Rick Farina
2021-11-06 23:28 Rick Farina
2021-10-28 18:59 Rick Farina
2021-10-11 16:47 Rick Farina
2021-10-04 16:45 Rick Farina
2021-10-04  1:07 Rick Farina
2021-09-28 16:07 Rick Farina
2021-07-13 14:17 Rick Farina
2021-05-14 18:17 Rick Farina
2021-04-29 14:18 Rick Farina
2021-04-21 20:11 Rick Farina
2021-04-05 21:09 Rick Farina
2021-04-05 20:05 Rick Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725554373.7fea8f79d021fbc1073fda4bd00f2cab7ba8ff88.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox