# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit ruby gems MY_P="${P/ruby-/}" DESCRIPTION="Crawler and content extractor for building a full text index of a website's contents." HOMEPAGE="http://rdig.rubyforge.org/" SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" LICENSE="MIT/X Consortium License" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="pdf rtf" DEPEND="dev-ruby/rake" RDEPEND="${DEPEND} >=dev-ruby/hpricot-0.4 dev-ruby/ruby-ferret pdf? (app-text/poppler) rtf? (app-text/wv)"