public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.4.9a.ebuild ChangeLog rkward-0.5.0c.ebuild rkward-0.5.0b.ebuild
@ 2009-04-01 11:56 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-04-01 11:56 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/04/01 11:56:42

  Modified:             rkward-0.4.9a.ebuild ChangeLog
  Added:                rkward-0.5.0c.ebuild
  Removed:              rkward-0.5.0b.ebuild
  Log:
  Version bump and set all to SLOT=0  with blockers because of collisions.
  Thanks Michel Lang for his work, closing bug #264334.
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-mathematics/rkward/rkward-0.4.9a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild?r1=1.3&r2=1.4

Index: rkward-0.4.9a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rkward-0.4.9a.ebuild	6 Sep 2008 15:24:52 -0000	1.3
+++ rkward-0.4.9a.ebuild	1 Apr 2009 11:56:42 -0000	1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.9a.ebuild,v 1.3 2008/09/06 15:24:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild,v 1.4 2009/04/01 11:56:42 bicatali Exp $
 
 ARTS_REQUIRED="never"
 
-inherit kde
+inherit eutils kde
 
 DESCRIPTION="An IDE/GUI for the R-project"
 HOMEPAGE="http://rkward.sourceforge.net/"
@@ -17,7 +17,8 @@
 
 DEPEND="dev-lang/R"
 RDEPEND="${DEPEND}
-	dev-lang/php"
+	dev-lang/php
+	!>=sci-mathematics/rkward-0.5"
 
 need-kde 3
 



1.16                 sci-mathematics/rkward/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Jan 2009 13:37:09 -0000	1.15
+++ ChangeLog	1 Apr 2009 11:56:42 -0000	1.16
@@ -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.15 2009/01/29 13:37:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.16 2009/04/01 11:56:42 bicatali Exp $
+
+*rkward-0.5.0c (01 Apr 2009)
+
+  01 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  -rkward-0.5.0b.ebuild, +rkward-0.5.0c.ebuild:
+  Version bump and set all to SLOT=0  with blockers because of collisions.
+  Thanks Michel Lang for his work, closing bug #264334.
 
   29 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org> rkward-0.5.0b.ebuild:
   Update deps correctly (dont be so strict).



1.1                  sci-mathematics/rkward/rkward-0.5.0c.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0c.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0c.ebuild?rev=1.1&content-type=text/plain

Index: rkward-0.5.0c.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.0c.ebuild,v 1.1 2009/04/01 11:56:42 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 11:56 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.4.9a.ebuild ChangeLog rkward-0.5.0c.ebuild rkward-0.5.0b.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