From 97b0beb704ea293aa8939b3a59fbc5d05c91e095 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 28 Jun 2019 16:40:05 +0300 Subject: [PATCH] xorg: Remove libevdev --- xorg/libevdev/build | 8 -------- xorg/libevdev/checksums | 1 - xorg/libevdev/depends | 2 -- xorg/libevdev/licenses | 29 ----------------------------- xorg/libevdev/sources | 1 - xorg/libevdev/version | 1 - 6 files changed, 42 deletions(-) delete mode 100755 xorg/libevdev/build delete mode 100644 xorg/libevdev/checksums delete mode 100644 xorg/libevdev/depends delete mode 100644 xorg/libevdev/licenses delete mode 100644 xorg/libevdev/sources delete mode 100644 xorg/libevdev/version diff --git a/xorg/libevdev/build b/xorg/libevdev/build deleted file mode 100755 index 0cccff6c..00000000 --- a/xorg/libevdev/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-gcov - -make -make DESTDIR="$1" install diff --git a/xorg/libevdev/checksums b/xorg/libevdev/checksums deleted file mode 100644 index 6c8c5ff6..00000000 --- a/xorg/libevdev/checksums +++ /dev/null @@ -1 +0,0 @@ -11dbe1f2b1d03a51f3e9a196757a75c3a999042ce34cf1fdc00a2363e5a2e369 libevdev-1.7.0.tar.xz diff --git a/xorg/libevdev/depends b/xorg/libevdev/depends deleted file mode 100644 index 0efd8dbe..00000000 --- a/xorg/libevdev/depends +++ /dev/null @@ -1,2 +0,0 @@ -linux-headers make -python make diff --git a/xorg/libevdev/licenses b/xorg/libevdev/licenses deleted file mode 100644 index 16f959a9..00000000 --- a/xorg/libevdev/licenses +++ /dev/null @@ -1,29 +0,0 @@ -Copyright © 2013 Red Hat, Inc. -Copyright © 2013 David Herrmann - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that copyright -notice and this permission notice appear in supporting documentation, and -that the name of the copyright holders not be used in advertising or -publicity pertaining to distribution of the software without specific, -written prior permission. The copyright holders make no representations -about the suitability of this software for any purpose. It is provided "as -is" without express or implied warranty. - -THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -OF THIS SOFTWARE. - -The following license is from a Linux kernel header file and there is no GPL -code this package links to. - -Copyright (c) 1999-2002 Vojtech Pavlik - -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License version 2 as published by -the Free Software Foundation. diff --git a/xorg/libevdev/sources b/xorg/libevdev/sources deleted file mode 100644 index 4b4c6752..00000000 --- a/xorg/libevdev/sources +++ /dev/null @@ -1 +0,0 @@ -http://www.freedesktop.org/software/libevdev/libevdev-1.7.0.tar.xz diff --git a/xorg/libevdev/version b/xorg/libevdev/version deleted file mode 100644 index abd32472..00000000 --- a/xorg/libevdev/version +++ /dev/null @@ -1 +0,0 @@ -1.7.0 1