Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fastercsv: ChangeLog fastercsv-1.5.0.ebuild
Date: Thu, 18 Jun 2009 06:34:04
Message-Id: E1MHBCD-0002Mp-Qb@stork.gentoo.org
1 graaff 09/06/18 06:34:01
2
3 Modified: ChangeLog
4 Added: fastercsv-1.5.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/fastercsv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastercsv/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 10 Nov 2008 20:56:03 -0000 1.2
23 +++ ChangeLog 18 Jun 2009 06:34:01 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/fastercsv
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.2 2008/11/10 20:56:03 graaff Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.3 2009/06/18 06:34:01 graaff Exp $
30 +
31 +*fastercsv-1.5.0 (18 Jun 2009)
32 +
33 + 18 Jun 2009; Hans de Graaff <graaff@g.o> +fastercsv-1.5.0.ebuild:
34 + Version bump with bug fixes.
35
36 *fastercsv-1.4.0 (10 Nov 2008)
37
38
39
40
41 1.1 dev-ruby/fastercsv/fastercsv-1.5.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fastercsv-1.5.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild,v 1.1 2009/06/18 06:34:01 graaff Exp $
51
52 inherit gems
53
54 DESCRIPTION="FasterCSV is a replacement for the standard CSV library"
55 HOMEPAGE="http://fastercsv.rubyforge.org/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 USE_RUBY="ruby18"