summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-11-17 22:34:40 -0700
committerTim Harder <radhermit@gentoo.org>2019-11-17 22:34:40 -0700
commit7c21ed4ded1f62bc2bd7a8d47dae03626ce40873 (patch)
tree4cd4d82e6829976fa5caceb3f23a07db8b2a4389 /app-misc
parentapp-misc/ltunify: install udev rules as a doc file (diff)
downloadgentoo-7c21ed4ded1f62bc2bd7a8d47dae03626ce40873.tar.gz
gentoo-7c21ed4ded1f62bc2bd7a8d47dae03626ce40873.tar.bz2
gentoo-7c21ed4ded1f62bc2bd7a8d47dae03626ce40873.zip
app-misc/ltunify: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ltunify/ltunify-0.2-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/ltunify/ltunify-0.2-r1.ebuild b/app-misc/ltunify/ltunify-0.2-r1.ebuild
deleted file mode 100644
index 25d12814cc05..000000000000
--- a/app-misc/ltunify/ltunify-0.2-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs udev
-
-DESCRIPTION="Tool for working with Logitech Unifying receivers and devices"
-HOMEPAGE="https://lekensteyn.nl/logitech-unifying.html https://git.lekensteyn.nl/ltunify/"
-SRC_URI="https://git.lekensteyn.nl/${PN}/snapshot/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- sed -i '/^override CFLAGS/d' Makefile || die
-
- # allow plugdev group r/w access
- sed -i 's/^#MODE=/MODE=/' udev/42-logitech-unify-permissions.rules || die
-
- tc-export CC
-}
-
-src_compile() {
- emake ${PN}
-}
-
-src_install() {
- dobin ${PN}
- dodoc NEWS README.txt
-
- # avoid file collision with solaar
- udev_newrules udev/42-logitech-unify-permissions.rules 42-logitech-unify-${PN}.rules
-}