public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastercsv: fastercsv-1.5.5.ebuild ChangeLog
@ 2012-06-19  4:35 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-06-19  4:35 UTC (permalink / raw
  To: gentoo-commits

graaff      12/06/19 04:35:27

  Modified:             ChangeLog
  Added:                fastercsv-1.5.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/fastercsv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 Jan 2011 07:37:52 -0000	1.13
+++ ChangeLog	19 Jun 2012 04:35:26 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/fastercsv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.13 2011/01/14 07:37:52 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.14 2012/06/19 04:35:26 graaff Exp $
+
+*fastercsv-1.5.5 (19 Jun 2012)
+
+  19 Jun 2012; Hans de Graaff <graaff@gentoo.org> +fastercsv-1.5.5.ebuild:
+  Version bump.
 
 *fastercsv-1.5.4 (14 Jan 2011)
 



1.1                  dev-ruby/fastercsv/fastercsv-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.1&content-type=text/plain

Index: fastercsv-1.5.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.1 2012/06/19 04:35:26 graaff Exp $

EAPI=2

# ruby19 → not needed, it's bundled as part of the main package and with recent version this package will raise an exception.
USE_RUBY="ruby18 ree18 jruby"

RUBY_FAKEGEM_TASK_DOC="rdoc"

RUBY_FAKEGEM_DOCDIR="doc/html"
RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG README TODO"

inherit ruby-fakegem

DESCRIPTION="FasterCSV is a replacement for the standard CSV library"
HOMEPAGE="http://fastercsv.rubyforge.org/"
LICENSE="|| ( Ruby GPL-2 )"

KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

all_ruby_install() {
	all_fakegem_install

	docinto examples
	dodoc examples/* || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastercsv: fastercsv-1.5.5.ebuild ChangeLog
@ 2012-08-07 13:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-07 13:03 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/07 13:03:18

  Modified:             fastercsv-1.5.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #430198
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/fastercsv/fastercsv-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?r1=1.1&r2=1.2

Index: fastercsv-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fastercsv-1.5.5.ebuild	19 Jun 2012 04:35:26 -0000	1.1
+++ fastercsv-1.5.5.ebuild	7 Aug 2012 13:03:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.1 2012/06/19 04:35:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.2 2012/08/07 13:03:18 ago Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 HOMEPAGE="http://fastercsv.rubyforge.org/"
 LICENSE="|| ( Ruby GPL-2 )"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE=""
 



1.16                 dev-ruby/fastercsv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	6 Aug 2012 17:14:51 -0000	1.15
+++ ChangeLog	7 Aug 2012 13:03:18 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fastercsv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.15 2012/08/06 17:14:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.16 2012/08/07 13:03:18 ago Exp $
+
+  07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> fastercsv-1.5.5.ebuild:
+  Stable for amd64, wrt bug #430198
 
   06 Aug 2012; Hans de Graaff <graaff@gentoo.org> -fastercsv-1.5.4.ebuild:
   Cleanup.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastercsv: fastercsv-1.5.5.ebuild ChangeLog
@ 2012-08-14  8:26 Johannes Huber (johu)
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2012-08-14  8:26 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/14 08:26:44

  Modified:             fastercsv-1.5.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #430198
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-ruby/fastercsv/fastercsv-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?r1=1.2&r2=1.3

Index: fastercsv-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fastercsv-1.5.5.ebuild	7 Aug 2012 13:03:18 -0000	1.2
+++ fastercsv-1.5.5.ebuild	14 Aug 2012 08:26:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.2 2012/08/07 13:03:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.3 2012/08/14 08:26:44 johu Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 HOMEPAGE="http://fastercsv.rubyforge.org/"
 LICENSE="|| ( Ruby GPL-2 )"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 



1.17                 dev-ruby/fastercsv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Aug 2012 13:03:18 -0000	1.16
+++ ChangeLog	14 Aug 2012 08:26:44 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fastercsv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.16 2012/08/07 13:03:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.17 2012/08/14 08:26:44 johu Exp $
+
+  14 Aug 2012; Johannes Huber <johu@gentoo.org> fastercsv-1.5.5.ebuild:
+  Stable for x86, wrt bug #430198
 
   07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> fastercsv-1.5.5.ebuild:
   Stable for amd64, wrt bug #430198





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

end of thread, other threads:[~2012-08-14  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 13:03 [gentoo-commits] gentoo-x86 commit in dev-ruby/fastercsv: fastercsv-1.5.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-14  8:26 Johannes Huber (johu)
2012-06-19  4:35 Hans de Graaff (graaff)

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