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 A89E11387B2 for ; Sat, 18 Jan 2014 04:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8BA3E0C89; Sat, 18 Jan 2014 04:34:01 +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 69512E0C8F for ; Sat, 18 Jan 2014 04:34:01 +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 9036A33F967 for ; Sat, 18 Jan 2014 04:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2D8C51872D for ; Sat, 18 Jan 2014 04:33:59 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1389778476.fe505e3dc2a13f7fb192854087ae76d367bb934b.robbat2@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktextwidgets/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ktextwidgets/ktextwidgets-4.95.0.ebuild X-VCS-Directories: kde-frameworks/ktextwidgets/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fe505e3dc2a13f7fb192854087ae76d367bb934b X-VCS-Branch: master Date: Sat, 18 Jan 2014 04:33:59 +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: 7cf24ef4-563e-4988-a314-13a07715b0d7 X-Archives-Hash: 8dd8996809513f9ce6edbdf18d852295 commit: fe505e3dc2a13f7fb192854087ae76d367bb934b Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 15 09:34:36 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jan 15 09:34:36 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fe505e3d [kde-frameworks/ktextwidgets] Add tech preview. Package-Manager: portage-2.2.7 --- .../ktextwidgets/ktextwidgets-4.95.0.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-4.95.0.ebuild b/kde-frameworks/ktextwidgets/ktextwidgets-4.95.0.ebuild new file mode 100644 index 0000000..00202a5 --- /dev/null +++ b/kde-frameworks/ktextwidgets/ktextwidgets-4.95.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde-frameworks + +DESCRIPTION="Framework providing an assortment of widgets for displaying and editing text" +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep sonnet) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}"