| 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 |
}
|