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: Mon,  5 Apr 2021 20:05:38 +0000 (UTC)	[thread overview]
Message-ID: <1617653136.d2a937664013700e69776a9c5b79627c2ae85de4.zerochaos@gentoo> (raw)

commit:     d2a937664013700e69776a9c5b79627c2ae85de4
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 20:04:54 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 20:05:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a93766

net-wireless/qdmr: initial ebuild

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/qdmr/Manifest          |  1 +
 net-wireless/qdmr/metadata.xml      | 11 +++++++++++
 net-wireless/qdmr/qdmr-0.6.4.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/net-wireless/qdmr/Manifest b/net-wireless/qdmr/Manifest
new file mode 100644
index 00000000000..97f71a1c692
--- /dev/null
+++ b/net-wireless/qdmr/Manifest
@@ -0,0 +1 @@
+DIST qdmr-0.6.4.tar.gz 3711165 BLAKE2B 06371cd5ee964c3919ab18c272a7ca7f742f697b4a400d7f3e1a1f0081287047cfea29f6b13035409b22aa6cfa220b9383e8fbafb8e6fccd2ea6d4cb867b91e1 SHA512 43fe77f5b77868193d8af908f329730d7391ed44523119079a802dec6dcc0d254049a86943b80215fb2efa75c7d1c0e01a68f6b6986300a35851b479d47e535d

diff --git a/net-wireless/qdmr/metadata.xml b/net-wireless/qdmr/metadata.xml
new file mode 100644
index 00000000000..2bf1ce77620
--- /dev/null
+++ b/net-wireless/qdmr/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>radio@gentoo.org</email>
+		<name>Radio</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">hmatuschek/qdmr</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-wireless/qdmr/qdmr-0.6.4.ebuild b/net-wireless/qdmr/qdmr-0.6.4.ebuild
new file mode 100644
index 00000000000..fb3bf2b398e
--- /dev/null
+++ b/net-wireless/qdmr/qdmr-0.6.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake udev
+
+DESCRIPTION="GUI application for configuring and programming cheap DMR radios"
+HOMEPAGE="https://dm3mat.darc.de/qdmr/"
+SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v0.6.4.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	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
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+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
+}


             reply	other threads:[~2021-04-05 20:05 UTC|newest]

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