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 <gentoo-commits+bounces-406973-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RYbOl-0000pf-Vo for garchives@archives.gentoo.org; Thu, 08 Dec 2011 10:40:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6081921C02E; Thu, 8 Dec 2011 10:40:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2ADB121C02E for <gentoo-commits@lists.gentoo.org>; Thu, 8 Dec 2011 10:40:12 +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 74EDB1B4010 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Dec 2011 10:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 934BC80042 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Dec 2011 10:40:10 +0000 (UTC) From: "Johannes Huber" <johu@gmx.de> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gmx.de> Message-ID: <2012737d72c1b78e686624e5d346c29628c80fc4.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.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2012737d72c1b78e686624e5d346c29628c80fc4 Date: Thu, 8 Dec 2011 10:40:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c0af3290-da03-4dc7-8a54-b9fcf98641ba X-Archives-Hash: fa7ed382ef122521c0e63e47ae4a1e34 commit: 2012737d72c1b78e686624e5d346c29628c80fc4 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Dec 8 10:39:32 2011 +0000 Commit: Johannes Huber <johu <AT> gmx <DOT> de> CommitDate: Thu Dec 8 10:39:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D2012737d [net-irc/konversation] Moved to tree (Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commi= t) --- net-irc/konversation/konversation-1.4.ebuild | 42 --------------------= ------ 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/net-irc/konversation/konversation-1.4.ebuild b/net-irc/konve= rsation/konversation-1.4.ebuild deleted file mode 100644 index ba83e5c..0000000 --- a/net-irc/konversation/konversation-1.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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 si sr sr@ijekavian sr@ijekavianlatin sr@latin sv t= r uk -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/stable/${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 -}