2014-01-27 09:59:37 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2013-12-27 19:32:18 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-08-17 23:06:33 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild,v 1.14 2014/08/17 00:41:53 blueness Exp $
|
2013-12-27 19:32:18 +04:00
|
|
|
|
|
|
|
EAPI=5
|
2014-05-27 18:51:22 +04:00
|
|
|
USE_RUBY="ruby19 ruby20 jruby"
|
2013-12-27 19:32:18 +04:00
|
|
|
|
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.rdoc"
|
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
|
|
|
DESCRIPTION="A collection of text algorithms"
|
|
|
|
HOMEPAGE="https://github.com/threedaymonk/text"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
|
|
|
|
SLOT="0"
|
2014-08-17 23:06:33 +04:00
|
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
|
2013-12-27 19:32:18 +04:00
|
|
|
IUSE=""
|