diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 03:44:39 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 03:44:39 +0000 |
commit | 10a782419ed193494e0948c2888968c32c713bae (patch) | |
tree | cf3c477d61105cde1a91ea1f7d3cf3a79749a6f4 /kde-misc/kcm_touchpad | |
parent | EAPI3 (diff) | |
download | gentoo-2-10a782419ed193494e0948c2888968c32c713bae.tar.gz gentoo-2-10a782419ed193494e0948c2888968c32c713bae.tar.bz2 gentoo-2-10a782419ed193494e0948c2888968c32c713bae.zip |
EAPI3,remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kcm_touchpad')
-rw-r--r-- | kde-misc/kcm_touchpad/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild | 29 | ||||
-rw-r--r-- | kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild | 13 |
3 files changed, 14 insertions, 36 deletions
diff --git a/kde-misc/kcm_touchpad/ChangeLog b/kde-misc/kcm_touchpad/ChangeLog index 752f0aed68ac..bea433843634 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.4 2010/07/15 08:58:14 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.5 2011/01/31 03:44:39 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> + -kcm_touchpad-0.3.0.ebuild, kcm_touchpad-0.3.1.ebuild: + EAPI3,remove old 15 Jul 2010; Christian Faulhammer <fauli@gentoo.org> kcm_touchpad-0.3.1.ebuild: diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild deleted file mode 100644 index 8c5291543f72..000000000000 --- a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 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.0.ebuild,v 1.1 2009/10/31 13:46:02 ssuominen Exp $ - -EAPI=2 -KDE_LINGUAS="es nl pl" -inherit kde4-base - -MY_P=mishaaq-${PN}-000be4c - -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" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS README" - -src_install() { - kde4-base_src_install - rm -rf "${D}"usr/share/doc/${PN} -} diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild index a99f6651eab6..d031b75f92c1 100644 --- a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild +++ b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.3 2010/07/15 08:58:14 fauli Exp $ +# $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=2 +EAPI=3 KDE_LINGUAS="de es nl pl" inherit kde4-base @@ -17,7 +17,10 @@ SLOT="4" KEYWORDS="amd64 x86" IUSE="debug" -DEPEND="x11-libs/libXi" +DEPEND=" + x11-libs/libXi +" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} @@ -25,5 +28,5 @@ DOCS="AUTHORS README" src_install() { kde4-base_src_install - rm -rf "${D}"usr/share/doc/${PN} + rm -rf "${ED}"usr/share/doc/${PN} } |