diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-04 17:55:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-04 17:55:48 +0000 |
commit | a03d2ff1727dc59a4b5da6c8c268531ab5f3203e (patch) | |
tree | b294584e4f2049bf1942b548ccc5600fcc9afc38 /sci-mathematics/rkward | |
parent | Remove old. (diff) | |
download | gentoo-2-a03d2ff1727dc59a4b5da6c8c268531ab5f3203e.tar.gz gentoo-2-a03d2ff1727dc59a4b5da6c8c268531ab5f3203e.tar.bz2 gentoo-2-a03d2ff1727dc59a4b5da6c8c268531ab5f3203e.zip |
Version bump
(Portage version: 2.2_rc48/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.2.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index f4beb53de54e..1f042daa78d0 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.19 2009/10/30 19:35:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.20 2009/11/04 17:55:48 bicatali Exp $ + +*rkward-0.5.2 (04 Nov 2009) + + 04 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> +rkward-0.5.2.ebuild: + Version bump 30 Oct 2009; Markus Meier <maekke@gentoo.org> rkward-0.5.1.ebuild: amd64/x86 stable, bug #290804 diff --git a/sci-mathematics/rkward/rkward-0.5.2.ebuild b/sci-mathematics/rkward/rkward-0.5.2.ebuild new file mode 100644 index 000000000000..bb27955210b7 --- /dev/null +++ b/sci-mathematics/rkward/rkward-0.5.2.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.2.ebuild,v 1.1 2009/11/04 17:55:48 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 +} |