mrueg       14/11/11 11:04:45

  Modified:             term-ansicolor-1.3.0.ebuild
                        term-ansicolor-1.2.2-r1.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild?r1=1.3&r2=1.4

Index: term-ansicolor-1.3.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- term-ansicolor-1.3.0.ebuild 5 Aug 2014 16:00:40 -0000       1.3
+++ term-ansicolor-1.3.0.ebuild 11 Nov 2014 11:04:45 -0000      1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild,v 
1.3 2014/08/05 16:00:40 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild,v 
1.4 2014/11/11 11:04:45 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="none"



1.9                  dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild?r1=1.8&r2=1.9

Index: term-ansicolor-1.2.2-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- term-ansicolor-1.2.2-r1.ebuild      8 Nov 2014 11:46:55 -0000       1.8
+++ term-ansicolor-1.2.2-r1.ebuild      11 Nov 2014 11:04:45 -0000      1.9
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v
 1.8 2014/11/08 11:46:55 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v
 1.9 2014/11/11 11:04:45 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="none"



1.48                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   9 Nov 2014 07:45:49 -0000       1.47
+++ ChangeLog   11 Nov 2014 11:04:45 -0000      1.48
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.47 
2014/11/09 07:45:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.48 
2014/11/11 11:04:45 mrueg Exp $
+
+  11 Nov 2014; Manuel RĂ¼ger <mr...@gentoo.org> term-ansicolor-1.2.2-r1.ebuild,
+  term-ansicolor-1.3.0.ebuild:
+  Drop jruby target.
 
   09 Nov 2014; Hans de Graaff <gra...@gentoo.org> -term-ansicolor-1.0.7.ebuild:
   Cleanup.




Reply via email to