summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-09-03 21:13:17 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-09-03 21:13:17 +0000
commiteed98b3006defe0d05050cbd4fe18057edd9b755 (patch)
tree09ee202e4494a841eb577aea8eb3c547b58475ff /sci-mathematics/rkward
parentMerge stable keywords from former version scheme ebuilds (diff)
downloadgentoo-2-eed98b3006defe0d05050cbd4fe18057edd9b755.tar.gz
gentoo-2-eed98b3006defe0d05050cbd4fe18057edd9b755.tar.bz2
gentoo-2-eed98b3006defe0d05050cbd4fe18057edd9b755.zip
Needs katepart for >=kde-4.7, bug 380761
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r--sci-mathematics/rkward/ChangeLog6
-rw-r--r--sci-mathematics/rkward/rkward-0.5.4.ebuild8
-rw-r--r--sci-mathematics/rkward/rkward-0.5.5.ebuild8
-rw-r--r--sci-mathematics/rkward/rkward-0.5.6-r1.ebuild8
-rw-r--r--sci-mathematics/rkward/rkward-0.5.6.ebuild8
5 files changed, 29 insertions, 9 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog
index 59efbf5bef53..9ff5d84f30f8 100644
--- a/sci-mathematics/rkward/ChangeLog
+++ b/sci-mathematics/rkward/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/rkward
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.30 2011/08/11 20:51:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.31 2011/09/03 21:13:17 dilfridge Exp $
+
+ 03 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> rkward-0.5.4.ebuild,
+ rkward-0.5.5.ebuild, rkward-0.5.6.ebuild, rkward-0.5.6-r1.ebuild:
+ Needs katepart for >=kde-4.7, bug 380761
*rkward-0.5.6-r1 (11 Aug 2011)
diff --git a/sci-mathematics/rkward/rkward-0.5.4.ebuild b/sci-mathematics/rkward/rkward-0.5.4.ebuild
index 4ab0f3093413..29cc0a0403f4 100644
--- a/sci-mathematics/rkward/rkward-0.5.4.ebuild
+++ b/sci-mathematics/rkward/rkward-0.5.4.ebuild
@@ -1,6 +1,6 @@
# 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.3 2011/02/23 14:45:26 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.4.ebuild,v 1.4 2011/09/03 21:13:17 dilfridge Exp $
EAPI=3
@@ -15,7 +15,11 @@ SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
-DEPEND="dev-lang/R"
+DEPEND="
+ dev-lang/R
+ || ( <kde-base/kdelibs-4.6.50
+ ( $(add_kdebase_dep katepart) ) )
+"
RDEPEND="${DEPEND}"
src_install() {
diff --git a/sci-mathematics/rkward/rkward-0.5.5.ebuild b/sci-mathematics/rkward/rkward-0.5.5.ebuild
index 7a99f2c4a4d0..ff2c065bef4b 100644
--- a/sci-mathematics/rkward/rkward-0.5.5.ebuild
+++ b/sci-mathematics/rkward/rkward-0.5.5.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.1 2011/03/21 19:04:17 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.5.ebuild,v 1.2 2011/09/03 21:13:17 dilfridge Exp $
EAPI=4
@@ -18,7 +18,11 @@ SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="dev-lang/R"
+DEPEND="
+ dev-lang/R
+ || ( <kde-base/kdelibs-4.6.50
+ ( $(add_kdebase_dep katepart) ) )
+"
RDEPEND="${DEPEND}"
src_install() {
diff --git a/sci-mathematics/rkward/rkward-0.5.6-r1.ebuild b/sci-mathematics/rkward/rkward-0.5.6-r1.ebuild
index eda388953826..c5a5d4f7b4fb 100644
--- a/sci-mathematics/rkward/rkward-0.5.6-r1.ebuild
+++ b/sci-mathematics/rkward/rkward-0.5.6-r1.ebuild
@@ -1,6 +1,6 @@
# 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.6-r1.ebuild,v 1.1 2011/08/11 20:51:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.6-r1.ebuild,v 1.2 2011/09/03 21:13:17 dilfridge Exp $
EAPI=4
@@ -18,7 +18,11 @@ SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="dev-lang/R"
+DEPEND="
+ dev-lang/R
+ || ( <kde-base/kdelibs-4.6.50
+ ( $(add_kdebase_dep katepart) ) )
+"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-0.5.6-focus.patch" )
diff --git a/sci-mathematics/rkward/rkward-0.5.6.ebuild b/sci-mathematics/rkward/rkward-0.5.6.ebuild
index d6bfcd191a83..35875b70b6ff 100644
--- a/sci-mathematics/rkward/rkward-0.5.6.ebuild
+++ b/sci-mathematics/rkward/rkward-0.5.6.ebuild
@@ -1,6 +1,6 @@
# 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.6.ebuild,v 1.1 2011/07/26 15:55:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.6.ebuild,v 1.2 2011/09/03 21:13:17 dilfridge Exp $
EAPI=4
@@ -18,7 +18,11 @@ SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="dev-lang/R"
+DEPEND="
+ dev-lang/R
+ || ( <kde-base/kdelibs-4.6.50
+ ( $(add_kdebase_dep katepart) ) )
+"
RDEPEND="${DEPEND}"
src_install() {