diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-21 19:04:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-21 19:04:17 +0000 |
commit | 2270afdeba3cd2b26cf04f7cbfb45bfee9fb7be3 (patch) | |
tree | cc3167f3561f7f64189c17f9c2d6e59575804e75 /sci-mathematics/rkward | |
parent | Fix fltk slot inside a comment, no functional changes... (diff) | |
download | gentoo-2-2270afdeba3cd2b26cf04f7cbfb45bfee9fb7be3.tar.gz gentoo-2-2270afdeba3cd2b26cf04f7cbfb45bfee9fb7be3.tar.bz2 gentoo-2-2270afdeba3cd2b26cf04f7cbfb45bfee9fb7be3.zip |
Version bump to latest. Set properly handbook and linguas.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r-- | sci-mathematics/rkward/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.5.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index 6adb91adbac8..8e85812d59cf 100644 --- a/sci-mathematics/rkward/ChangeLog +++ b/sci-mathematics/rkward/ChangeLog @@ -1,6 +1,11 @@ # 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.27 2011/02/23 14:45:26 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.28 2011/03/21 19:04:17 scarabeus Exp $ + +*rkward-0.5.5 (21 Mar 2011) + + 21 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> +rkward-0.5.5.ebuild: + Version bump to latest. Set properly handbook and linguas. 23 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> rkward-0.5.4.ebuild: cleanup, slotmove to 4 diff --git a/sci-mathematics/rkward/rkward-0.5.5.ebuild b/sci-mathematics/rkward/rkward-0.5.5.ebuild new file mode 100644 index 000000000000..7a99f2c4a4d0 --- /dev/null +++ b/sci-mathematics/rkward/rkward-0.5.5.ebuild @@ -0,0 +1,29 @@ +# 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 $ + +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" +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 +} |