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 991AA1389E2 for ; Mon, 22 Dec 2014 18:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E748E0909; Mon, 22 Dec 2014 18:01:53 +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 13CCDE0909 for ; Mon, 22 Dec 2014 18:01:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01A2B3404F7 for ; Mon, 22 Dec 2014 18:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A44C5D233 for ; Mon, 22 Dec 2014 18:01:50 +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: <1419271316.d7a80ab0c3a6fae69aeb59f416d3270e77c5961b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kpimtextedit/kpimtextedit-9999.ebuild kde-apps/kpimtextedit/metadata.xml X-VCS-Directories: kde-apps/kpimtextedit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d7a80ab0c3a6fae69aeb59f416d3270e77c5961b X-VCS-Branch: master Date: Mon, 22 Dec 2014 18:01:50 +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: 36976c15-ce1d-4461-96c9-943f8df1dac8 X-Archives-Hash: fa38880f3b47eaf90e358aa998bd9f92 commit: d7a80ab0c3a6fae69aeb59f416d3270e77c5961b Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 22 18:01:27 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 22 18:01:56 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d7a80ab0 [kde-apps/kpimtextedit] New package. Package-Manager: portage-2.2.15 --- kde-apps/kpimtextedit/kpimtextedit-9999.ebuild | 28 ++++++++++++++++++++++++++ kde-apps/kpimtextedit/metadata.xml | 5 +++++ 2 files changed, 33 insertions(+) diff --git a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild new file mode 100644 index 0000000..4fa2293 --- /dev/null +++ b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_DOXYGEN="true" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="A textedit with PIM-specific features" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep sonnet) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-apps/kpimtextedit/metadata.xml b/kde-apps/kpimtextedit/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-apps/kpimtextedit/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +