commit:     7bc16263f88dbf01328625af814b277b722f8e10
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Apr 23 12:04:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 23 12:04:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bc16263

sys-libs/solo-udev-rules: Revbump 4.0.0-r1; Add missing pkg_postrm().

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 .../solo-udev-rules-4.0.0-r1.ebuild                | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0-r1.ebuild 
b/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0-r1.ebuild
new file mode 100644
index 0000000..8accaf7
--- /dev/null
+++ b/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev
+
+MY_P="solo-${PV}"
+DESCRIPTION="udev rules for the Solo FIDO2 & U2F USB+NFC security key"
+HOMEPAGE="
+       https://solokeys.com/
+       https://github.com/solokeys/solo
+"
+SRC_URI="https://github.com/solokeys/solo/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="virtual/udev"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+       # Omitting src_compile() would invoke make, leaving it empty is not 
allowed.
+       echo -n
+}
+
+src_install() {
+       udev_dorules udev/70-solokeys-access.rules
+}
+
+pkg_postinst() {
+       udev_reload
+}
+
+pkg_postrm() {
+       udev_reload
+}

Reply via email to