public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.5.7.ebuild ChangeLog
@ 2011-11-25 20:02 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-11-25 20:02 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/11/25 20:02:51

  Modified:             ChangeLog
  Added:                rkward-0.5.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.37/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 sci-mathematics/rkward/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	3 Sep 2011 21:13:17 -0000	1.31
+++ ChangeLog	25 Nov 2011 20:02:51 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/rkward
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.31 2011/09/03 21:13:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.32 2011/11/25 20:02:51 bicatali Exp $
+
+*rkward-0.5.7 (25 Nov 2011)
+
+  25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> +rkward-0.5.7.ebuild:
+  Version bump
 
   03 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> rkward-0.5.4.ebuild,
   rkward-0.5.5.ebuild, rkward-0.5.6.ebuild, rkward-0.5.6-r1.ebuild:



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

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

Index: rkward-0.5.7.ebuild
===================================================================
# 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.7.ebuild,v 1.1 2011/11/25 20:02:51 bicatali Exp $

EAPI=4

KDE_DOC_DIRS="doc"
KDE_HANDBOOK="optional"
KDE_LINGUAS="ca cs da de el es fr it lt pl tr zh_CN"
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
}






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.5.7.ebuild ChangeLog
@ 2013-04-11 21:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 21:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 21:42:37

  Modified:             rkward-0.5.7.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #459302
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  sci-mathematics/rkward/rkward-0.5.7.ebuild

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

Index: rkward-0.5.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rkward-0.5.7.ebuild	25 Nov 2011 20:02:51 -0000	1.1
+++ rkward-0.5.7.ebuild	11 Apr 2013 21:42:37 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v 1.1 2011/11/25 20:02:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v 1.2 2013/04/11 21:42:37 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug"
 
 DEPEND="



1.35                 sci-mathematics/rkward/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	14 Feb 2013 17:10:46 -0000	1.34
+++ ChangeLog	11 Apr 2013 21:42:37 -0000	1.35
@@ -1,6 +1,9 @@
 # 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.34 2013/02/14 17:10:46 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.35 2013/04/11 21:42:37 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rkward-0.5.7.ebuild:
+  Stable for x86, wrt bug #459302
 
 *rkward-0.6.0-r1 (14 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.5.7.ebuild ChangeLog
@ 2013-04-11 21:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 21:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 21:44:14

  Modified:             rkward-0.5.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #459302
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sci-mathematics/rkward/rkward-0.5.7.ebuild

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

Index: rkward-0.5.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rkward-0.5.7.ebuild	11 Apr 2013 21:42:37 -0000	1.2
+++ rkward-0.5.7.ebuild	11 Apr 2013 21:44:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v 1.2 2013/04/11 21:42:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.7.ebuild,v 1.3 2013/04/11 21:44:14 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND="



1.36                 sci-mathematics/rkward/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	11 Apr 2013 21:42:37 -0000	1.35
+++ ChangeLog	11 Apr 2013 21:44:14 -0000	1.36
@@ -1,6 +1,9 @@
 # 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.35 2013/04/11 21:42:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.36 2013/04/11 21:44:14 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rkward-0.5.7.ebuild:
+  Stable for amd64, wrt bug #459302
 
   11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rkward-0.5.7.ebuild:
   Stable for x86, wrt bug #459302





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

end of thread, other threads:[~2013-04-11 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 21:42 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.5.7.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 21:44 Agostino Sarubbo (ago)
2011-11-25 20:02 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