/[gentoo-x86]/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild
Gentoo

Contents of /dev-ruby/fastercsv/fastercsv-1.5.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Tue Aug 14 08:26:44 2012 UTC (9 months, 1 week ago) by johu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
Stable for x86, wrt bug #430198

(Portage version: 2.2.0_alpha120/cvs/Linux i686)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.5.ebuild,v 1.2 2012/08/07 13:03:18 ago Exp $
4
5 EAPI=2
6
7 # ruby19 → not needed, it's bundled as part of the main package and with recent version this package will raise an exception.
8 USE_RUBY="ruby18 ree18 jruby"
9
10 RUBY_FAKEGEM_TASK_DOC="rdoc"
11
12 RUBY_FAKEGEM_DOCDIR="doc/html"
13 RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG README TODO"
14
15 inherit ruby-fakegem
16
17 DESCRIPTION="FasterCSV is a replacement for the standard CSV library"
18 HOMEPAGE="http://fastercsv.rubyforge.org/"
19 LICENSE="|| ( Ruby GPL-2 )"
20
21 KEYWORDS="amd64 x86"
22 SLOT="0"
23 IUSE=""
24
25 all_ruby_install() {
26 all_fakegem_install
27
28 docinto examples
29 dodoc examples/* || die
30 }

  ViewVC Help
Powered by ViewVC 1.1.13