public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2020-04-22 23:25 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2020-04-22 23:25 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:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2020-04-23 12:12 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2020-04-23 12:12 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:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2020-04-23 12:12 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2020-04-23 12:12 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:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2022-04-27 11:57 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-04-27 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c364b06b07410eddab28f72a278d7e3d0466186f
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr 27 11:52:50 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr 27 11:55:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c364b06b

sys-libs/solo-udev-rules: add 4.1.5

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

 sys-libs/solo-udev-rules/Manifest                  |  1 +
 .../solo-udev-rules/solo-udev-rules-4.1.5.ebuild   | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/sys-libs/solo-udev-rules/Manifest b/sys-libs/solo-udev-rules/Manifest
index a457fb35e..3a416fd12 100644
--- a/sys-libs/solo-udev-rules/Manifest
+++ b/sys-libs/solo-udev-rules/Manifest
@@ -1 +1,2 @@
 DIST solo-4.0.0.tar.gz 1173865 BLAKE2B 1a2d62daf46d3a4a90a65d5034912b048c63a8f6fd3f4dde76fcb3c283d679bc96a7d3cf92945f6c6817f7e505cb540c4264f83ea7db872aa1b3daad864275ac SHA512 210ef65f0b667f0a0c6c096f5f1346574ba70e6f8476e8657ac4c862cbd75de66b644aba884dc37773ecbda4ecd0e495dbbdef3febfbc0e43a265435cfc0ea3f
+DIST solo1-4.1.5.tar.gz 1179783 BLAKE2B 9a76bc48b1f404dbd5d919ca8794ab20e7e8474bfe77430e7c60008306c51213535814fd873d04fd4182e704566d0bb545ab354fdf35e2236cffad13727468d7 SHA512 3e6196e37d4e9ab90dda59f2cc323ac47d0bad4e281f1de013449365ba7d8687daf96187b41ec01acc9843b69b5108e0192caa9846e75ede73fffeac36b308e3

diff --git a/sys-libs/solo-udev-rules/solo-udev-rules-4.1.5.ebuild b/sys-libs/solo-udev-rules/solo-udev-rules-4.1.5.ebuild
new file mode 100644
index 000000000..90115f194
--- /dev/null
+++ b/sys-libs/solo-udev-rules/solo-udev-rules-4.1.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020, 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit udev
+
+MY_P="solo1-${PV}"
+DESCRIPTION="udev rules for the Solo FIDO2 & U2F USB+NFC security key"
+HOMEPAGE="
+	https://solokeys.com/
+	https://github.com/solokeys/solo1
+"
+SRC_URI="https://github.com/solokeys/solo1/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.
+	:
+}
+
+src_install() {
+	udev_dorules udev/70-solokeys-access.rules
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2022-04-27 11:57 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-04-27 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d19850592c54d159548d51fac277874d41615f1b
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr 27 11:55:43 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr 27 11:55:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1985059

sys-libs/solo-udev-rules: drop 4.0.0-r1

Closes: https://bugs.gentoo.org/840704
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 sys-libs/solo-udev-rules/Manifest                  |  1 -
 .../solo-udev-rules-4.0.0-r1.ebuild                | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/sys-libs/solo-udev-rules/Manifest b/sys-libs/solo-udev-rules/Manifest
index 3a416fd12..51c6a7573 100644
--- a/sys-libs/solo-udev-rules/Manifest
+++ b/sys-libs/solo-udev-rules/Manifest
@@ -1,2 +1 @@
-DIST solo-4.0.0.tar.gz 1173865 BLAKE2B 1a2d62daf46d3a4a90a65d5034912b048c63a8f6fd3f4dde76fcb3c283d679bc96a7d3cf92945f6c6817f7e505cb540c4264f83ea7db872aa1b3daad864275ac SHA512 210ef65f0b667f0a0c6c096f5f1346574ba70e6f8476e8657ac4c862cbd75de66b644aba884dc37773ecbda4ecd0e495dbbdef3febfbc0e43a265435cfc0ea3f
 DIST solo1-4.1.5.tar.gz 1179783 BLAKE2B 9a76bc48b1f404dbd5d919ca8794ab20e7e8474bfe77430e7c60008306c51213535814fd873d04fd4182e704566d0bb545ab354fdf35e2236cffad13727468d7 SHA512 3e6196e37d4e9ab90dda59f2cc323ac47d0bad4e281f1de013449365ba7d8687daf96187b41ec01acc9843b69b5108e0192caa9846e75ede73fffeac36b308e3

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
deleted file mode 100644
index 8accaf74a..000000000
--- a/sys-libs/solo-udev-rules/solo-udev-rules-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,41 +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
-}
-
-pkg_postrm() {
-	udev_reload
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2022-04-27 11:57 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-04-27 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8a02fe71aa9f1954b26be7695dd439daf41339ed
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr 27 11:56:58 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr 27 11:56:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a02fe71

sys-libs/solo-udev-rules: Update URL in metadata.xml

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

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

diff --git a/sys-libs/solo-udev-rules/metadata.xml b/sys-libs/solo-udev-rules/metadata.xml
index 6d28f9819..bd687f937 100644
--- a/sys-libs/solo-udev-rules/metadata.xml
+++ b/sys-libs/solo-udev-rules/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Ronny (tastytea) Gutbrod</name>
 	</maintainer>
 	<upstream>
-		<bugs-to>https://github.com/solokeys/solo/issues</bugs-to>
+		<bugs-to>https://github.com/solokeys/solo1/issues</bugs-to>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/
@ 2023-05-27 16:34 Rahul Sandhu
  0 siblings, 0 replies; 7+ messages in thread
From: Rahul Sandhu @ 2023-05-27 16:34 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:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27 11:57 [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/solo-udev-rules/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27 16:34 Rahul Sandhu
2022-04-27 11:57 Ronny Gutbrod
2022-04-27 11:57 Ronny Gutbrod
2020-04-23 12:12 Ronny Gutbrod
2020-04-23 12:12 Ronny Gutbrod
2020-04-22 23:25 Ronny Gutbrod

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