diff options
Diffstat (limited to 'dev-ruby/diff-lcs')
-rw-r--r-- | dev-ruby/diff-lcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/diff-lcs/diff-lcs-1.1.2.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-ruby/diff-lcs/ChangeLog b/dev-ruby/diff-lcs/ChangeLog index 74c25842d005..fe2a9b5578d3 100644 --- a/dev-ruby/diff-lcs/ChangeLog +++ b/dev-ruby/diff-lcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/diff-lcs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.11 2010/05/23 10:16:40 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.12 2010/06/20 19:09:01 graaff Exp $ + + 20 Jun 2010; Hans de Graaff <graaff@gentoo.org> -diff-lcs-1.1.2.ebuild: + Remove old version. 23 May 2010; Alex Legler <a3li@gentoo.org> diff-lcs-1.1.2-r1.ebuild: Add REE18 support 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" |