sys-libs/solo-udev-rules: New package
the build was successful Details

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2019-01-17 21:33:37 +01:00
parent 7a5148d25e
commit 38b2787053
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD solo-udev-rules-9999.ebuild 533 BLAKE2B ae44547a61c463f449f70000620151d03f39acb1f5aca349531a6b5e18a8d697b45ae2b2365f9b8995b2111d1d34ffa18c89d80275659b77332c44478e5f522b SHA512 a543da69816735a7b09ca734eb2715082c3817bd70255179821219dd70d9f44f8c54528c30afbb46977bcb76af7480cfa76c3e9721bd4483fb2abdb3fc238244
MISC metadata.xml 338 BLAKE2B 0b119cb955689b095d766e8c350a10bd0b36cb6db984e0df913e028a2542c972a70a64ebabe4762bec46356bbcc96cb74b22dbec00a6f883799557943eb8c385 SHA512 0c9dd5b84c12b1ef0403d17b65099787a1cb05f5be2f67eadca0fa5188a60ebfe948da3ee7463c6774361226672636b9f8f34ca63ff8a3f029450386b8772ad0
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXEDmoQAKCRDPw5SX8bJu
BznAAP0Zhk3tEbSUMxyR86ni8mkBq5Z2yiBEudVUi6/AwoW+EQD8DJR62ciSWZnx
vNPFXN9VgaC0A67bbmcBI/U3QM5Hyss=
=m85D
-----END PGP SIGNATURE-----

View File

@ -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>tastytea</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/solokeys/solo/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,34 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 udev
DESCRIPTION="udev rules for the Solo FIDO2 USB+NFC token."
HOMEPAGE="
https://solokeys.com/
https://github.com/solokeys/solo
"
EGIT_REPO_URI="https://github.com/solokeys/solo.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
virtual/udev
"
DEPEND="
${RDEPEND}
"
src_compile() {
# Do nothing (empty function is not allowed)
echo -n
}
src_install() {
udev_dorules 99-solo.rules
}