summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-20 17:57:04 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-20 18:01:52 +0100
commit9f9d18968acc67d6d9971653ebf1e83f5472b5ad (patch)
tree5e7c72d1a5d869a8a33c5079aeb59d8e282069a3 /kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
parentkde-misc/kcm-grub2: Remove last-rited pkg (diff)
downloadgentoo-9f9d18968acc67d6d9971653ebf1e83f5472b5ad.tar.gz
gentoo-9f9d18968acc67d6d9971653ebf1e83f5472b5ad.tar.bz2
gentoo-9f9d18968acc67d6d9971653ebf1e83f5472b5ad.zip
kde-misc/kcm-touchpad: Remove last-rited pkg
Diffstat (limited to 'kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild')
-rw-r--r--kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
deleted file mode 100644
index 7418cc6e2499..000000000000
--- a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KCM, daemon and applet for touchpad"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-if [[ "${PV}" == *9999 ]]; then
- KEYWORDS=""
-else
- SRC_URI="https://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
- S=${WORKDIR}/${PN}
- KEYWORDS="amd64 x86"
-fi
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="x11-drivers/xf86-input-synaptics
- x11-libs/libxcb
-"
-RDEPEND="${DEPEND}"