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: fastercsv-1.5.5.ebuild ChangeLog
Date: Tue, 19 Jun 2012 04:35:37
Message-Id: 20120619043527.06EEA2004B@flycatcher.gentoo.org
1 graaff 12/06/19 04:35:27
2
3 Modified: ChangeLog
4 Added: fastercsv-1.5.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 dev-ruby/fastercsv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 14 Jan 2011 07:37:52 -0000 1.13
24 +++ ChangeLog 19 Jun 2012 04:35:26 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/fastercsv
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.13 2011/01/14 07:37:52 graaff Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.14 2012/06/19 04:35:26 graaff Exp $
31 +
32 +*fastercsv-1.5.5 (19 Jun 2012)
33 +
34 + 19 Jun 2012; Hans de Graaff <graaff@g.o> +fastercsv-1.5.5.ebuild:
35 + Version bump.
36
37 *fastercsv-1.5.4 (14 Jan 2011)
38
39
40
41
42 1.1 dev-ruby/fastercsv/fastercsv-1.5.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fastercsv-1.5.5.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.1 2012/06/19 04:35:26 graaff Exp $
52
53 EAPI=2
54
55 # ruby19 → not needed, it's bundled as part of the main package and with recent version this package will raise an exception.
56 USE_RUBY="ruby18 ree18 jruby"
57
58 RUBY_FAKEGEM_TASK_DOC="rdoc"
59
60 RUBY_FAKEGEM_DOCDIR="doc/html"
61 RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG README TODO"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="FasterCSV is a replacement for the standard CSV library"
66 HOMEPAGE="http://fastercsv.rubyforge.org/"
67 LICENSE="|| ( Ruby GPL-2 )"
68
69 KEYWORDS="~amd64 ~x86"
70 SLOT="0"
71 IUSE=""
72
73 all_ruby_install() {
74 all_fakegem_install
75
76 docinto examples
77 dodoc examples/* || die
78 }