Gentoo Archives: gentoo-commits

From: Chris Reffett <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: plasma-active/plasma-active-maliit/
Date: Thu, 03 Oct 2013 23:28:41
Message-Id: 1380836949.a80505c3d835d62ce6b027170353aa3d6cedaa45.creffett@gentoo
1 commit: a80505c3d835d62ce6b027170353aa3d6cedaa45
2 Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 21:49:09 2013 +0000
4 Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 21:49:09 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a80505c3
7
8 [plasma-active/plasma-active-maliit] Bump to 0.2 (plasma-active 4.0)
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 .../plasma-active-maliit-0.2.ebuild | 29 ++++++++++++++++++++++
14 1 file changed, 29 insertions(+)
15
16 diff --git a/plasma-active/plasma-active-maliit/plasma-active-maliit-0.2.ebuild b/plasma-active/plasma-active-maliit/plasma-active-maliit-0.2.ebuild
17 new file mode 100644
18 index 0000000..8542d07
19 --- /dev/null
20 +++ b/plasma-active/plasma-active-maliit/plasma-active-maliit-0.2.ebuild
21 @@ -0,0 +1,29 @@
22 +# Copyright 1999-2013 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +inherit qt4-r2
29 +DESCRIPTION="Configuration for the mobile Plasma shell"
30 +HOMEPAGE="http://www.kde.org/"
31 +SRC_URI="mirror://kde/stable/active/4.0/src/${P}.tar.xz"
32 +
33 +LICENSE="BSD"
34 +SLOT="4"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE="hunspell presage"
37 +
38 +DEPEND="
39 + hunspell? ( app-text/hunspell )
40 + presage? ( app-text/presage )
41 + x11-misc/maliit-framework
42 +"
43 +RDEPEND="${DEPEND}"
44 +
45 +src_configure() {
46 + local myconf="nostrip"
47 + use hunspell && myconf="${myconf} enable-hunspell"
48 + use presage && myconf="${myconf} enable-presage"
49 + qmake PREFIX="${EPREFIX}/usr" CONFIG+="${myconf}"
50 +}