summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-05 17:53:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-05 17:53:37 +0100
commitb80a3321167f7b99273ecdd5963266f56939d04d (patch)
tree6526daaafe4bfee4489017ee73dd9cc3820360d5 /sci-mathematics
parentsci-mathematics/rkward: 0.7.0b bump for translations; EAPI-7 bump (diff)
downloadgentoo-b80a3321167f7b99273ecdd5963266f56939d04d.tar.gz
gentoo-b80a3321167f7b99273ecdd5963266f56939d04d.tar.bz2
gentoo-b80a3321167f7b99273ecdd5963266f56939d04d.zip
sci-mathematics/rkward: Drop 0.7.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rkward/Manifest1
-rw-r--r--sci-mathematics/rkward/rkward-0.7.0.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/sci-mathematics/rkward/Manifest b/sci-mathematics/rkward/Manifest
index f464900b9f69..a7e0c461c27a 100644
--- a/sci-mathematics/rkward/Manifest
+++ b/sci-mathematics/rkward/Manifest
@@ -1,2 +1 @@
-DIST rkward-0.7.0.tar.gz 3991768 BLAKE2B b823a7dd1b04bb92f08a9a1ef6bc32de8f4f1084c9d2fac65817022ea717f51f6b6d239396352ba2699f33e7806f968b2b3b74c7288a9fe8b0d889404cc0d878 SHA512 2cbf1adb0923140b983f9a6e64f775f05228cefa6188a3ff1cd0cf9ac8e64b8c57e5e0d4cba342a0d9a73f057e657f28d44c979e31c82b5d1c9b70e62e14385e
DIST rkward-0.7.0b.tar.gz 3978972 BLAKE2B 268ebbcdd16d64f546ffc78bfaf0fbe1546d42b09f7d869a82b9f2df2104c5a449052409773b3b063e9f5ca12948d9a19065ebe57e79684e6eb0ad73dfa5791a SHA512 c582ea2d35371315d41664a8620693c82017bd98d6bb380e64dfd2dda8b34b8890aa1e50b9c4a03838b41f22a1983ee0a48b97b30670b6a15143198631ad49ed
diff --git a/sci-mathematics/rkward/rkward-0.7.0.ebuild b/sci-mathematics/rkward/rkward-0.7.0.ebuild
deleted file mode 100644
index cc0161f93c23..000000000000
--- a/sci-mathematics/rkward/rkward-0.7.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="IDE for the R-project"
-HOMEPAGE="https://rkward.kde.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdewebkit)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtscript)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-lang/R
-"
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
- !sci-mathematics/rkward:4
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"