summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-10-15 09:03:58 +0000
committerHans de Graaff <graaff@gentoo.org>2011-10-15 09:03:58 +0000
commit494a3e7823487f12e58652580843d5deb9d8edfe (patch)
tree1b2af8eab4235fbf2e083b918e09ce0efc73d7d2 /dev-ruby
parentVersion bump thanks to elvis4526 for the hint and Agostino Sarubbo for the pa... (diff)
downloadgentoo-2-494a3e7823487f12e58652580843d5deb9d8edfe.tar.gz
gentoo-2-494a3e7823487f12e58652580843d5deb9d8edfe.tar.bz2
gentoo-2-494a3e7823487f12e58652580843d5deb9d8edfe.zip
Version bump. Drop alpha keyword due to new rspec:2 dependency, bug 387179.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/diff-lcs/ChangeLog7
-rw-r--r--dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/diff-lcs/ChangeLog b/dev-ruby/diff-lcs/ChangeLog
index 9ffc50c34ddf..81487f737d6b 100644
--- a/dev-ruby/diff-lcs/ChangeLog
+++ b/dev-ruby/diff-lcs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/diff-lcs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.29 2011/09/14 16:09:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.30 2011/10/15 09:03:58 graaff Exp $
+
+*diff-lcs-1.1.3 (15 Oct 2011)
+
+ 15 Oct 2011; Hans de Graaff <graaff@gentoo.org> +diff-lcs-1.1.3.ebuild:
+ Version bump. Drop alpha keyword due to new rspec:2 dependency, bug 387179.
14 Sep 2011; Jeroen Roovers <jer@gentoo.org> diff-lcs-1.1.2-r2.ebuild:
Stable for HPPA (bug #369573).
diff --git a/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild
new file mode 100644
index 000000000000..e78a277d9e83
--- /dev/null
+++ b/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/10/15 09:03:58 graaff Exp $
+
+EAPI=2
+USE_RUBY="ruby18 ree18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+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="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"