commit: 0d219ba499145f574364e602a1adab16803903c1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:02:04 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:02:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d219ba4
sci-mathematics/rkward: add 0.8.1 See also: https://rkward.kde.org/news/rkward-0.8.1/ Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-mathematics/rkward/Manifest | 1 + sci-mathematics/rkward/rkward-0.8.1.ebuild | 60 ++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/sci-mathematics/rkward/Manifest b/sci-mathematics/rkward/Manifest index 5924b60c882e..4dd8789ad41b 100644 --- a/sci-mathematics/rkward/Manifest +++ b/sci-mathematics/rkward/Manifest @@ -1 +1,2 @@ DIST rkward-0.8.0.tar.gz 8614382 BLAKE2B e44dd1c9ae5df02160ac47a14409a2fbf88dbc085369af22e64c80a59740f25305129e166402e944f85978cabde4d273a08f7f473eb46fdb31145ff8d886f46a SHA512 07070189e05fe1bdd65372fb3f90c027c693b93e3dc80a17bc30f90c983ca0bc777f30ea81ef99343ebdc90f463f47721d03f26d116145567c8ef6ca4ffdff27 +DIST rkward-0.8.1.tar.gz 9054303 BLAKE2B fa0519abd9d77161691371ab43d58bd202c7fdacec8596711b399a32634d977040a4f102e704eedac7c5e4a83ce997a96687634599f33082ab55d0c2410ef99c SHA512 36e55ac086f57707f8ddd509dc62d8fa5ef549eece430281b47b680e72bf7b14a211eab8fcbcd6c83d58ba8b28a01674844354defe7c6f8026b85548f3398867 diff --git a/sci-mathematics/rkward/rkward-0.8.1.ebuild b/sci-mathematics/rkward/rkward-0.8.1.ebuild new file mode 100644 index 000000000000..3c9616b9c4bc --- /dev/null +++ b/sci-mathematics/rkward/rkward-0.8.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=6.9.0 +QTMIN=6.6.2 +inherit ecm kde.org optfeature xdg + +DESCRIPTION="IDE for the R-project" +HOMEPAGE="https://rkward.kde.org/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz" + KEYWORDS="~amd64 ~amd64-linux" +fi + +LICENSE="GPL-2+ LGPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + dev-lang/R + dev-libs/kdsingleapplication[qt6(+)] + >=dev-qt/qt5compat-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtwebengine-${QTMIN}:6[widgets] + >=kde-frameworks/breeze-icons-${KFMIN}:6 + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kjobwidgets-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kparts-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/ktexteditor-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 +" +BDEPEND="sys-devel/gettext" + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "kate plugins support" "kde-apps/kate-addons:6" + optfeature "prendering (or previewing) R markdown (.Rmd) files" "app-text/pandoc" + optfeature "managing citations while writing articles" "app-text/kbibtex" + fi + xdg_pkg_postinst +}
