diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-07 14:38:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-07 14:38:56 +0000 |
commit | 9a200d6150d787b767240c78685d04678b740908 (patch) | |
tree | 2b4e699fdacd3aba5048bbff4c561a6232006be3 /sci-mathematics | |
parent | Marked stable as requested by Michal "Spock" Januszewski <spock@gentoo.org> i... (diff) | |
download | gentoo-2-9a200d6150d787b767240c78685d04678b740908.tar.gz gentoo-2-9a200d6150d787b767240c78685d04678b740908.tar.bz2 gentoo-2-9a200d6150d787b767240c78685d04678b740908.zip |
Version bump
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.1.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index 6e1c71fc69d4..9d9e8222d831 100644 --- a/sci-mathematics/rkward/ChangeLog +++ b/sci-mathematics/rkward/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/rkward # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.17 2009/08/01 12:24:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.18 2009/08/07 14:38:56 bicatali Exp $ + +*rkward-0.5.1 (07 Aug 2009) + + 07 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> +rkward-0.5.1.ebuild: + Version bump *rkward-0.5.0d (18 Jun 2009) *rkward-0.4.9b (18 Jun 2009) diff --git a/sci-mathematics/rkward/rkward-0.5.1.ebuild b/sci-mathematics/rkward/rkward-0.5.1.ebuild new file mode 100644 index 000000000000..71da2bfc0046 --- /dev/null +++ b/sci-mathematics/rkward/rkward-0.5.1.ebuild @@ -0,0 +1,29 @@ +# 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.1.ebuild,v 1.1 2009/08/07 14:38:56 bicatali Exp $ + +EAPI="2" +KDE_MINIMAL="4.1" + +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="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=">=dev-lang/R-2.7.0 + dev-lang/php[cli]" +RDEPEND="${DEPEND} + !<=sci-mathematics/rkward-0.5.0b" + +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 +} |