public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/file-tail: file-tail-1.0.12-r1.ebuild file-tail-1.0.12-r2.ebuild ChangeLog
@ 2014-05-15  1:11 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-05-15  1:11 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/05/15 01:11:34

  Modified:             file-tail-1.0.12-r1.ebuild ChangeLog
  Added:                file-tail-1.0.12-r2.ebuild
  Log:
  Remove ruby18. Add ruby21.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild?r1=1.1&r2=1.2

Index: file-tail-1.0.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-tail-1.0.12-r1.ebuild	2 Nov 2013 20:34:13 -0000	1.1
+++ file-tail-1.0.12-r1.ebuild	15 May 2014 01:11:34 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.12-r1.ebuild,v 1.1 2013/11/02 20:34:13 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild,v 1.2 2014/05/15 01:11:34 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



1.13                 dev-ruby/file-tail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Nov 2013 19:44:07 -0000	1.12
+++ ChangeLog	15 May 2014 01:11:34 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/file-tail
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.12 2013/11/09 19:44:07 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.13 2014/05/15 01:11:34 mrueg Exp $
+
+*file-tail-1.0.12-r2 (15 May 2014)
+
+  15 May 2014; Manuel Rüger <mrueg@gentoo.org> +file-tail-1.0.12-r2.ebuild,
+  file-tail-1.0.12-r1.ebuild:
+  Remove ruby18. Add ruby21.
 
   09 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -file-tail-1.0.12.ebuild:
   Cleanup old.



1.1                  dev-ruby/file-tail/file-tail-1.0.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r2.ebuild?rev=1.1&content-type=text/plain

Index: file-tail-1.0.12-r2.ebuild
===================================================================
# Copyright 1999-2014 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.12-r2.ebuild,v 1.1 2014/05/15 01:11:34 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOC_SOURCES="lib README.rdoc"

RUBY_FAKEGEM_EXTRADOC="README.rdoc"

RUBY_FAKEGEM_GEMSPEC="${PN}.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.5"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"

each_ruby_test() {
	ruby-ng_testrb-2 -Ilib tests/*_test.rb
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-15  1:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  1:11 [gentoo-commits] gentoo-x86 commit in dev-ruby/file-tail: file-tail-1.0.12-r1.ebuild file-tail-1.0.12-r2.ebuild ChangeLog Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox