diff options
author | 2011-01-14 07:37:52 +0000 | |
---|---|---|
committer | 2011-01-14 07:37:52 +0000 | |
commit | 6f13d591acccbaa0f5de7a7ad3d01165e9727583 (patch) | |
tree | ee2b7bbb436f427c9b2150b52af422d810a4d9a2 /dev-ruby/fastercsv/fastercsv-1.5.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-6f13d591acccbaa0f5de7a7ad3d01165e9727583.tar.gz gentoo-2-6f13d591acccbaa0f5de7a7ad3d01165e9727583.tar.bz2 gentoo-2-6f13d591acccbaa0f5de7a7ad3d01165e9727583.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fastercsv/fastercsv-1.5.4.ebuild')
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.5.4.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/fastercsv/fastercsv-1.5.4.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.4.ebuild new file mode 100644 index 000000000000..f98477176e64 --- /dev/null +++ b/dev-ruby/fastercsv/fastercsv-1.5.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.4.ebuild,v 1.1 2011/01/14 07:37:52 graaff Exp $ + +EAPI=2 + +# ruby19 → not needed, it's bundled as part of the main package +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="" + +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" + +all_ruby_install() { + all_fakegem_install + + docinto examples + dodoc examples/* || die +} |