* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: ChangeLog rkward-0.5.0d.ebuild rkward-0.4.9b.ebuild rkward-0.5.0c.ebuild
@ 2009-08-01 12:24 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-08-01 12:24 UTC (permalink / raw
To: gentoo-commits
bicatali 09/08/01 12:24:11
Modified: ChangeLog
Added: rkward-0.5.0d.ebuild rkward-0.4.9b.ebuild
Removed: rkward-0.5.0c.ebuild
Log:
Version bumps and fixes, thanks to Michel Lang, bug #269940.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.17 sci-mathematics/rkward/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 1 Apr 2009 11:56:42 -0000 1.16
+++ ChangeLog 1 Aug 2009 12:24:11 -0000 1.17
@@ -1,6 +1,13 @@
# 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.16 2009/04/01 11:56:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.17 2009/08/01 12:24:11 bicatali Exp $
+
+*rkward-0.5.0d (18 Jun 2009)
+*rkward-0.4.9b (18 Jun 2009)
+
+ 18 Jun 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ +rkward-0.4.9b.ebuild, -rkward-0.5.0c.ebuild, +rkward-0.5.0d.ebuild:
+ Version bumps and fixes, thanks to Michel Lang, bug #269940.
*rkward-0.5.0c (01 Apr 2009)
1.1 sci-mathematics/rkward/rkward-0.5.0d.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0d.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0d.ebuild?rev=1.1&content-type=text/plain
Index: rkward-0.5.0d.ebuild
===================================================================
# 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.0d.ebuild,v 1.1 2009/08/01 12:24:11 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
}
1.1 sci-mathematics/rkward/rkward-0.4.9b.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9b.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9b.ebuild?rev=1.1&content-type=text/plain
Index: rkward-0.4.9b.ebuild
===================================================================
# 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.4.9b.ebuild,v 1.1 2009/08/01 12:24:11 bicatali Exp $
EAPI="2"
ARTS_REQUIRED="never"
inherit eutils kde
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=""
DEPEND="dev-lang/R"
RDEPEND="${DEPEND}
dev-lang/php[cli]
!>=sci-mathematics/rkward-0.5
!>=kde-base/kdelibs-4"
need-kde 3
src_install() {
# rbackend needed directory (R-2.5.0 broken)
dodir /usr/$(get_libdir)/R/library
kde_src_install
# already provided by R
rm -f "${D}"/usr/$(get_libdir)/R/library/R.css
# already provided by kdelibs
rm -f "${D}"/share/apps/katepart/syntax/r.xml
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-01 12:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01 12:24 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: ChangeLog rkward-0.5.0d.ebuild rkward-0.4.9b.ebuild rkward-0.5.0c.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox