# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild,v 1.12 2014/08/17 00:45:11 blueness Exp $ EAPI=5 USE_RUBY="ruby19" RUBY_FAKEGEM_NAME="${PN/ruby-/}" RUBY_FAKEGEM_VERSION="${PV%_*}" RUBY_FAKEGEM_TASK_DOC="yard" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_EXTRAINSTALL="po" inherit ruby-fakegem DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" SLOT="0" LICENSE="Ruby" ruby_add_rdepend "~dev-ruby/locale-2.0.5 dev-ruby/levenshtein" ruby_add_bdepend "doc? ( dev-ruby/yard )