aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-04-23 14:10:20 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-04-23 14:10:45 +0200
commite320dfe3577823ba0c10aad46671bad40068795d (patch)
tree5c971e705c2efdecf99b1469bd1235cc455588bf /sys-libs
parentsys-libs/solo-udev-rules: Revbump 4.0.0-r1; Add missing pkg_postrm(). (diff)
downloadguru-e320dfe3577823ba0c10aad46671bad40068795d.tar.gz
guru-e320dfe3577823ba0c10aad46671bad40068795d.tar.bz2
guru-e320dfe3577823ba0c10aad46671bad40068795d.zip
sys-libs/solo-udev-rules: Remove old ebuilds.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/solo-udev-rules/solo-udev-rules-4.0.0.ebuild37
1 files changed, 0 insertions, 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 b92f77d9a..000000000
--- 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
-}