commit: cbb65469a2e66453bd2500b9d3ccdf1909feefde
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 22:10:06 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 22:10:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb65469
dev-ruby/ruby-gobject-introspection: Remove ruby19
Package-Manager: portage-2.2.28
.../ruby-gobject-introspection-2.2.3-r1.ebuild | 4 ++--
.../ruby-gobject-introspection-2.2.3.ebuild | 4 ++--
.../ruby-gobject-introspection-2.2.5.ebuild | 4 ++--
.../ruby-gobject-introspection-3.0.7.ebuild | 11 +----------
4 files changed, 7 insertions(+), 16 deletions(-)
diff --git
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild
index e86b26a..25aeb67 100644
---
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild
+++
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild
@@ -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
diff --git
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild
index bd8d029..aa595a6 100644
---
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild
+++
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild
@@ -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
diff --git
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild
index 3fdd401..171884a 100644
---
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild
+++
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild
@@ -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
diff --git
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
index 0f03ada..171884a 100644
---
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
+++
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
@@ -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
}