summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild')
-rw-r--r--dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild
deleted file mode 100644
index d1dfc78f1f07..000000000000
--- a/dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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.7 2010/05/22 15:10:38 flameeyes Exp $
-
-inherit ruby gems
-
-DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
-HOMEPAGE="http://raa.ruby-lang.org/project/diff-lcs"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="virtual/ruby"
-RDEPEND="${DEPEND}
- >=dev-ruby/text-format-0.64"