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

This commit is contained in:
tastytea 2020-06-01 11:01:44 +02:00
parent 8d9ae40468
commit a582ae7ae9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
5 changed files with 0 additions and 116 deletions

View File

@ -1,9 +1,3 @@
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-23)
# The package is in the GURU[1] repository now. Please use that instead. Masked
# for removal in 30 days.
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
sys-libs/solo-udev-rules
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-24)
# The package is in the GURU[1] repository now. Please use that instead. Masked
# for removal in 30 days.

View File

@ -1,13 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD solo-udev-rules-20190308.ebuild 755 BLAKE2B 3b0794398d891c10bc62a6bcfaa058996f8724f0f511e2a27be6f7e66d2056bcd88886dcf745ef144713a6021d6d0f6bbf814dfbb89ff181fc99d8406665380c SHA512 90536a05e1a0fdf4bdba56ae6b52a1c5077c70cf00e75d0c3f747cc5ea2aee97c46c23b4c2a1c643bdb4ddfbf6528d51b8ad8b0442c813f5866cb9d7ca0721f6
EBUILD solo-udev-rules-99999999.ebuild 755 BLAKE2B 3b0794398d891c10bc62a6bcfaa058996f8724f0f511e2a27be6f7e66d2056bcd88886dcf745ef144713a6021d6d0f6bbf814dfbb89ff181fc99d8406665380c SHA512 90536a05e1a0fdf4bdba56ae6b52a1c5077c70cf00e75d0c3f747cc5ea2aee97c46c23b4c2a1c643bdb4ddfbf6528d51b8ad8b0442c813f5866cb9d7ca0721f6
MISC metadata.xml 338 BLAKE2B 0b119cb955689b095d766e8c350a10bd0b36cb6db984e0df913e028a2542c972a70a64ebabe4762bec46356bbcc96cb74b22dbec00a6f883799557943eb8c385 SHA512 0c9dd5b84c12b1ef0403d17b65099787a1cb05f5be2f67eadca0fa5188a60ebfe948da3ee7463c6774361226672636b9f8f34ca63ff8a3f029450386b8772ad0
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXI1LjAAKCRDPw5SX8bJu
BygWAPsGte5j72IM0P+9R/xgRC/PsEsEAMtlaCQWtzJzfePj+gD+Lrhc7uldE73/
xk1ztGa9yGOEnzzZWAnjUh2+yx9Cj3Y=
=4H8C
-----END PGP SIGNATURE-----

View File

@ -1,11 +0,0 @@
<?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

@ -1,43 +0,0 @@
# 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"
EGIT_SUBMODULES=()
if [[ "${PV}" != "99999999" ]]; then
EGIT_COMMIT_DATE="${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "99999999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
IUSE=""
RDEPEND="
virtual/udev
"
DEPEND="
${RDEPEND}
"
src_compile() {
# Do nothing (empty function is not allowed)
echo -n
}
src_install() {
udev_dorules udev/70-solokeys-access.rules
udev_dorules udev/70-solokeys-legacy-access.rules
}

View File

@ -1,43 +0,0 @@
# 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"
EGIT_SUBMODULES=()
if [[ "${PV}" != "99999999" ]]; then
EGIT_COMMIT_DATE="${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "99999999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
IUSE=""
RDEPEND="
virtual/udev
"
DEPEND="
${RDEPEND}
"
src_compile() {
# Do nothing (empty function is not allowed)
echo -n
}
src_install() {
udev_dorules udev/70-solokeys-access.rules
udev_dorules udev/70-solokeys-legacy-access.rules
}