diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-04-01 11:54:33 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-04-01 11:54:33 +0000 |
commit | 3d537f5ba494f4c5d66cbab3ff9e34c129dc49cc (patch) | |
tree | f091e65a5ef44901ed1b80a3411185922ca5dda7 /kde-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-3d537f5ba494f4c5d66cbab3ff9e34c129dc49cc.tar.gz gentoo-2-3d537f5ba494f4c5d66cbab3ff9e34c129dc49cc.tar.bz2 gentoo-2-3d537f5ba494f4c5d66cbab3ff9e34c129dc49cc.zip |
Remove old.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kcm_touchpad/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild | 32 |
2 files changed, 5 insertions, 33 deletions
diff --git a/kde-misc/kcm_touchpad/ChangeLog b/kde-misc/kcm_touchpad/ChangeLog index 6b755a12d09d..e3347bfcaa75 100644 --- a/kde-misc/kcm_touchpad/ChangeLog +++ b/kde-misc/kcm_touchpad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kcm_touchpad # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.8 2013/03/31 16:57:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.9 2013/04/01 11:54:33 kensington Exp $ + + 01 Apr 2013; Michael Palimaka <kensington@gentoo.org> + -kcm_touchpad-0.3.1.ebuild: + Remove old. 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> kcm_touchpad-0.3.1-r1.ebuild: Stable for x86, wrt bug #462890 diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild deleted file mode 100644 index d031b75f92c1..000000000000 --- a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild,v 1.4 2011/01/31 03:44:39 tampakrap Exp $ - -EAPI=3 -KDE_LINGUAS="de es nl pl" -inherit kde4-base - -MY_P=mishaaq-${PN}-00370b5 - -DESCRIPTION="KControl module for xf86-input-synaptics" -HOMEPAGE="http://www.kde-apps.org/content/show.php/kcm_touchpad?content=113335" -SRC_URI="http://github.com/mishaaq/kcm_touchpad/tarball/${P} -> ${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=" - x11-libs/libXi -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS README" - -src_install() { - kde4-base_src_install - rm -rf "${ED}"usr/share/doc/${PN} -} |