summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-01-15 16:52:23 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-01-15 16:52:23 +0000
commitfdcd9fc4ac2830c29614e583297438d438b6b66e (patch)
tree63720d1871a6ffab23f747728b497374fbca3d90 /sci-mathematics/rkward
parentVersion bump. (diff)
downloadgentoo-2-fdcd9fc4ac2830c29614e583297438d438b6b66e.tar.gz
gentoo-2-fdcd9fc4ac2830c29614e583297438d438b6b66e.tar.bz2
gentoo-2-fdcd9fc4ac2830c29614e583297438d438b6b66e.zip
Fixed a missing header, thanks to Markos Chandras, closing bug #252580
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r--sci-mathematics/rkward/ChangeLog7
-rw-r--r--sci-mathematics/rkward/rkward-0.5.0b.ebuild12
2 files changed, 15 insertions, 4 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog
index 95faf63949f5..34bb3863ce26 100644
--- a/sci-mathematics/rkward/ChangeLog
+++ b/sci-mathematics/rkward/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/rkward
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.13 2008/10/21 14:35:35 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.14 2009/01/15 16:52:23 bicatali Exp $
+
+ 15 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> rkward-0.5.0b.ebuild:
+ Fixed a missing header, thanks to Markos Chandras, closing bug #252580
*rkward-0.5.0b (21 Oct 2008)
diff --git a/sci-mathematics/rkward/rkward-0.5.0b.ebuild b/sci-mathematics/rkward/rkward-0.5.0b.ebuild
index 3adc1da94d82..aa77f541bbce 100644
--- a/sci-mathematics/rkward/rkward-0.5.0b.ebuild
+++ b/sci-mathematics/rkward/rkward-0.5.0b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0b.ebuild,v 1.1 2008/10/21 14:35:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0b.ebuild,v 1.2 2009/01/15 16:52:23 bicatali Exp $
EAPI="2"
@@ -20,6 +20,14 @@ DEPEND=">=dev-lang/R-2.7.0
dev-lang/php"
RDEPEND="${DEPEND}"
+src_prepare(){
+ kde4-base_src_prepare
+ # fixing Rdevices.h missing header
+ sed -i \
+ -e '/#include "Rdevices.h"/d' \
+ "${S}"/rkward/rbackend/rembedinternal.cpp || die
+}
+
src_install() {
kde4-base_src_install