public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-07-04  8:39 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2009-07-04  8:39 UTC (permalink / raw
  To: gentoo-commits

graaff      09/07/04 08:39:20

  Modified:             ChangeLog
  Added:                narray-0.5.9_p6.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	13 Jun 2009 09:09:45 -0000	1.30
+++ ChangeLog	4 Jul 2009 08:39:20 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.30 2009/06/13 09:09:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.31 2009/07/04 08:39:20 graaff Exp $
+
+*narray-0.5.9_p6 (04 Jul 2009)
+
+  04 Jul 2009; Hans de Graaff <graaff@gentoo.org> +narray-0.5.9_p6.ebuild:
+  Version bump. Thanks to Julien Sanchez for providing an initial ebuild in
+  bug #206083.
 
   13 Jun 2009; Hans de Graaff <graaff@gentoo.org> narray-0.5.9.ebuild:
   Fix quoting.



1.1                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.1&content-type=text/plain

Index: narray-0.5.9_p6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.1 2009/07/04 08:39:20 graaff Exp $

MY_P=${P/_/}

DESCRIPTION="Numerical N-dimensional Array class"
HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html"
SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="virtual/ruby"

S="${WORKDIR}/${MY_P}"

src_compile() {
	ruby extconf.rb || die
	emake || die
}

src_install() {
	make exec_prefix=/usr DESTDIR="${D}" install || die
	dodoc ChangeLog README.* SPEC.*
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-08-26 13:51 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-08-26 13:51 UTC (permalink / raw
  To: gentoo-commits

jer         09/08/26 13:51:24

  Modified:             ChangeLog narray-0.5.9_p6.ebuild
  Log:
  Stable for HPPA (bug #282373).
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.33                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	22 Aug 2009 22:16:31 -0000	1.32
+++ ChangeLog	26 Aug 2009 13:51:23 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.32 2009/08/22 22:16:31 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.33 2009/08/26 13:51:23 jer Exp $
+
+  26 Aug 2009; Jeroen Roovers <jer@gentoo.org> narray-0.5.9_p6.ebuild:
+  Stable for HPPA (bug #282373).
 
   22 Aug 2009; Alex Legler <a3li@gentoo.org> narray-0.5.7_p2.ebuild,
   narray-0.5.9.ebuild, narray-0.5.9_p6.ebuild:



1.3                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.2&r2=1.3

Index: narray-0.5.9_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- narray-0.5.9_p6.ebuild	22 Aug 2009 22:16:31 -0000	1.2
+++ narray-0.5.9_p6.ebuild	26 Aug 2009 13:51:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.2 2009/08/22 22:16:31 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.3 2009/08/26 13:51:23 jer Exp $
 
 MY_P=${P/_/}
 
@@ -10,7 +10,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 USE_RUBY="ruby18"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-08-30 15:51 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-08-30 15:51 UTC (permalink / raw
  To: gentoo-commits

klausman    09/08/30 15:51:33

  Modified:             ChangeLog narray-0.5.9_p6.ebuild
  Log:
  Stable on alpha, bug #282373
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	26 Aug 2009 13:51:23 -0000	1.33
+++ ChangeLog	30 Aug 2009 15:51:33 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.33 2009/08/26 13:51:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.34 2009/08/30 15:51:33 klausman Exp $
+
+  30 Aug 2009; Tobias Klausmann <klausman@gentoo.org>
+  narray-0.5.9_p6.ebuild:
+  Stable on alpha, bug #282373
 
   26 Aug 2009; Jeroen Roovers <jer@gentoo.org> narray-0.5.9_p6.ebuild:
   Stable for HPPA (bug #282373).



1.4                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.3&r2=1.4

Index: narray-0.5.9_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- narray-0.5.9_p6.ebuild	26 Aug 2009 13:51:23 -0000	1.3
+++ narray-0.5.9_p6.ebuild	30 Aug 2009 15:51:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.3 2009/08/26 13:51:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.4 2009/08/30 15:51:33 klausman Exp $
 
 MY_P=${P/_/}
 
@@ -10,7 +10,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 USE_RUBY="ruby18"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-09-11 21:31 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 7+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-09-11 21:31 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/09/11 21:31:57

  Modified:             ChangeLog narray-0.5.9_p6.ebuild
  Log:
  stable sparc, bug 282373
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	30 Aug 2009 15:51:33 -0000	1.34
+++ ChangeLog	11 Sep 2009 21:31:57 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.34 2009/08/30 15:51:33 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.35 2009/09/11 21:31:57 tcunha Exp $
+
+  11 Sep 2009; Tiago Cunha <tcunha@gentoo.org> narray-0.5.9_p6.ebuild:
+  stable sparc, bug 282373
 
   30 Aug 2009; Tobias Klausmann <klausman@gentoo.org>
   narray-0.5.9_p6.ebuild:



1.5                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.4&r2=1.5

Index: narray-0.5.9_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- narray-0.5.9_p6.ebuild	30 Aug 2009 15:51:33 -0000	1.4
+++ narray-0.5.9_p6.ebuild	11 Sep 2009 21:31:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.4 2009/08/30 15:51:33 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.5 2009/09/11 21:31:57 tcunha Exp $
 
 MY_P=${P/_/}
 
@@ -10,7 +10,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
 
 USE_RUBY="ruby18"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-09-22 13:38 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-09-22 13:38 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/22 13:38:30

  Modified:             ChangeLog narray-0.5.9_p6.ebuild
  Log:
  x86 stable, bug #282373
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	11 Sep 2009 21:31:57 -0000	1.35
+++ ChangeLog	22 Sep 2009 13:38:30 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.35 2009/09/11 21:31:57 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.36 2009/09/22 13:38:30 maekke Exp $
+
+  22 Sep 2009; Markus Meier <maekke@gentoo.org> narray-0.5.9_p6.ebuild:
+  x86 stable, bug #282373
 
   11 Sep 2009; Tiago Cunha <tcunha@gentoo.org> narray-0.5.9_p6.ebuild:
   stable sparc, bug 282373



1.6                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.5&r2=1.6

Index: narray-0.5.9_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- narray-0.5.9_p6.ebuild	11 Sep 2009 21:31:57 -0000	1.5
+++ narray-0.5.9_p6.ebuild	22 Sep 2009 13:38:30 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.5 2009/09/11 21:31:57 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.6 2009/09/22 13:38:30 maekke Exp $
 
 MY_P=${P/_/}
 
@@ -10,7 +10,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 
 USE_RUBY="ruby18"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-09-27 15:44 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 15:44 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/27 15:44:19

  Modified:             ChangeLog narray-0.5.9_p6.ebuild
  Log:
  ppc stable #282373
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.37                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	22 Sep 2009 13:38:30 -0000	1.36
+++ ChangeLog	27 Sep 2009 15:44:19 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.36 2009/09/22 13:38:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.37 2009/09/27 15:44:19 nixnut Exp $
+
+  27 Sep 2009; nixnut <nixnut@gentoo.org> narray-0.5.9_p6.ebuild:
+  ppc stable #282373
 
   22 Sep 2009; Markus Meier <maekke@gentoo.org> narray-0.5.9_p6.ebuild:
   x86 stable, bug #282373



1.7                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.6&r2=1.7

Index: narray-0.5.9_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- narray-0.5.9_p6.ebuild	22 Sep 2009 13:38:30 -0000	1.6
+++ narray-0.5.9_p6.ebuild	27 Sep 2009 15:44:19 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.6 2009/09/22 13:38:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.7 2009/09/27 15:44:19 nixnut Exp $
 
 MY_P=${P/_/}
 
@@ -10,7 +10,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
 
 USE_RUBY="ruby18"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild
@ 2009-10-05 16:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-05 16:05 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/05 16:05:10

  Modified:             ChangeLog narray-0.5.9_p6.ebuild
  Log:
  ia64 stable wrt #282373
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.38                 dev-ruby/narray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	27 Sep 2009 15:44:19 -0000	1.37
+++ ChangeLog	5 Oct 2009 16:05:09 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/narray
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.37 2009/09/27 15:44:19 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.38 2009/10/05 16:05:09 armin76 Exp $
+
+  05 Oct 2009; Raúl Porcel <armin76@gentoo.org> narray-0.5.9_p6.ebuild:
+  ia64 stable wrt #282373
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> narray-0.5.9_p6.ebuild:
   ppc stable #282373



1.8                  dev-ruby/narray/narray-0.5.9_p6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.7&r2=1.8

Index: narray-0.5.9_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- narray-0.5.9_p6.ebuild	27 Sep 2009 15:44:19 -0000	1.7
+++ narray-0.5.9_p6.ebuild	5 Oct 2009 16:05:09 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.7 2009/09/27 15:44:19 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.8 2009/10/05 16:05:09 armin76 Exp $
 
 MY_P=${P/_/}
 
@@ -10,7 +10,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
 
 USE_RUBY="ruby18"
 IUSE=""






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

end of thread, other threads:[~2009-10-05 16:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-04  8:39 [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: ChangeLog narray-0.5.9_p6.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-26 13:51 Jeroen Roovers (jer)
2009-08-30 15:51 Tobias Klausmann (klausman)
2009-09-11 21:31 Tiago Cunha (tcunha)
2009-09-22 13:38 Markus Meier (maekke)
2009-09-27 15:44 Gysbert Wassenaar (nixnut)
2009-10-05 16:05 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox