# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild,v 1.6 2010/02/13 19:42:21 armin76 Exp $ inherit ruby gems DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences" HOMEPAGE="http://raa.ruby-lang.org/project/diff-lcs" SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/ruby" RDEPEND="${DEPEND} >=dev-ruby/text-format-0.64"