# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.0.6.ebuild,v 1.3 2008/12/29 17:58:01 zmedico Exp $ inherit gems DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser." HOMEPAGE="http://nokogiri.rubyforge.org/" LICENSE="MIT" KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="" RDEPEND="dev-libs/libxml2 dev-libs/libxslt" DEPEND="${RDEPEND} >=dev-ruby/hoe-1.7.0"