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 9596A13877A for ; Sat, 12 Jul 2014 23:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 796B6E080B; Sat, 12 Jul 2014 23:49:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BF59E080B for ; Sat, 12 Jul 2014 23:49:57 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B312833F7EC for ; Sat, 12 Jul 2014 23:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6198C1807D for ; Sat, 12 Jul 2014 23:49:54 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1405208977.fa48270c52e50e3d1f81e6214a55b67124a44b13.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/konversation-4.9999.ebuild net-irc/konversation/konversation-9999.ebuild net-irc/konversation/metadata.xml X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: fa48270c52e50e3d1f81e6214a55b67124a44b13 X-VCS-Branch: master Date: Sat, 12 Jul 2014 23:49:54 +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: ca14b8bb-6372-4d11-aa0b-419d0fc5f1b1 X-Archives-Hash: a31195f96b2a37fdf41d612b3936e6ff commit: fa48270c52e50e3d1f81e6214a55b67124a44b13 Author: David Heidelberger ixit cz> AuthorDate: Sat Jul 12 23:49:37 2014 +0000 Commit: David Heidelberger gmail com> CommitDate: Sat Jul 12 23:49:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fa48270c [net-irc/konversation] switch 9999 to KF5 Package-Manager: portage-2.2.10 --- .../{konversation-9999.ebuild => konversation-4.9999.ebuild} | 0 net-irc/konversation/konversation-9999.ebuild | 10 +++++----- net-irc/konversation/metadata.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild similarity index 100% copy from net-irc/konversation/konversation-9999.ebuild copy to net-irc/konversation/konversation-4.9999.ebuild diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild index bfae242..3d1bc90 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -4,18 +4,18 @@ EAPI=5 -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 -DESCRIPTION="A user friendly IRC Client for KDE4" +DESCRIPTION="A user friendly IRC Client for KDE" HOMEPAGE="http://konversation.kde.org" LICENSE="GPL-2" KEYWORDS="" -SLOT="4" +SLOT="5" IUSE="+crypt debug" DEPEND=" - $(add_kdebase_dep kdepimlibs) crypt? ( app-crypt/qca:2 ) " RDEPEND="${DEPEND} @@ -26,5 +26,5 @@ src_configure() { mycmakeargs+=( $(cmake-utils_use_with crypt QCA2) ) - kde4-base_src_configure + kde5_src_configure } diff --git a/net-irc/konversation/metadata.xml b/net-irc/konversation/metadata.xml index a23f444..8d36d5b 100644 --- a/net-irc/konversation/metadata.xml +++ b/net-irc/konversation/metadata.xml @@ -1,5 +1,5 @@ - kde + kde