summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-02-23 14:45:26 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-02-23 14:45:26 +0000
commit99824589be4b63b132a22953eab0cb4bfa5be5b2 (patch)
treec937df45420f13483ab125c654661e04f5437686 /sci-mathematics
parentslotmove sci-mathematics/rkward to 4 (diff)
downloadgentoo-2-99824589be4b63b132a22953eab0cb4bfa5be5b2.tar.gz
gentoo-2-99824589be4b63b132a22953eab0cb4bfa5be5b2.tar.bz2
gentoo-2-99824589be4b63b132a22953eab0cb4bfa5be5b2.zip
cleanup, slotmove to 4
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rkward/ChangeLog5
-rw-r--r--sci-mathematics/rkward/rkward-0.5.4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog
index 1f88aa374692..6adb91adbac8 100644
--- a/sci-mathematics/rkward/ChangeLog
+++ b/sci-mathematics/rkward/ChangeLog
@@ -1,6 +1,9 @@
# 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.26 2011/02/14 15:35:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.27 2011/02/23 14:45:26 tampakrap Exp $
+
+ 23 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> rkward-0.5.4.ebuild:
+ cleanup, slotmove to 4
14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -rkward-0.5.1.ebuild,
-rkward-0.5.2.ebuild, rkward-0.5.4.ebuild:
diff --git a/sci-mathematics/rkward/rkward-0.5.4.ebuild b/sci-mathematics/rkward/rkward-0.5.4.ebuild
index 1657962dc961..4ab0f3093413 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.2 2011/02/14 15:35:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.4.ebuild,v 1.3 2011/02/23 14:45:26 tampakrap Exp $
EAPI=3
@@ -11,7 +11,7 @@ HOMEPAGE="http://rkward.sourceforge.net/"
SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
@@ -21,6 +21,6 @@ RDEPEND="${DEPEND}"
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
+ rm -f "${ED}"/usr/$(get_libdir)/R/library/R.css
+ rm -f "${ED}"/usr/share/apps/katepart/syntax/r.xml
}