sci-mathematics/rkward: Drop old snapshot
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 17 Apr 2018 17:53:54 +0000 (19:53 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 17 Apr 2018 21:16:18 +0000 (23:16 +0200)
Package-Manager: Portage-2.3.29, Repoman-2.3.9

sci-mathematics/rkward/Manifest
sci-mathematics/rkward/rkward-0.6.5_p20170420.ebuild [deleted file]

index a085821489e2bfb9a4ea57945e5cfb8740e7e24e..83b04f8194d5c731d7dda8be74d51587fc58154f 100644 (file)
@@ -1,2 +1 @@
-DIST rkward-0.6.5_p20170420.tar.xz 969148 BLAKE2B 78847d8b6386f973e92eda8060836cf472f2b1380bd9b920db83e4820457daafac1302b773e6b7aa6b61da99126e35f7f62a18d98f13e2e4bc80b9c81b5ee89d SHA512 904fb9065f7b0d14e5c015a20236a496bd8380ee8083f104203d1d9944f978da10b4e00be497ec55967c8137815f09843adcad2dd71051fbf8b50471a5c0c09f
 DIST rkward-0.7.0.tar.gz 3991768 BLAKE2B b823a7dd1b04bb92f08a9a1ef6bc32de8f4f1084c9d2fac65817022ea717f51f6b6d239396352ba2699f33e7806f968b2b3b74c7288a9fe8b0d889404cc0d878 SHA512 2cbf1adb0923140b983f9a6e64f775f05228cefa6188a3ff1cd0cf9ac8e64b8c57e5e0d4cba342a0d9a73f057e657f28d44c979e31c82b5d1c9b70e62e14385e
diff --git a/sci-mathematics/rkward/rkward-0.6.5_p20170420.ebuild b/sci-mathematics/rkward/rkward-0.6.5_p20170420.ebuild
deleted file mode 100644 (file)
index f3bea94..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 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="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz"
-
-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
-"