commit: 2dddcbdfc5fb358d6737e83e99752a2a5a6698d8 Author: Manuel Rüger <manuel <AT> rueg <DOT> eu> AuthorDate: Sun Jan 11 02:50:07 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 02:50:07 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2dddcbdf
[kde-misc/kcm-touchpad] Removed, has no kde4 branch in git anymore. --- kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild | 27 ------------------------ kde-misc/kcm-touchpad/metadata.xml | 5 ----- 2 files changed, 32 deletions(-) diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild deleted file mode 100644 index 00f4246..0000000 --- a/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KCM, daemon and applet for touchpad" -HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad" -if [[ "${PV}" == *9999 ]]; then - KEYWORDS="" -else - SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz" - S=${WORKDIR}/${PN} - KEYWORDS="~amd64" -fi -LICENSE="GPL-2+" -SLOT="4" -IUSE="debug" - -DEPEND="x11-drivers/xf86-input-synaptics - x11-libs/libxcb -" -RDEPEND="${DEPEND} - !kde-misc/kcm_touchpad - !kde-plasma/kcm_touchpad" diff --git a/kde-misc/kcm-touchpad/metadata.xml b/kde-misc/kcm-touchpad/metadata.xml deleted file mode 100644 index a23f444..0000000 --- a/kde-misc/kcm-touchpad/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>kde</herd> -</pkgmetadata>
