diff options
author | 2011-02-14 15:35:20 +0000 | |
---|---|---|
committer | 2011-02-14 15:35:20 +0000 | |
commit | 84c8972095badd346ace996caae50d2c4e560d2b (patch) | |
tree | c2e28d2c6474937179f87ba35349f376aeab7cf5 /sci-mathematics/rkward/rkward-0.5.2.ebuild | |
parent | Whitespace. (diff) | |
download | gentoo-2-84c8972095badd346ace996caae50d2c4e560d2b.tar.gz gentoo-2-84c8972095badd346ace996caae50d2c4e560d2b.tar.bz2 gentoo-2-84c8972095badd346ace996caae50d2c4e560d2b.zip |
Stabilise latest drop older.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rkward/rkward-0.5.2.ebuild')
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.2.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-mathematics/rkward/rkward-0.5.2.ebuild b/sci-mathematics/rkward/rkward-0.5.2.ebuild deleted file mode 100644 index bd84391a3a26..000000000000 --- a/sci-mathematics/rkward/rkward-0.5.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 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.2 2010/08/09 12:57:26 scarabeus Exp $ - -EAPI="2" - -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 -} |