summaryrefslogtreecommitdiff
path: root/app-misc/ltunify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/ltunify
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/ltunify')
-rw-r--r--app-misc/ltunify/Manifest3
-rw-r--r--app-misc/ltunify/ltunify-0.2-r1.ebuild34
-rw-r--r--app-misc/ltunify/metadata.xml8
3 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/ltunify/Manifest b/app-misc/ltunify/Manifest
deleted file mode 100644
index 8e363e55c881..000000000000
--- a/app-misc/ltunify/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ltunify-0.2.tar.gz 28897 BLAKE2B 5a8b7b86515f41d939b4774afc8c97d7600f6c1c58203a58ec46027138ffc60fc1f0f917c915642ccc5561a311b8d45da39370a71af13b03e51249792d233360 SHA512 e6eaf5c3ef555712219a3edd74d8d8edd3380908cd08dc5168a07111ddb7bf7d0e3d1a5eaf90f6e7ac9faf0474c31827ba0f9f511f170ab8900f0b90f65aa85a
-EBUILD ltunify-0.2-r1.ebuild 825 BLAKE2B e3ca1adfdc5e2211f3c6b1212c10b3dec55dd3aa65c3a684162e7f76592e7c728a8db6ad439478ce3db46e2f101eceea0db882a68e14ae7cea3962d4155ed487 SHA512 12423c54f006c2b18bd1b8b48602763760aa77eeedec944c7b842debd2944091883cfc9d1247dacfb183d95ff30f9e11ecbcf171ffdd2001b73910dca97a1c38
-MISC metadata.xml 246 BLAKE2B a30d57a217fcd3c7c7d170b71f1ab806d11e9b520595802ebfb0123a82682d4fc045f033b164402ac51f939fef7cad737eb2012f62864298b6c5d23c69575519 SHA512 ca07e0609b698c2b53062b71008fee49b91af78fc2ef25997311e37985d79283d333f5b842257a16e7dee36ce34c07d405e1f93742f341f10ca70904e9f9a4e6
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
-}
diff --git a/app-misc/ltunify/metadata.xml b/app-misc/ltunify/metadata.xml
deleted file mode 100644
index 78e64a5cf1ad..000000000000
--- a/app-misc/ltunify/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
-</pkgmetadata>