diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-12 06:48:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-12 06:48:12 +0000 |
commit | 4bc9cc6ad27b8dfd213de30ad95155e10892bb3a (patch) | |
tree | 9551728c12955ad91a8e057264a7c3dbbc91efbe /sci-mathematics/rkward | |
parent | Update LICENSE to FDL-1.3+ for gcc-4.6.0 and later versions, bug 464670. Chan... (diff) | |
download | gentoo-2-4bc9cc6ad27b8dfd213de30ad95155e10892bb3a.tar.gz gentoo-2-4bc9cc6ad27b8dfd213de30ad95155e10892bb3a.tar.bz2 gentoo-2-4bc9cc6ad27b8dfd213de30ad95155e10892bb3a.zip |
sci-mathematics/rkward: Drop old
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r-- | sci-mathematics/rkward/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/rkward/metadata.xml | 4 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.4.ebuild | 30 |
3 files changed, 7 insertions, 33 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index 128d27008f54..b03d996221b5 100644 --- a/sci-mathematics/rkward/ChangeLog +++ b/sci-mathematics/rkward/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/rkward # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.36 2013/04/11 21:44:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.37 2013/04/12 06:48:12 jlec Exp $ + + 12 Apr 2013; Justin Lecher <jlec@gentoo.org> -rkward-0.5.4.ebuild, + metadata.xml: + Drop old 11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rkward-0.5.7.ebuild: Stable for amd64, wrt bug #459302 diff --git a/sci-mathematics/rkward/metadata.xml b/sci-mathematics/rkward/metadata.xml index df377787499a..c154e1e14f7d 100644 --- a/sci-mathematics/rkward/metadata.xml +++ b/sci-mathematics/rkward/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-mathematics</herd> -<longdescription lang="en"> + <herd>sci-mathematics</herd> + <longdescription lang="en"> RKWard aims to become an easy to use frontend to R. RKWard is still in development status. Right now it is most useful as an IDE to users with some experience in R, or willing to learn R. diff --git a/sci-mathematics/rkward/rkward-0.5.4.ebuild b/sci-mathematics/rkward/rkward-0.5.4.ebuild deleted file mode 100644 index 29cc0a0403f4..000000000000 --- a/sci-mathematics/rkward/rkward-0.5.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.4.ebuild,v 1.4 2011/09/03 21:13:17 dilfridge Exp $ - -EAPI=3 - -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 - || ( <kde-base/kdelibs-4.6.50 - ( $(add_kdebase_dep katepart) ) ) -" -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 -} |