commit: 52a88cb9dccff1902bd2e1d9432a1cd4afa54fdc Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Oct 11 02:00:15 2014 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Oct 11 02:00:15 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52a88cb9
[kde-misc/kcm-touchpad] Moved to the tree. Package-Manager: portage-2.2.14_rc1 --- kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild | 25 ------------------------- 1 file changed, 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 17483be..0000000 --- a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 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}"
