summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 21:21:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 21:29:13 +0200
commite48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d (patch)
treed71868c1ac5bb5b8b966f61a2a667cbee82150ac /sci-mathematics
parentmedia-sound/sndfile-tools: Add live ebuild (diff)
downloadgentoo-e48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d.tar.gz
gentoo-e48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d.tar.bz2
gentoo-e48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d.zip
sci-mathematics/rkward: Drop to ~arch
Old versions depended on Qt4WebKit which is about to be removed. Gentoo-bug: 622708 Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rkward/Manifest2
-rw-r--r--sci-mathematics/rkward/rkward-0.6.1.ebuild36
-rw-r--r--sci-mathematics/rkward/rkward-0.6.5.ebuild37
3 files changed, 0 insertions, 75 deletions
diff --git a/sci-mathematics/rkward/Manifest b/sci-mathematics/rkward/Manifest
index 51125f47fae7..c87b46263bce 100644
--- a/sci-mathematics/rkward/Manifest
+++ b/sci-mathematics/rkward/Manifest
@@ -1,3 +1 @@
-DIST rkward-0.6.1.tar.gz 1529612 SHA256 7887bc22645a8e6de278da55e31a61acd91aca0ade777af11a110d0dfcfffde7 SHA512 5171b60ed42049de9e0f45b64f61a9bcf1fe8ba89e5a5a8b9ba77b9f7adb0d61630691adcb6636f5d5c5023c64a48220e85ea93c2ea09af34df2fa4be5d0cc9f WHIRLPOOL 2b195384dc0e093b445f7bf21c1f4bc2f378af7e51adb20f046a97e07d7f808b04eb3be9a35198b389b84edc79b3936d2f3d5e7eebc82ff3bb612465b813bcb3
-DIST rkward-0.6.5.tar.gz 3731011 SHA256 3fc5acb48ce717dee8fbbe32973ea4c61f30c335bd18a75471142b19b436a032 SHA512 7ea5016a0bc5bb6ed24e38252338142e32291aaff547dce9c3f61524b60395ce595803aa059580e56c38ed9600d09647acb2a8feb060819a0436475e4bf6f1b6 WHIRLPOOL d7dedc8cb1f65c124ea3d2a3f52c557477d3ce472c33a40df7e0c905d2ee18713dfe7980756058fc62d576661b26db4312f5ce0da017fac13477c670ea238904
DIST rkward-0.6.5_p20170420.tar.xz 969148 SHA256 eb258cb901e65486adcd22d30d1520902533aa3bc8928041e22d5290b54ecad5 SHA512 904fb9065f7b0d14e5c015a20236a496bd8380ee8083f104203d1d9944f978da10b4e00be497ec55967c8137815f09843adcad2dd71051fbf8b50471a5c0c09f WHIRLPOOL 6288f68850ffa90c4f768921077ca5919f78ba91876cf8afeacd3dd04d83931192d2255d678c4e02789b3622ca100c01baf408068294058fde266b2c4415d848
diff --git a/sci-mathematics/rkward/rkward-0.6.1.ebuild b/sci-mathematics/rkward/rkward-0.6.1.ebuild
deleted file mode 100644
index 3b6c48e9bc05..000000000000
--- a/sci-mathematics/rkward/rkward-0.6.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_DOC_DIRS="doc"
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="ca cs da de el es fr it lt pl tr zh_CN"
-
-inherit kde4-base
-
-DESCRIPTION="IDE for the R-project"
-HOMEPAGE="http://rkward.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- dev-lang/R
- $(add_kdeapps_dep katepart)"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # to have it compatible with R which had a bad R_HOME
- unset R_HOME
- kde4-base_src_configure
-}
-
-src_install() {
- kde4-base_src_install
- # avoid file collision with kate
- rm "${ED}"/usr/share/apps/katepart/syntax/r.xml || die
-}
diff --git a/sci-mathematics/rkward/rkward-0.6.5.ebuild b/sci-mathematics/rkward/rkward-0.6.5.ebuild
deleted file mode 100644
index 9b46de92e179..000000000000
--- a/sci-mathematics/rkward/rkward-0.6.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_DOC_DIRS="doc"
-KDE_HANDBOOK="optional"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-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"
-SLOT="4"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep katepart)
- dev-lang/R
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # to have it compatible with R which had a bad R_HOME
- unset R_HOME
- kde4-base_src_configure
-}
-
-src_install() {
- kde4-base_src_install
- # avoid file collision with kate
- rm "${ED}"/usr/share/apps/katepart/syntax/r.xml || die
-}