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 24B7913949B for ; Sun, 26 Jul 2015 11:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61307E080C; Sun, 26 Jul 2015 11:37:40 +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 00FD1E080C for ; Sun, 26 Jul 2015 11:37:39 +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 EB32034095B for ; Sun, 26 Jul 2015 11:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92C1FED for ; Sun, 26 Jul 2015 11:37:36 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1437910756.d498b408ed8c57900ff6600608b5a0eea88707b1.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/artikulate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/artikulate/artikulate-5.9999.ebuild X-VCS-Directories: kde-apps/artikulate/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d498b408ed8c57900ff6600608b5a0eea88707b1 X-VCS-Branch: master Date: Sun, 26 Jul 2015 11:37:36 +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: cffcea8f-15c3-4569-b08e-5320bda0910f X-Archives-Hash: 4ea6b8fa5b6c3b5d2f53611dd74b92ac commit: d498b408ed8c57900ff6600608b5a0eea88707b1 Author: Johannes Huber gentoo org> AuthorDate: Sun Jul 26 11:39:16 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jul 26 11:39:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d498b408 [kde-apps/artikulate] Add KF5 version Package-Manager: portage-2.2.20 kde-apps/artikulate/artikulate-5.9999.ebuild | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/kde-apps/artikulate/artikulate-5.9999.ebuild b/kde-apps/artikulate/artikulate-5.9999.ebuild new file mode 100644 index 0000000..f708f17 --- /dev/null +++ b/kde-apps/artikulate/artikulate-5.9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK=true +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="Language learning application that helps improving pronunciation skills" +HOMEPAGE="http://edu.kde.org/applications/language/artikulate" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5 + >=media-libs/qt-gstreamer-1.2.0[qt5] +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kqtquickcharts) +"