Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kcm_touchpad: metadata.xml ChangeLog kcm_touchpad-0.3.0.ebuild
Date: Sat, 31 Oct 2009 13:46:09
Message-Id: E1N4EHL-0008M6-Tr@stork.gentoo.org
1 ssuominen 09/10/31 13:46:03
2
3 Added: metadata.xml ChangeLog kcm_touchpad-0.3.0.ebuild
4 Log:
5 Initial commit.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 kde-misc/kcm_touchpad/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_touchpad/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_touchpad/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>kde</herd>
20 </pkgmetadata>
21
22
23
24 1.1 kde-misc/kcm_touchpad/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for kde-misc/kcm_touchpad
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.1 2009/10/31 13:46:02 ssuominen Exp $
34
35 *kcm_touchpad-0.3.0 (31 Oct 2009)
36
37 31 Oct 2009; Samuli Suominen <ssuominen@g.o>
38 +kcm_touchpad-0.3.0.ebuild:
39 Initial commit wrt #289889, thanks to Andreis Vinogradovs for reporting.
40
41
42
43
44 1.1 kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: kcm_touchpad-0.3.0.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $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 $
54
55 EAPI=2
56 KDE_LINGUAS="es nl pl"
57 inherit kde4-base
58
59 MY_P=mishaaq-${PN}-000be4c
60
61 DESCRIPTION="KControl module for xf86-input-synaptics"
62 HOMEPAGE="http://www.kde-apps.org/content/show.php/kcm_touchpad?content=113335"
63 SRC_URI="http://github.com/mishaaq/kcm_touchpad/tarball/${P} -> ${MY_P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="4"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="debug"
69
70 DEPEND="x11-libs/libXi"
71
72 S=${WORKDIR}/${MY_P}
73
74 DOCS="AUTHORS README"
75
76 src_install() {
77 kde4-base_src_install
78 rm -rf "${D}"usr/share/doc/${PN}
79 }