From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RWSmy-0007hB-Nl for garchives@archives.gentoo.org; Fri, 02 Dec 2011 13:04:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3706821C04E; Fri, 2 Dec 2011 13:04:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0449C21C04E for ; Fri, 2 Dec 2011 13:04:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FBE41B401D for ; Fri, 2 Dec 2011 13:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C270A80044 for ; Fri, 2 Dec 2011 13:04:18 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <7744331853aa2220c78ecd424f95fc7743a6be2f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/konversation-1.4_beta1.ebuild net-irc/konversation/konversation-9999.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7744331853aa2220c78ecd424f95fc7743a6be2f Date: Fri, 2 Dec 2011 13:04:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f35ab710-9ae8-43db-87ab-9dad01b144ec X-Archives-Hash: e72153eaa9f368f5f8bc1c085146f773 commit: 7744331853aa2220c78ecd424f95fc7743a6be2f Author: Johannes Huber gmx de> AuthorDate: Fri Dec 2 13:03:59 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Fri Dec 2 13:03:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D77443318 [net-irc/konversation] Version bump 1.4 beta1, bug 392759. (Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commi= t) --- net-irc/konversation/konversation-1.4_beta1.ebuild | 42 ++++++++++++++= ++++++ net-irc/konversation/konversation-9999.ebuild | 4 +- 2 files changed, 45 insertions(+), 1 deletions(-) diff --git a/net-irc/konversation/konversation-1.4_beta1.ebuild b/net-irc= /konversation/konversation-1.4_beta1.ebuild new file mode 100644 index 0000000..b399a38 --- /dev/null +++ b/net-irc/konversation/konversation-1.4_beta1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_LINGUAS=3D"bg bs ca ca@valencia cs da de el en_GB es et fi fr gl hu = it ja nb +nds nl pl pt pt_BR ru sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr u= k zh_CN +zh_TW" +KDE_DOC_DIRS=3D"doc doc-translations/%lingua_${PN}" +KDE_HANDBOOK=3D"optional" +inherit kde4-base + +MY_PV=3D"${PV/_/-}" +MY_P=3D"${PN}-${MY_PV}" +DESCRIPTION=3D"A user friendly IRC Client for KDE4" +HOMEPAGE=3D"http://konversation.kde.org" +SRC_URI=3D"mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"4" +IUSE=3D"+crypt debug" + +DEPEND=3D" + $(add_kdebase_dep kdepimlibs) + crypt? ( app-crypt/qca:2 ) +" +RDEPEND=3D"${DEPEND} + crypt? ( app-crypt/qca-ossl ) +" + +DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + +S=3D"${WORKDIR}/${MY_P}" + +src_configure() { + mycmakeargs+=3D( + $(cmake-utils_use_with crypt QCA2) + ) + kde4-base_src_configure +} diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konv= ersation/konversation-9999.ebuild index a5c0ae3..4b56ad5 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -24,6 +24,8 @@ RDEPEND=3D"${DEPEND} " =20 src_configure() { - mycmakeargs=3D($(cmake-utils_use_with crypt QCA2)) + mycmakeargs+=3D( + $(cmake-utils_use_with crypt QCA2) + ) kde4-base_src_configure }