diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-01-14 08:28:15 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-01-14 08:28:15 +0000 |
commit | 36018d5be3248b3d3b24d76794c819abb42542ed (patch) | |
tree | 271e024d5b0be538c60f408e1b4fbf29d99db244 /dev-ruby/file-tail | |
parent | mark has_m32 as dead since no one uses it, and mark has_m64 as a warning unti... (diff) | |
download | gentoo-2-36018d5be3248b3d3b24d76794c819abb42542ed.tar.gz gentoo-2-36018d5be3248b3d3b24d76794c819abb42542ed.tar.bz2 gentoo-2-36018d5be3248b3d3b24d76794c819abb42542ed.zip |
Version bump.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/file-tail')
-rw-r--r-- | dev-ruby/file-tail/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/file-tail/file-tail-1.0.8.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ruby/file-tail/ChangeLog b/dev-ruby/file-tail/ChangeLog index 9a91116a8b8d..df4232a5e140 100644 --- a/dev-ruby/file-tail/ChangeLog +++ b/dev-ruby/file-tail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/file-tail -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.4 2011/10/07 06:03:52 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.5 2012/01/14 08:28:15 graaff Exp $ + +*file-tail-1.0.8 (14 Jan 2012) + + 14 Jan 2012; Hans de Graaff <graaff@gentoo.org> +file-tail-1.0.8.ebuild: + Version bump. 07 Oct 2011; Hans de Graaff <graaff@gentoo.org> -file-tail-1.0.5.ebuild: Remove old version. diff --git a/dev-ruby/file-tail/file-tail-1.0.8.ebuild b/dev-ruby/file-tail/file-tail-1.0.8.ebuild new file mode 100644 index 000000000000..d6a24070279e --- /dev/null +++ b/dev-ruby/file-tail/file-tail-1.0.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.8.ebuild,v 1.1 2012/01/14 08:28:15 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18 ree18 jruby" + +RUBY_FAKEGEM_TASK_TEST="none" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_GEMSPEC="file-tail.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby" +HOMEPAGE="http://flori.github.com/file-tail" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/tins-0.3" + +each_ruby_test() { + ${RUBY} -Ilib -S testrb tests/*_test.rb || die +} |