From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/airspy/
Date: Wed, 22 Feb 2023 16:35:50 +0000 (UTC) [thread overview]
Message-ID: <1677083738.ccc03789366325116a074a9ab8216f98c95437a1.zerochaos@gentoo> (raw)
commit: ccc03789366325116a074a9ab8216f98c95437a1
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 16:21:42 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 16:35:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc03789
net-wireless/airspy: minor qa updates
add missing udev_reload for pkg_postrm
update metadata.xml
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-wireless/airspy/airspy-1.0.10.ebuild | 7 +++++--
net-wireless/airspy/airspy-9999.ebuild | 9 ++++++---
net-wireless/airspy/metadata.xml | 3 +++
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/net-wireless/airspy/airspy-1.0.10.ebuild b/net-wireless/airspy/airspy-1.0.10.ebuild
index 20eb14ea4ba6..36b566530a43 100644
--- a/net-wireless/airspy/airspy-1.0.10.ebuild
+++ b/net-wireless/airspy/airspy-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,6 @@ if [[ ${PV} == *9999 ]]; then
else
SRC_URI="https://github.com/airspy/host/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/airspyone_host-${PV}"
-
KEYWORDS="~amd64 ~arm ~riscv ~x86"
fi
@@ -48,3 +47,7 @@ src_install() {
pkg_postinst() {
use udev && udev_reload
}
+
+pkg_postrm() {
+ use udev && udev_reload
+}
diff --git a/net-wireless/airspy/airspy-9999.ebuild b/net-wireless/airspy/airspy-9999.ebuild
index 710503c6cb91..36b566530a43 100644
--- a/net-wireless/airspy/airspy-9999.ebuild
+++ b/net-wireless/airspy/airspy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,8 +14,7 @@ if [[ ${PV} == *9999 ]]; then
else
SRC_URI="https://github.com/airspy/host/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/airspyone_host-${PV}"
-
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~riscv ~x86"
fi
LICENSE="GPL-2+"
@@ -48,3 +47,7 @@ src_install() {
pkg_postinst() {
use udev && udev_reload
}
+
+pkg_postrm() {
+ use udev && udev_reload
+}
diff --git a/net-wireless/airspy/metadata.xml b/net-wireless/airspy/metadata.xml
index 193aff4c505d..46b75f40ee14 100644
--- a/net-wireless/airspy/metadata.xml
+++ b/net-wireless/airspy/metadata.xml
@@ -4,4 +4,7 @@
<maintainer type="person">
<email>zerochaos@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">airspy/host</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2023-02-22 16:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 16:35 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-30 17:51 [gentoo-commits] repo/gentoo:master commit in: net-wireless/airspy/ Marek Szuba
2022-03-12 11:30 David Seifert
2021-08-01 16:15 Rick Farina
2021-03-30 20:29 Rick Farina
2019-12-04 0:25 Rick Farina
2019-11-10 20:35 Michał Górny
2019-11-10 14:02 Thomas Deutschmann
2019-11-09 19:39 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=1677083738.ccc03789366325116a074a9ab8216f98c95437a1.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