diff options
Diffstat (limited to 'sci-mathematics/rkward/rkward-0.4.7.ebuild')
-rw-r--r-- | sci-mathematics/rkward/rkward-0.4.7.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-mathematics/rkward/rkward-0.4.7.ebuild b/sci-mathematics/rkward/rkward-0.4.7.ebuild new file mode 100644 index 000000000..4b08d72eb --- /dev/null +++ b/sci-mathematics/rkward/rkward-0.4.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +ARTS_REQUIRED="never" + +inherit kde + +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="" + +DEPEND="dev-lang/R" +RDEPEND="${DEPEND} dev-lang/php" + +src_install() { + kde_src_install + # already provided by R + rm -f ${D}/usr/lib/R/library/R.css + # already provided by kdelibs + rm -f ${D}/share/apps/katepart/syntax/r.xml +} |