commit:     dbe56bead7831c920dd384376d90fbee35cd79b9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  7 18:12:05 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul  7 19:00:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe56bea

dev-ruby: remove partial ruby-gnome2 bump to 3.1.3

These ebuilds are not complete and unkeyworded. Newer versions are
already available upstream.

 dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild            | 27 -----------------
 .../ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild   | 35 ----------------------
 dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild        | 28 -----------------
 dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild          | 34 ---------------------
 dev-ruby/ruby-pango/ruby-pango-3.1.3.ebuild        | 29 ------------------
 5 files changed, 153 deletions(-)

diff --git a/dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild 
b/dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild
deleted file mode 100644
index a2df088dfb9..00000000000
--- a/dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Atk bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND+=" dev-libs/atk"
-RDEPEND+=" dev-libs/atk"
-
-ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
-
-all_ruby_prepare() {
-       # Avoid unneeded dependency on test-unit-notify.
-       sed -i -e '/notify/ s:^:#:' test/atk-test-utils.rb || die
-
-       # Avoid compilation of dependencies during test.
-       sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-}
-
-each_ruby_test() {
-       ${RUBY} test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild 
b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild
deleted file mode 100644
index 980f635e4dc..00000000000
--- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_NAME="gdk_pixbuf2"
-
-inherit ruby-ng-gnome2
-
-RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
-
-DESCRIPTION="Ruby GdkPixbuf2 bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" x11-libs/gtk+:2"
-
-ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
-
-each_ruby_configure() {
-       :
-}
-
-each_ruby_compile() {
-       :
-}
-
-each_ruby_test() {
-       ${RUBY} test/run-test.rb || die
-}
-
-each_ruby_install() {
-       each_fakegem_install
-}

diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild 
b/dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild
deleted file mode 100644
index f28c14664b6..00000000000
--- a/dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Glib2 bindings"
-#KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-RDEPEND+=" >=dev-libs/glib-2"
-DEPEND+=" >=dev-libs/glib-2"
-
-ruby_add_bdepend "dev-ruby/pkg-config
-       test? ( >=dev-ruby/test-unit-2 )"
-
-all_ruby_prepare() {
-       # Skip spawn tests since our sandbox also provides items in the 
environment and this makes the test fragile.
-       rm -f test/test_spawn.rb || die
-
-       # Remove pregenerated Makefile since it will otherwise be shared by all 
targets.
-       rm -f Makefile Makefile.lib ext/glib2/Makefile || die
-}
-
-each_ruby_test() {
-       ${RUBY} test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild 
b/dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild
deleted file mode 100644
index 811d0e88a53..00000000000
--- a/dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit virtualx ruby-ng-gnome2
-
-DESCRIPTION="Ruby Gtk2 bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND+=" x11-libs/gtk+:2
-       x11-themes/hicolor-icon-theme"
-RDEPEND+=" x11-libs/gtk+:2"
-
-ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}
-       >=dev-ruby/ruby-pango-${PV}"
-ruby_add_rdepend ">=dev-ruby/ruby-gdkpixbuf2-${PV}
-       >=dev-ruby/ruby-atk-${PV}
-       >=dev-ruby/ruby-pango-${PV}"
-
-all_ruby_prepare() {
-       # Avoid compilation of dependencies during test.
-       sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-
-       # Use standard icon
-       sed -i -e 's/"find"/"call-start"/' test/test_gtk_icon_theme.rb || die
-}
-
-each_ruby_test() {
-       VIRTUALX_COMMAND=${RUBY}
-       virtualmake test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-pango/ruby-pango-3.1.3.ebuild 
b/dev-ruby/ruby-pango/ruby-pango-3.1.3.ebuild
deleted file mode 100644
index b6b1d2fad7c..00000000000
--- a/dev-ruby/ruby-pango/ruby-pango-3.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Pango bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND+=" >=x11-libs/pango-1.2.1"
-RDEPEND+=" >=x11-libs/pango-1.2.1"
-
-ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}
-       >=dev-ruby/rcairo-1.14.0"
-ruby_add_bdepend ">=dev-ruby/rcairo-1.14.0"
-
-all_ruby_prepare() {
-       # Remove test depending on specific locales to be set up: bug 526248
-       rm -f test/test-language.rb || die
-
-       # Avoid compilation of dependencies during test.
-       sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-}
-
-each_ruby_test() {
-       ${RUBY} test/run-test.rb || die
-}

Reply via email to