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 288B213835A for ; Sun, 11 Oct 2020 11:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F3C6E0BC4; Sun, 11 Oct 2020 11:08:28 +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 47C84E0BC2 for ; Sun, 11 Oct 2020 11:08:28 +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 44078340D43 for ; Sun, 11 Oct 2020 11:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91DBF3A2 for ; Sun, 11 Oct 2020 11:08:24 +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: <1602410618.77373a7b32cfa285f18fafe54f379040d4bc29fd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-mathematics/rkward/ X-VCS-Repository: proj/kde X-VCS-Files: sci-mathematics/rkward/rkward-0.7.2.ebuild X-VCS-Directories: sci-mathematics/rkward/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77373a7b32cfa285f18fafe54f379040d4bc29fd X-VCS-Branch: master Date: Sun, 11 Oct 2020 11:08:24 +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: 894b0500-7ba7-4e67-9fda-c004a8a00616 X-Archives-Hash: cc6b13ce515653ddf0d815224ac14784 commit: 77373a7b32cfa285f18fafe54f379040d4bc29fd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 11 10:03:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 11 10:03:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77373a7b sci-mathematics/rkward: 0.7.2 RC version bump See also: https://mail.kde.org/pipermail/release-team/2020-October/012049.html Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/rkward/rkward-0.7.2.ebuild | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/sci-mathematics/rkward/rkward-0.7.2.ebuild b/sci-mathematics/rkward/rkward-0.7.2.ebuild new file mode 100644 index 0000000000..227f80c777 --- /dev/null +++ b/sci-mathematics/rkward/rkward-0.7.2.ebuild @@ -0,0 +1,55 @@ +# 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 optfeature + +DESCRIPTION="IDE for the R-project" +HOMEPAGE="https://rkward.kde.org/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="https://files.kde.org/rkward/testing/for_packaging/${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +LICENSE="GPL-2+ LGPL-2" +SLOT="5" +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[widgets] + 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/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}" + +pkg_postinst() { + elog "Optional dependencies:" + optfeature "kate plugins support" kde-apps/kate:${SLOT} + ecm_pkg_postinst +}