Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
Date: Fri, 02 Dec 2011 13:04:31
Message-Id: 7744331853aa2220c78ecd424f95fc7743a6be2f.johu@gentoo
1 commit: 7744331853aa2220c78ecd424f95fc7743a6be2f
2 Author: Johannes Huber <johu <AT> gmx <DOT> de>
3 AuthorDate: Fri Dec 2 13:03:59 2011 +0000
4 Commit: Johannes Huber <johu <AT> gmx <DOT> de>
5 CommitDate: Fri Dec 2 13:03:59 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77443318
7
8 [net-irc/konversation] Version bump 1.4 beta1, bug 392759.
9
10 (Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 net-irc/konversation/konversation-1.4_beta1.ebuild | 42 ++++++++++++++++++++
14 net-irc/konversation/konversation-9999.ebuild | 4 +-
15 2 files changed, 45 insertions(+), 1 deletions(-)
16
17 diff --git a/net-irc/konversation/konversation-1.4_beta1.ebuild b/net-irc/konversation/konversation-1.4_beta1.ebuild
18 new file mode 100644
19 index 0000000..b399a38
20 --- /dev/null
21 +++ b/net-irc/konversation/konversation-1.4_beta1.ebuild
22 @@ -0,0 +1,42 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl hu it ja nb
30 +nds nl pl pt pt_BR ru sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN
31 +zh_TW"
32 +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
33 +KDE_HANDBOOK="optional"
34 +inherit kde4-base
35 +
36 +MY_PV="${PV/_/-}"
37 +MY_P="${PN}-${MY_PV}"
38 +DESCRIPTION="A user friendly IRC Client for KDE4"
39 +HOMEPAGE="http://konversation.kde.org"
40 +SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
41 +
42 +LICENSE="GPL-2"
43 +KEYWORDS="~amd64 ~x86"
44 +SLOT="4"
45 +IUSE="+crypt debug"
46 +
47 +DEPEND="
48 + $(add_kdebase_dep kdepimlibs)
49 + crypt? ( app-crypt/qca:2 )
50 +"
51 +RDEPEND="${DEPEND}
52 + crypt? ( app-crypt/qca-ossl )
53 +"
54 +
55 +DOCS="AUTHORS ChangeLog NEWS README TODO"
56 +
57 +S="${WORKDIR}/${MY_P}"
58 +
59 +src_configure() {
60 + mycmakeargs+=(
61 + $(cmake-utils_use_with crypt QCA2)
62 + )
63 + kde4-base_src_configure
64 +}
65
66 diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
67 index a5c0ae3..4b56ad5 100644
68 --- a/net-irc/konversation/konversation-9999.ebuild
69 +++ b/net-irc/konversation/konversation-9999.ebuild
70 @@ -24,6 +24,8 @@ RDEPEND="${DEPEND}
71 "
72
73 src_configure() {
74 - mycmakeargs=($(cmake-utils_use_with crypt QCA2))
75 + mycmakeargs+=(
76 + $(cmake-utils_use_with crypt QCA2)
77 + )
78 kde4-base_src_configure
79 }