public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: ChangeLog rkward-0.5.3.ebuild
@ 2010-05-04 21:59 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-05-04 21:59 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/05/04 21:59:01

  Modified:             ChangeLog
  Added:                rkward-0.5.3.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 sci-mathematics/rkward/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 Nov 2009 17:55:48 -0000	1.20
+++ ChangeLog	4 May 2010 21:59:01 -0000	1.21
@@ -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.20 2009/11/04 17:55:48 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.21 2010/05/04 21:59:01 bicatali Exp $
+
+*rkward-0.5.3 (04 May 2010)
+
+  04 May 2010; Sébastien Fabbro <bicatali@gentoo.org> +rkward-0.5.3.ebuild:
+  Version bump
 
 *rkward-0.5.2 (04 Nov 2009)
 



1.1                  sci-mathematics/rkward/rkward-0.5.3.ebuild

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

Index: rkward-0.5.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2010/05/04 21:59:01 bicatali 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"
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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: ChangeLog rkward-0.5.3.ebuild
@ 2010-07-01 12:42 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-01 12:42 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/01 12:42:52

  Modified:             ChangeLog rkward-0.5.3.ebuild
  Log:
  stable x86, bug 326047
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.22                 sci-mathematics/rkward/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 May 2010 21:59:01 -0000	1.21
+++ ChangeLog	1 Jul 2010 12:42:52 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/rkward
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.21 2010/05/04 21:59:01 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.22 2010/07/01 12:42:52 fauli Exp $
+
+  01 Jul 2010; Christian Faulhammer <fauli@gentoo.org> rkward-0.5.3.ebuild:
+  stable x86, bug 326047
 
 *rkward-0.5.3 (04 May 2010)
 



1.2                  sci-mathematics/rkward/rkward-0.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?r1=1.1&r2=1.2

Index: rkward-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rkward-0.5.3.ebuild	4 May 2010 21:59:01 -0000	1.1
+++ rkward-0.5.3.ebuild	1 Jul 2010 12:42:52 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.1 2010/05/04 21:59:01 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild,v 1.2 2010/07/01 12:42:52 fauli Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug"
 
 DEPEND=">=dev-lang/R-2.7.0"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: ChangeLog rkward-0.5.3.ebuild
@ 2010-07-01 14:34 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-01 14:34 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/01 14:34:48

  Modified:             ChangeLog rkward-0.5.3.ebuild
  Log:
  Stable on amd64 wrt bug #326047
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sci-mathematics/rkward/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	1 Jul 2010 12:42:52 -0000	1.22
+++ ChangeLog	1 Jul 2010 14:34:48 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/rkward
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.22 2010/07/01 12:42:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.23 2010/07/01 14:34:48 hwoarang Exp $
+
+  01 Jul 2010; Markos Chandras <hwoarang@gentoo.org> rkward-0.5.3.ebuild:
+  Stable on amd64 wrt bug #326047
 
   01 Jul 2010; Christian Faulhammer <fauli@gentoo.org> rkward-0.5.3.ebuild:
   stable x86, bug 326047



1.3                  sci-mathematics/rkward/rkward-0.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?r1=1.2&r2=1.3

Index: rkward-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rkward-0.5.3.ebuild	1 Jul 2010 12:42:52 -0000	1.2
+++ rkward-0.5.3.ebuild	1 Jul 2010 14:34:48 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.2 2010/07/01 12:42:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild,v 1.3 2010/07/01 14:34:48 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND=">=dev-lang/R-2.7.0"






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-01 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 14:34 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: ChangeLog rkward-0.5.3.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-01 12:42 Christian Faulhammer (fauli)
2010-05-04 21:59 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