| 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/text-hyphen/text-hyphen-1.2.ebuild,v 1.6 2012/10/28 18:33:18 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
USE_RUBY="ruby18 ree18 ruby19 jruby"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_TASK_DOC="docs"
|
| 9 |
RUBY_FAKEGEM_DOCDIR="doc"
|
| 10 |
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
|
| 11 |
|
| 12 |
inherit ruby-fakegem eutils
|
| 13 |
|
| 14 |
DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in."
|
| 15 |
HOMEPAGE="http://rubyforge.org/projects/text-format"
|
| 16 |
|
| 17 |
LICENSE="MIT"
|
| 18 |
SLOT="0"
|
| 19 |
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
| 20 |
IUSE=""
|
| 21 |
|
| 22 |
ruby_add_bdepend "
|
| 23 |
doc? (
|
| 24 |
>=dev-ruby/hoe-2.8.0
|
| 25 |
>=dev-ruby/rubyforge-2.0.4
|
| 26 |
)
|
| 27 |
test? (
|
| 28 |
virtual/ruby-test-unit
|
| 29 |
>=dev-ruby/hoe-2.8.0
|
| 30 |
>=dev-ruby/rubyforge-2.0.4
|
| 31 |
)"
|