summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-14 15:35:20 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-14 15:35:20 +0000
commit84c8972095badd346ace996caae50d2c4e560d2b (patch)
treec2e28d2c6474937179f87ba35349f376aeab7cf5 /sci-mathematics/rkward
parentWhitespace. (diff)
downloadgentoo-2-84c8972095badd346ace996caae50d2c4e560d2b.tar.gz
gentoo-2-84c8972095badd346ace996caae50d2c4e560d2b.tar.bz2
gentoo-2-84c8972095badd346ace996caae50d2c4e560d2b.zip
Stabilise latest drop older.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r--sci-mathematics/rkward/ChangeLog8
-rw-r--r--sci-mathematics/rkward/rkward-0.5.1.ebuild28
-rw-r--r--sci-mathematics/rkward/rkward-0.5.2.ebuild28
-rw-r--r--sci-mathematics/rkward/rkward-0.5.4.ebuild13
4 files changed, 12 insertions, 65 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog
index c05bb51fe3dc..1f88aa374692 100644
--- a/sci-mathematics/rkward/ChangeLog
+++ b/sci-mathematics/rkward/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/rkward
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.25 2010/12/22 05:33:58 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.26 2011/02/14 15:35:20 scarabeus Exp $
+
+ 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -rkward-0.5.1.ebuild,
+ -rkward-0.5.2.ebuild, rkward-0.5.4.ebuild:
+ Stabilise latest drop older.
*rkward-0.5.4 (22 Dec 2010)
diff --git a/sci-mathematics/rkward/rkward-0.5.1.ebuild b/sci-mathematics/rkward/rkward-0.5.1.ebuild
deleted file mode 100644
index 166cb0aa48ea..000000000000
--- a/sci-mathematics/rkward/rkward-0.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.1.ebuild,v 1.3 2010/08/09 12:57:26 scarabeus Exp $
-
-EAPI="2"
-
-inherit kde4-base
-
-DESCRIPTION="An IDE/GUI for the R-project"
-HOMEPAGE="http://rkward.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND=">=dev-lang/R-2.7.0
- dev-lang/php[cli]"
-RDEPEND="${DEPEND}
- !<=sci-mathematics/rkward-0.5.0b"
-
-src_install() {
- kde4-base_src_install
- # avoid file collisions
- rm -f "${D}"/usr/$(get_libdir)/R/library/R.css
- rm -f "${D}"/usr/share/apps/katepart/syntax/r.xml
-}
diff --git a/sci-mathematics/rkward/rkward-0.5.2.ebuild b/sci-mathematics/rkward/rkward-0.5.2.ebuild
deleted file mode 100644
index bd84391a3a26..000000000000
--- a/sci-mathematics/rkward/rkward-0.5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.2.ebuild,v 1.2 2010/08/09 12:57:26 scarabeus Exp $
-
-EAPI="2"
-
-inherit kde4-base
-
-DESCRIPTION="An IDE/GUI for the R-project"
-HOMEPAGE="http://rkward.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=">=dev-lang/R-2.7.0
- dev-lang/php[cli]"
-RDEPEND="${DEPEND}
- !<=sci-mathematics/rkward-0.5.0b"
-
-src_install() {
- kde4-base_src_install
- # avoid file collisions
- rm -f "${D}"/usr/$(get_libdir)/R/library/R.css
- rm -f "${D}"/usr/share/apps/katepart/syntax/r.xml
-}
diff --git a/sci-mathematics/rkward/rkward-0.5.4.ebuild b/sci-mathematics/rkward/rkward-0.5.4.ebuild
index 5620b908963e..1657962dc961 100644
--- a/sci-mathematics/rkward/rkward-0.5.4.ebuild
+++ b/sci-mathematics/rkward/rkward-0.5.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.4.ebuild,v 1.1 2010/12/22 05:33:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.4.ebuild,v 1.2 2011/02/14 15:35:20 scarabeus Exp $
-EAPI="2"
+EAPI=3
inherit kde4-base
@@ -12,12 +12,11 @@ SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
-DEPEND=">=dev-lang/R-2.7.0"
-RDEPEND="${DEPEND}
- !<=sci-mathematics/rkward-0.5.0b"
+DEPEND="dev-lang/R"
+RDEPEND="${DEPEND}"
src_install() {
kde4-base_src_install