diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-29 13:20:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-07 15:21:38 +0100 |
commit | 1cbf577781d91422adb96298ca41851196a78be6 (patch) | |
tree | 6595ba979deb27b8149e0e7f24ec71462ea7d5db /sci-mathematics | |
parent | sci-mathematics/rkward: EAPI-8, more optfeature, various fixes (diff) | |
download | gentoo-1cbf577781d91422adb96298ca41851196a78be6.tar.gz gentoo-1cbf577781d91422adb96298ca41851196a78be6.tar.bz2 gentoo-1cbf577781d91422adb96298ca41851196a78be6.zip |
sci-mathematics/rkward: Drop 0.7.2 (r0)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/rkward-0.7.2.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/sci-mathematics/rkward/rkward-0.7.2.ebuild b/sci-mathematics/rkward/rkward-0.7.2.ebuild deleted file mode 100644 index e6b9d0f01284..000000000000 --- a/sci-mathematics/rkward/rkward-0.7.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 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="mirror://kde/stable/${PN}/${PV}/src/${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() { - optfeature "kate plugins support" kde-apps/kate:${SLOT} - ecm_pkg_postinst -} |