From ca6ccb4a7e65e0564b3f06f8a7336777457798c1 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 25 Apr 2021 08:10:36 +0200 Subject: dev-ruby/rbs: cleanup Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Hans de Graaff --- dev-ruby/rbs/Manifest | 3 --- dev-ruby/rbs/rbs-1.0.0.ebuild | 34 ---------------------------------- dev-ruby/rbs/rbs-1.0.4.ebuild | 36 ------------------------------------ dev-ruby/rbs/rbs-1.1.0.ebuild | 36 ------------------------------------ 4 files changed, 109 deletions(-) delete mode 100644 dev-ruby/rbs/rbs-1.0.0.ebuild delete mode 100644 dev-ruby/rbs/rbs-1.0.4.ebuild delete mode 100644 dev-ruby/rbs/rbs-1.1.0.ebuild diff --git a/dev-ruby/rbs/Manifest b/dev-ruby/rbs/Manifest index bdc0f6217fbe..129b853ca065 100644 --- a/dev-ruby/rbs/Manifest +++ b/dev-ruby/rbs/Manifest @@ -1,5 +1,2 @@ -DIST rbs-1.0.0.tar.gz 497065 BLAKE2B 3cd0d583f3048e11c70882c783766ed4bcd5e464562900d4528da2218a7fcc773be8b36eb79a517314cba0db8360d6b9312531fd07b618d70575c7aef54d0efc SHA512 512e8abd883403697fde537844c99a0780e9f8d1dc59ff827c0372274573967981735065b670afed50c13ca87c6abc44bc6cf47caa9cdc6e6c117c6d0907c405 -DIST rbs-1.0.4.tar.gz 512875 BLAKE2B 7d301e2f6c20d13249e031e8728089ac6291a1ab9bfd81513dae1633604bd45b16bef94c7ccc680c8f78e4a954aab29dc5d1025b05b5f8e00e830c09c5192b3f SHA512 d998a1613b7653278460f5cee19f38bbdd13aa46d9deb8e4da8fd710a78c6ede2784580481cad43700f3d2c4c51d0d0b70eac23b156215ad3df2d227d1f6a3b6 DIST rbs-1.0.6.tar.gz 519090 BLAKE2B 1614320b8f77fcf4880cec6b7e4dc5fcb6b73f59410aa4dc51fb61b2868313acb242dc5a572c6cb96d9a819bade4b1d3aee2196189ea3fcc84d718ebbe9ff1d7 SHA512 a63c5781e6f73e998ea10c1a821d4f33388387caf6cd8e1ea607a9cd009d3f793e59c93b140e2539291a6b1d50b6ac40be7b484a8de0594f0ccff8a2db1e8425 -DIST rbs-1.1.0.tar.gz 547367 BLAKE2B 56bcc83923a55f7f80ab3439bd9350f1b5d2c97dafc2d74d47c02ffccf7995f975cc8ac6f0cb1b103720a5dc4b6e98f078031689ae09ddea623da89de6e941a0 SHA512 4784ba848b4cee6187538793eeea0caa6e4d3f147a23d6ac9289b14ba4c481b55469d2885d271c1f2bfd39d1709e3d62daed52fb7e7935f96282b180286bea05 DIST rbs-1.1.1.tar.gz 547506 BLAKE2B 5bfb64214d4fe0d19ec1c633b3f42567d2615fb0ed34ec78dd3defa3d185adbeab71ad523285d2877babcac4bb61ed2ec60eba80871cd4c631a2017f49768488 SHA512 f31894c1a52679241ef04f03d1aff545f9cc53a460d8933b7064b8403bbd6ef46fbfcdbda00189b158770389bba38b3978ad7d5dd0e7e0594540841e237adfc2 diff --git a/dev-ruby/rbs/rbs-1.0.0.ebuild b/dev-ruby/rbs/rbs-1.0.0.ebuild deleted file mode 100644 index f5fb2dd22c4a..000000000000 --- a/dev-ruby/rbs/rbs-1.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib" - -RUBY_FAKEGEM_GEMSPEC="rbs.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="The language for type signatures for Ruby and standard library definitions" -HOMEPAGE="https://github.com/ruby/rbs" -SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/bundler )" - -all_ruby_prepare() { - # Avoid JSON schema validation tests due to a large dependency stack - # that would be needed. - rm -f test/rbs/schema_test.rb || die - - sed -i -e '/def test_paths/askip "Different paths in Gentoo test environment"' test/rbs/cli_test.rb || die -} diff --git a/dev-ruby/rbs/rbs-1.0.4.ebuild b/dev-ruby/rbs/rbs-1.0.4.ebuild deleted file mode 100644 index 74d2c248f835..000000000000 --- a/dev-ruby/rbs/rbs-1.0.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib" - -RUBY_FAKEGEM_GEMSPEC="rbs.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="The language for type signatures for Ruby and standard library definitions" -HOMEPAGE="https://github.com/ruby/rbs" -SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit )" - -all_ruby_prepare() { - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid JSON schema validation tests due to a large dependency stack - # that would be needed. - rm -f test/rbs/schema_test.rb || die - - sed -i -e '/def test_paths/aomit "Different paths in Gentoo test environment"' test/rbs/cli_test.rb || die -} diff --git a/dev-ruby/rbs/rbs-1.1.0.ebuild b/dev-ruby/rbs/rbs-1.1.0.ebuild deleted file mode 100644 index 74d2c248f835..000000000000 --- a/dev-ruby/rbs/rbs-1.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib" - -RUBY_FAKEGEM_GEMSPEC="rbs.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="The language for type signatures for Ruby and standard library definitions" -HOMEPAGE="https://github.com/ruby/rbs" -SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit )" - -all_ruby_prepare() { - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid JSON schema validation tests due to a large dependency stack - # that would be needed. - rm -f test/rbs/schema_test.rb || die - - sed -i -e '/def test_paths/aomit "Different paths in Gentoo test environment"' test/rbs/cli_test.rb || die -} -- cgit v1.2.3-65-gdbad