dev-ruby/ruby-gobject-introspection: Remove ruby19
authorManuel Rüger <mrueg@gentoo.org>
Tue, 19 Apr 2016 22:10:06 +0000 (00:10 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 19 Apr 2016 22:10:06 +0000 (00:10 +0200)
Package-Manager: portage-2.2.28

dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild
dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild
dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild
dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild

index e86b26a500c784f53c3499c34ac70d05358c8aa4..25aeb67fe7901d2d9d2177c74fa88324e047935e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit ruby-ng-gnome2
 
index bd8d0292d07bb8d70d78cd2caaf2f50d16686ae6..aa595a67c0f79428a3755fc29a970116313725f6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit ruby-ng-gnome2
 
index 3fdd401e25a618d09e18269a50d8fdd11f8345db..171884a96a696112c708d43fe81b29e0a405b1eb 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit ruby-ng-gnome2
 
index 0f03ada174d1becdf9583aa2b25f2bb581e59198..171884a96a696112c708d43fe81b29e0a405b1eb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,15 +29,6 @@ all_ruby_prepare() {
        sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
 }
 
-each_ruby_prepare() {
-       case ${RUBY} in
-               *ruby19)
-                       # Avoid test with ruby20+ code.
-                       rm -f test/test-repository.rb || die
-                       ;;
-       esac
-}
-
 each_ruby_test() {
        ${RUBY} test/run-test.rb || die
 }