From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B96341382C5 for ; Thu, 18 Jun 2020 17:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81F6E08D3; Thu, 18 Jun 2020 17:38:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFAB5E08D3 for ; Thu, 18 Jun 2020 17:38:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF8B034F3D1 for ; Thu, 18 Jun 2020 17:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AB0D2A0 for ; Thu, 18 Jun 2020 17:38:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1592501867.6456f7c79b11188260c7bf0c0d8cab9fc5803a21.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-mathematics/rkward/ X-VCS-Repository: proj/kde X-VCS-Files: sci-mathematics/rkward/metadata.xml sci-mathematics/rkward/rkward-9999.ebuild X-VCS-Directories: sci-mathematics/rkward/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6456f7c79b11188260c7bf0c0d8cab9fc5803a21 X-VCS-Branch: master Date: Thu, 18 Jun 2020 17:38:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf43351f-491a-47ac-8d6c-57406f73d362 X-Archives-Hash: 908aafde3d3e37edcf135a78635949aa commit: 6456f7c79b11188260c7bf0c0d8cab9fc5803a21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 18 10:21:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 18 17:37:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6456f7c7 sci-mathematics/rkward: Add live ebuild Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/rkward/metadata.xml | 12 ++++++++ sci-mathematics/rkward/rkward-9999.ebuild | 48 +++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/sci-mathematics/rkward/metadata.xml b/sci-mathematics/rkward/metadata.xml new file mode 100644 index 0000000000..a0355719f4 --- /dev/null +++ b/sci-mathematics/rkward/metadata.xml @@ -0,0 +1,12 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild new file mode 100644 index 0000000000..5afaa5e721 --- /dev/null +++ b/sci-mathematics/rkward/rkward-9999.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +inherit ecm kde.org + +DESCRIPTION="IDE for the R-project" +HOMEPAGE="https://rkward.kde.org/" + +LICENSE="GPL-2+ LGPL-2" +SLOT="5" +KEYWORDS="" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +DEPEND=" + dev-lang/R + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtscript:5 + dev-qt/qtwebengine:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + kde-frameworks/kcompletion:5 + kde-frameworks/kconfig:5 + kde-frameworks/kconfigwidgets:5 + kde-frameworks/kcoreaddons:5 + kde-frameworks/kcrash:5 + kde-frameworks/kdewebkit:5 + kde-frameworks/ki18n:5 + kde-frameworks/kio:5 + kde-frameworks/kjobwidgets:5 + kde-frameworks/knotifications:5 + kde-frameworks/kparts:5 + kde-frameworks/kservice:5 + kde-frameworks/ktexteditor:5 + kde-frameworks/kwidgetsaddons:5 + kde-frameworks/kwindowsystem:5 + kde-frameworks/kxmlgui:5 +" +RDEPEND="${DEPEND} + virtual/libintl +"