summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-03-04 20:32:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-03-04 20:32:14 +0000
commit011146f06e736df801693fecb1e6a3a642342448 (patch)
tree40ecc51c74244288f7ac3a7a45eb874f24290007 /sci-mathematics
parentAdd ~mips keyword. (diff)
downloadgentoo-2-011146f06e736df801693fecb1e6a3a642342448.tar.gz
gentoo-2-011146f06e736df801693fecb1e6a3a642342448.tar.bz2
gentoo-2-011146f06e736df801693fecb1e6a3a642342448.zip
Removed old, fixing bug #501584
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rkward/ChangeLog6
-rw-r--r--sci-mathematics/rkward/rkward-0.5.7.ebuild33
-rw-r--r--sci-mathematics/rkward/rkward-0.6.0-r1.ebuild37
3 files changed, 5 insertions, 71 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog
index 7cf6ee7241f1..8d7826c866c5 100644
--- a/sci-mathematics/rkward/ChangeLog
+++ b/sci-mathematics/rkward/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/rkward
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.40 2014/03/04 20:20:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.41 2014/03/04 20:32:14 bicatali Exp $
+
+ 04 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> -rkward-0.5.7.ebuild,
+ -rkward-0.6.0-r1.ebuild:
+ Removed old, fixing bug #501584
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> rkward-0.6.1.ebuild:
Stable for x86, wrt bug #502416
diff --git a/sci-mathematics/rkward/rkward-0.5.7.ebuild b/sci-mathematics/rkward/rkward-0.5.7.ebuild
deleted file mode 100644
index 19ddbd0ff313..000000000000
--- a/sci-mathematics/rkward/rkward-0.5.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v 1.3 2013/04/11 21:44:14 ago Exp $
-
-EAPI=4
-
-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="An IDE/GUI 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"
-IUSE="debug"
-
-DEPEND="
- dev-lang/R
- || ( <kde-base/kdelibs-4.6.50
- ( $(add_kdebase_dep katepart) ) )
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde4-base_src_install
- # avoid file collisions
- rm -f "${ED}"/usr/$(get_libdir)/R/library/R.css
- rm -f "${ED}"/usr/share/apps/katepart/syntax/r.xml
-}
diff --git a/sci-mathematics/rkward/rkward-0.6.0-r1.ebuild b/sci-mathematics/rkward/rkward-0.6.0-r1.ebuild
deleted file mode 100644
index e871821670d6..000000000000
--- a/sci-mathematics/rkward/rkward-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.6.0-r1.ebuild,v 1.2 2013/02/18 16:44:49 mr_bones_ Exp $
-
-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_kdebase_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
-}