summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-02-13 20:23:05 +0100
committerHans de Graaff <graaff@gentoo.org>2019-02-13 20:43:21 +0100
commit94113cfda302d4fb87872cca3a31c657c9cfee76 (patch)
treef7209342a729b198c5935f275bbb2778f7c41ccb /dev-ruby
parentdev-ruby/ruby-gobject-introspection: cleanup (diff)
downloadgentoo-94113cfda302d4fb87872cca3a31c657c9cfee76.tar.gz
gentoo-94113cfda302d4fb87872cca3a31c657c9cfee76.tar.bz2
gentoo-94113cfda302d4fb87872cca3a31c657c9cfee76.zip
dev-ruby/ruby-glib2: cleanup
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-glib2/Manifest3
-rw-r--r--dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild31
-rw-r--r--dev-ruby/ruby-glib2/ruby-glib2-3.2.9.ebuild31
-rw-r--r--dev-ruby/ruby-glib2/ruby-glib2-3.3.0.ebuild31
4 files changed, 0 insertions, 96 deletions
diff --git a/dev-ruby/ruby-glib2/Manifest b/dev-ruby/ruby-glib2/Manifest
index fa747f0b4b89..b403a5aea84a 100644
--- a/dev-ruby/ruby-glib2/Manifest
+++ b/dev-ruby/ruby-glib2/Manifest
@@ -1,5 +1,2 @@
DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152 SHA512 be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
-DIST ruby-gnome2-all-3.2.7.tar.gz 2290033 BLAKE2B 48abafe9c108f3a42b5da05edb6aa7ea6b508e313f65954481d3ce1f1c4497adfce52d83d491314f352fd057ac31fad63d2c1ec4b13fb0f6de1f6f9ab12d35c6 SHA512 94c273941918e49f140cd5dcc413421406e4b15ad244f6a4c29255030162aaae13dacb701c3df20a64ac6945b7cc4a5de0fa8bed21b4f119183641d298bc2030
-DIST ruby-gnome2-all-3.2.9.tar.gz 2305753 BLAKE2B a7db155431ba45cc35d5aeba1c2cd1d9b9da8dad4fbb914812a5eaa36f25a8f0e947f90c8e71f6d087852621fa139a22be0422af81934dd7b82844cf7fc02183 SHA512 e3f960852d97f2693f1ad6c26655232c74c99d9d98529dfed0ca922c57de1bf3444a7b3595e1a59ebd6b8064b7f5449f1eb774c09c085b74e5ce81b9354fd868
-DIST ruby-gnome2-all-3.3.0.tar.gz 2337060 BLAKE2B bdbdc081d65d1d41e86b25291a11440fbac5d5cac4bd03d8b665b3b803466788ff967f86b013d76781cfe370a55e126436c0de79c57f7eacd72fefa0b9a074a7 SHA512 0d113872e76c0adb512b97365e986e5c56ad053c1189479116a31a45023ee18af38b7393ef575a068f187b9e23254d0b616ece1c41aa48baf5dd25a39bc2a76a
DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild
deleted file mode 100644
index 46580192736c..000000000000
--- a/dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="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
-
- # Avoid native installer
- sed -i -e '/native-package-installer/ s:^:#:' lib/mkmf-gnome2.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.2.9.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-3.2.9.ebuild
deleted file mode 100644
index 223481132501..000000000000
--- a/dev-ruby/ruby-glib2/ruby-glib2-3.2.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="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
-
- # Avoid native installer
- sed -i -e '/native-package-installer/ s:^:#:' lib/mkmf-gnome2.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.3.0.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-3.3.0.ebuild
deleted file mode 100644
index 27277633767c..000000000000
--- a/dev-ruby/ruby-glib2/ruby-glib2-3.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-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
-
- # Avoid native installer
- sed -i -e '/native-package-installer/ s:^:#:' lib/mkmf-gnome2.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}