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 E63DD1381F3 for ; Fri, 28 Jun 2013 10:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4D9E094E; Fri, 28 Jun 2013 10:50:39 +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 7A58EE092C for ; Fri, 28 Jun 2013 10:50:39 +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 63B2D33BE40 for ; Fri, 28 Jun 2013 10:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0EBF3E468F for ; Fri, 28 Jun 2013 10:50:37 +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: <1372416476.3adb16b47c7d594ddcc0a2a74c0951f2fe03b956.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kate/kate-4.10.80.ebuild kde-base/kate/kate-4.10.90.ebuild kde-base/kate/kate-9999.ebuild X-VCS-Directories: kde-base/kate/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3adb16b47c7d594ddcc0a2a74c0951f2fe03b956 X-VCS-Branch: master Date: Fri, 28 Jun 2013 10:50:37 +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: 60337faf-ac76-4826-98a1-9cc0b6bad6fb X-Archives-Hash: 0d444fcc8f9bcfd20f265449777f0219 commit: 3adb16b47c7d594ddcc0a2a74c0951f2fe03b956 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jun 28 10:47:56 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jun 28 10:47:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3adb16b4 [kde-base/kate] Fix installation of plugins, thanks to Zaister. Package-Manager: portage-2.1.12.10 --- kde-base/kate/kate-4.10.80.ebuild | 5 +++++ kde-base/kate/kate-4.10.90.ebuild | 5 +++++ kde-base/kate/kate-9999.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/kde-base/kate/kate-4.10.80.ebuild b/kde-base/kate/kate-4.10.80.ebuild index 9d8096b..0a2dcd4 100644 --- a/kde-base/kate/kate-4.10.80.ebuild +++ b/kde-base/kate/kate-4.10.80.ebuild @@ -27,6 +27,11 @@ RDEPEND="${DEPEND} $(add_kdebase_dep katepart) " +KMEXTRA=" + addons/kate + addons/plasma +" + pkg_setup() { if use python; then python-single-r1_pkg_setup diff --git a/kde-base/kate/kate-4.10.90.ebuild b/kde-base/kate/kate-4.10.90.ebuild index 9d8096b..0a2dcd4 100644 --- a/kde-base/kate/kate-4.10.90.ebuild +++ b/kde-base/kate/kate-4.10.90.ebuild @@ -27,6 +27,11 @@ RDEPEND="${DEPEND} $(add_kdebase_dep katepart) " +KMEXTRA=" + addons/kate + addons/plasma +" + pkg_setup() { if use python; then python-single-r1_pkg_setup diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild index 8faa5cc..2d3eb99 100644 --- a/kde-base/kate/kate-9999.ebuild +++ b/kde-base/kate/kate-9999.ebuild @@ -27,6 +27,11 @@ RDEPEND="${DEPEND} $(add_kdebase_dep katepart) " +KMEXTRA=" + addons/kate + addons/plasma +" + pkg_setup() { if use python; then python-single-r1_pkg_setup