Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
Date: Fri, 23 May 2014 22:09:33
Message-Id: 1400882936.41b6cb7d67df963aabc03b77956a3321dcafeaed.mrueg@gentoo
1 commit: 41b6cb7d67df963aabc03b77956a3321dcafeaed
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 23 22:08:56 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 23 22:08:56 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=41b6cb7d
7
8 [kde-misc/kcm-touchpad] Add release. Sync with live ebuild.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../{kcm-touchpad-9999.ebuild => kcm-touchpad-1.1.ebuild} | 9 +++++++--
14 kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 9 +++++++--
15 2 files changed, 14 insertions(+), 4 deletions(-)
16
17 diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
18 similarity index 68%
19 copy from kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
20 copy to kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
21 index 8a82831..17483be 100644
22 --- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
23 +++ b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
24 @@ -8,10 +8,15 @@ inherit kde4-base
25
26 DESCRIPTION="KCM, daemon and applet for touchpad"
27 HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
28 -
29 +if [[ "${PV}" == *9999 ]]; then
30 + KEYWORDS=""
31 +else
32 + SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
33 + S=${WORKDIR}/${PN}
34 + KEYWORDS="~amd64"
35 +fi
36 LICENSE="GPL-2+"
37 SLOT="4"
38 -KEYWORDS=""
39 IUSE="debug"
40
41 DEPEND="x11-drivers/xf86-input-synaptics
42
43 diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
44 index 8a82831..17483be 100644
45 --- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
46 +++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
47 @@ -8,10 +8,15 @@ inherit kde4-base
48
49 DESCRIPTION="KCM, daemon and applet for touchpad"
50 HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
51 -
52 +if [[ "${PV}" == *9999 ]]; then
53 + KEYWORDS=""
54 +else
55 + SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
56 + S=${WORKDIR}/${PN}
57 + KEYWORDS="~amd64"
58 +fi
59 LICENSE="GPL-2+"
60 SLOT="4"
61 -KEYWORDS=""
62 IUSE="debug"
63
64 DEPEND="x11-drivers/xf86-input-synaptics