From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 822E11381F3 for ; Sat, 6 Apr 2013 01:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF35E0D3F; Sat, 6 Apr 2013 01:46:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8471E0D3F for ; Sat, 6 Apr 2013 01:46:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFC7533BF0D for ; Sat, 6 Apr 2013 01:46:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5F5E5E4073 for ; Sat, 6 Apr 2013 01:46:15 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1365212737.6464247504fbb77d96009fce63a094ad8b19cf28.mrueg@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.5_rc1.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6464247504fbb77d96009fce63a094ad8b19cf28 X-VCS-Branch: master Date: Sat, 6 Apr 2013 01:46:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 958345a4-a662-44c7-9e0b-ee95fbc1dcfb X-Archives-Hash: 9358fd4decd7d541802d500b7f90ed80 commit: 6464247504fbb77d96009fce63a094ad8b19cf28 Author: Manuel Rüger rueg eu> AuthorDate: Sat Apr 6 01:45:37 2013 +0000 Commit: Manuel Rüger rueg eu> CommitDate: Sat Apr 6 01:45:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=64642475 [net-irc/konversation] Version bump, add missing license for handbook Package-Manager: portage-2.1.11.60 --- net-irc/konversation/konversation-1.5_rc1.ebuild | 42 ++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/net-irc/konversation/konversation-1.5_rc1.ebuild b/net-irc/konversation/konversation-1.5_rc1.ebuild new file mode 100644 index 0000000..da13c06 --- /dev/null +++ b/net-irc/konversation/konversation-1.5_rc1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja +kk km lt nb nds nl pl pt pt_BR ru si sk sl sr sr@ijekavian sr@ijekavianlatin +sr@latin sv tr uk zh_CN zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +KDE_HANDBOOK="optional" +inherit kde4-base + +MY_PV="${PV/_/-}" +MY_P="${PN}-${MY_PV}" +DESCRIPTION="A user friendly IRC Client for KDE4" +HOMEPAGE="http://konversation.kde.org" +SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz" + +LICENSE="GPL-2 FDL-1.2" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="+crypt debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + crypt? ( app-crypt/qca:2 ) +" +RDEPEND="${DEPEND} + crypt? ( app-crypt/qca-ossl ) +" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + mycmakeargs+=( + $(cmake-utils_use_with crypt QCA2) + ) + kde4-base_src_configure +}