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 366CC13877A for ; Thu, 24 Jul 2014 21:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74AC0E07FC; Thu, 24 Jul 2014 21:41:23 +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 E4EE8E0903 for ; Thu, 24 Jul 2014 21:40:00 +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 0E5DF34109E for ; Thu, 24 Jul 2014 18:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E6B0F193E5 for ; Thu, 24 Jul 2014 18:03:44 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1406225010.9ca4c54c0404f28dcfb1b3d6373720158ea9f3c3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwrite/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kwrite/kwrite-4.9999.ebuild kde-base/kwrite/kwrite-9999.ebuild X-VCS-Directories: kde-base/kwrite/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9ca4c54c0404f28dcfb1b3d6373720158ea9f3c3 X-VCS-Branch: master Date: Thu, 24 Jul 2014 18:03:44 +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: 3be8e736-bad4-45b1-8b8d-013f446490fc X-Archives-Hash: 460ed7877e6c573a743e32cb40c7a284 commit: 9ca4c54c0404f28dcfb1b3d6373720158ea9f3c3 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 24 18:03:30 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 24 18:03:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ca4c54c [kde-base/kwrite] Master is KF5-based now. Package-Manager: portage-2.2.10 --- kde-base/kwrite/kwrite-4.9999.ebuild | 1 + kde-base/kwrite/kwrite-9999.ebuild | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/kwrite/kwrite-4.9999.ebuild b/kde-base/kwrite/kwrite-4.9999.ebuild index 741fafe..b2bb66f 100644 --- a/kde-base/kwrite/kwrite-4.9999.ebuild +++ b/kde-base/kwrite/kwrite-4.9999.ebuild @@ -7,6 +7,7 @@ EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" KMEXTRACTONLY="doc/kate" +EGIT_BRANCH="KDE/4.14" inherit kde4-meta DESCRIPTION="KDE MDI editor/IDE" diff --git a/kde-base/kwrite/kwrite-9999.ebuild b/kde-base/kwrite/kwrite-9999.ebuild index 1d189f9..dc10789 100644 --- a/kde-base/kwrite/kwrite-9999.ebuild +++ b/kde-base/kwrite/kwrite-9999.ebuild @@ -5,7 +5,6 @@ EAPI=5 KMNAME="kate" -EGIT_BRANCH="frameworks" inherit kde5 DESCRIPTION="KDE simple text editor"