summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorTreeve Jelbert2022-01-05 17:00:21 +0100
committerTreeve Jelbert2022-01-06 08:53:26 +0100
commit2a4abb4c60fa54750d05978b7755dd73b8b40754 (patch)
tree9eee125887f3d33a77dd8165553b392739407420 /science
parent0e4990ad525942c48e9e934ddecca25e3e06a794 (diff)
move rkward
Diffstat (limited to 'science')
-rwxr-xr-xscience/rkward/BUILD1
-rwxr-xr-xscience/rkward/DEPENDS4
-rwxr-xr-xscience/rkward/DETAILS16
-rw-r--r--science/rkward/HISTORY14
4 files changed, 0 insertions, 35 deletions
diff --git a/science/rkward/BUILD b/science/rkward/BUILD
deleted file mode 100755
index 21134344c7..0000000000
--- a/science/rkward/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-qt4_cmake_build
diff --git a/science/rkward/DEPENDS b/science/rkward/DEPENDS
deleted file mode 100755
index d433c325c9..0000000000
--- a/science/rkward/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends -sub CXX gcc &&
-depends kdelibs4 &&
-depends qt4 &&
-depends r
diff --git a/science/rkward/DETAILS b/science/rkward/DETAILS
deleted file mode 100755
index 535a3fa22d..0000000000
--- a/science/rkward/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=rkward
- VERSION=0.5.6
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://downloads.sourceforge.net/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:06f077515e20c765815205d5559fe6e65c475b7d5fb74f2b6e590f753e9cc7d639ca8b2aa3a27fa3645e89ca080f5e80066bca513d4ba18c276d14f6b8f1722d
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://rkward.sourceforge.net"
- LICENSE[0]=GPL
- ENTERED=20070129
- SHORT="An extensible, easy to use front-end for R."
-cat << EOF
-RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
-R project. RKWard strives to combine the power of the R language with the
-(relative) ease of use of commercial statistical packages. While RKWard is
-far from finished, it is already useful as an IDE interface to the R language.
-EOF
diff --git a/science/rkward/HISTORY b/science/rkward/HISTORY
deleted file mode 100644
index e03ab2633b..0000000000
--- a/science/rkward/HISTORY
+++ /dev/null
@@ -1,14 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
- * DEPENDS: depends -sub CXX gcc (half-automated)
-
-2011-06-17 Bor Kraljič <pyrobor@ver.si>
- * DETAILS: updated spell to 0.5.6
- * BUILD: use qt4_kde_build
- * DEPENDS: now kde4 is used and php is not needed anymore
-
-2008-01-20 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * BUILD: added to use the kde3 build system
- * DETAILS: updated spell to 0.4.9
-
-2007-01-29 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * DETAILS, DEPENDS, HISTORY: created spell