diff options
author | 2013-11-29 07:29:34 +0000 | |
---|---|---|
committer | 2013-11-29 07:29:34 +0000 | |
commit | 597f17b71f4e72aa7fad8639884a41ee17d1b3f8 (patch) | |
tree | 1050f08ec4550a95ef00f6d9ef529137b512cfc6 /dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild | |
parent | sci-libs/scipy: Fix doc installation, #492808 (diff) | |
download | gentoo-2-597f17b71f4e72aa7fad8639884a41ee17d1b3f8.tar.gz gentoo-2-597f17b71f4e72aa7fad8639884a41ee17d1b3f8.tar.bz2 gentoo-2-597f17b71f4e72aa7fad8639884a41ee17d1b3f8.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild')
-rw-r--r-- | dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild new file mode 100644 index 000000000000..7020dd8db32f --- /dev/null +++ b/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.2.5.ebuild,v 1.1 2013/11/29 07:29:34 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences" +HOMEPAGE="https://github.com/halostatue/diff-lcs" + +LICENSE="|| ( MIT Ruby GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" |