public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sys-libs/solo-udev-rules/
@ 2020-04-23  2:45 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2020-04-23  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d395466f9bfe2566f7fda5ff73e73ffc17641f61
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr 22 23:19:57 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Apr 22 23:20:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d395466f

sys-libs/solo-udev-rules: New package.

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

 sys-libs/solo-udev-rules/Manifest                  |  1 +
 sys-libs/solo-udev-rules/metadata.xml              | 11 +++++++
 .../solo-udev-rules/solo-udev-rules-4.0.0.ebuild   | 37 ++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/sys-libs/solo-udev-rules/Manifest b/sys-libs/solo-udev-rules/Manifest
new file mode 100644
index 0000000..a457fb3
--- /dev/null
+++ b/sys-libs/solo-udev-rules/Manifest
@@ -0,0 +1 @@
+DIST solo-4.0.0.tar.gz 1173865 BLAKE2B 1a2d62daf46d3a4a90a65d5034912b048c63a8f6fd3f4dde76fcb3c283d679bc96a7d3cf92945f6c6817f7e505cb540c4264f83ea7db872aa1b3daad864275ac SHA512 210ef65f0b667f0a0c6c096f5f1346574ba70e6f8476e8657ac4c862cbd75de66b644aba884dc37773ecbda4ecd0e495dbbdef3febfbc0e43a265435cfc0ea3f

diff --git a/sys-libs/solo-udev-rules/metadata.xml b/sys-libs/solo-udev-rules/metadata.xml
new file mode 100644
index 0000000..6d28f98
--- /dev/null
+++ b/sys-libs/solo-udev-rules/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="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/solokeys/solo/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild b/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild
new file mode 100644
index 0000000..b92f77d
--- /dev/null
+++ b/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild
@@ -0,0 +1,37 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-libs/solo-udev-rules/
@ 2020-04-23 13:16 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-04-23 13:16 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-libs/solo-udev-rules/
@ 2020-04-23 13:16 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-04-23 13:16 UTC (permalink / raw
  To: gentoo-commits

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

sys-libs/solo-udev-rules: Remove old ebuilds.

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

 .../solo-udev-rules/solo-udev-rules-4.0.0.ebuild   | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild b/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild
deleted file mode 100644
index b92f77d..0000000
--- a/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-libs/solo-udev-rules/
@ 2023-05-27 17:22 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-05-27 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     412c5b522642ad90cdc58a0fc5b32f2befb930f8
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 16:33:48 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 27 16:33:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=412c5b52

sys-libs/solo-udev-rules: add github upstream metadata

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 sys-libs/solo-udev-rules/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/solo-udev-rules/metadata.xml b/sys-libs/solo-udev-rules/metadata.xml
index 432762617..2a5d45800 100644
--- a/sys-libs/solo-udev-rules/metadata.xml
+++ b/sys-libs/solo-udev-rules/metadata.xml
@@ -6,6 +6,7 @@
 		<name>tastytea</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">solokeys/solo1</remote-id>
 		<bugs-to>https://github.com/solokeys/solo1/issues</bugs-to>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-27 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-23 13:16 [gentoo-commits] repo/proj/guru:master commit in: sys-libs/solo-udev-rules/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27 17:22 Viorel Munteanu
2020-04-23 13:16 Andrew Ammerlaan
2020-04-23  2:45 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox