From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rkward/
Date: Sat, 14 Oct 2017 19:29:38 +0000 (UTC) [thread overview]
Message-ID: <1508009353.e48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d.asturm@gentoo> (raw)
commit: e48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 19:21:17 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 19:29:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48c2fd4
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
sci-mathematics/rkward/Manifest | 2 --
sci-mathematics/rkward/rkward-0.6.1.ebuild | 36 -----------------------------
sci-mathematics/rkward/rkward-0.6.5.ebuild | 37 ------------------------------
3 files changed, 75 deletions(-)
diff --git a/sci-mathematics/rkward/Manifest b/sci-mathematics/rkward/Manifest
index 51125f47fae..c87b46263bc 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 3b6c48e9bc0..00000000000
--- 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 9b46de92e17..00000000000
--- 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
-}
next reply other threads:[~2017-10-14 19:29 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-14 19:29 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-23 18:05 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rkward/ Andreas Sturmlechner
2024-09-05 16:50 Andreas Sturmlechner
2023-06-08 22:35 Sam James
2022-10-25 16:01 Andreas Sturmlechner
2022-10-22 14:49 Andreas Sturmlechner
2022-06-08 11:29 Andreas Sturmlechner
2022-06-01 11:28 Andreas Sturmlechner
2022-05-18 12:46 Andreas Sturmlechner
2022-01-07 14:21 Andreas Sturmlechner
2021-04-04 18:55 Andreas Sturmlechner
2020-10-15 18:48 Andreas Sturmlechner
2020-10-15 18:48 Andreas Sturmlechner
2020-06-17 16:56 Andreas Sturmlechner
2020-05-26 10:51 Andreas Sturmlechner
2020-05-26 10:51 Andreas Sturmlechner
2020-01-23 23:28 Andreas Sturmlechner
2020-01-12 20:50 Andreas Sturmlechner
2019-03-05 16:53 Andreas Sturmlechner
2019-03-05 16:53 Andreas Sturmlechner
2018-04-17 21:16 Andreas Sturmlechner
2018-04-17 12:10 Andreas Sturmlechner
2017-10-12 12:18 Michael Palimaka
2016-09-15 14:42 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1508009353.e48c2fd4df2eea2c7d75a2d9f88b29b3db7a8b6d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox