diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-18 08:43:31 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-18 08:55:30 +0200 |
commit | 885067db235506223e157955f0baf46d996c653f (patch) | |
tree | defe16fbbad7ff2987f3397e1c79eaabaff403bc /dev-ruby/typeprof | |
parent | dev-ruby/typed-array: enable ruby31 (diff) | |
download | gentoo-885067db235506223e157955f0baf46d996c653f.tar.gz gentoo-885067db235506223e157955f0baf46d996c653f.tar.bz2 gentoo-885067db235506223e157955f0baf46d996c653f.zip |
dev-ruby/typeprof: drop 0.13.0, 0.14.1, 0.15.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/typeprof')
-rw-r--r-- | dev-ruby/typeprof/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/typeprof/typeprof-0.13.0.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/typeprof/typeprof-0.14.1.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/typeprof/typeprof-0.15.1.ebuild | 32 |
4 files changed, 0 insertions, 99 deletions
diff --git a/dev-ruby/typeprof/Manifest b/dev-ruby/typeprof/Manifest index 1061cb827a90..eb6133c7c116 100644 --- a/dev-ruby/typeprof/Manifest +++ b/dev-ruby/typeprof/Manifest @@ -1,5 +1,2 @@ -DIST typeprof-0.13.0.tar.gz 498218 BLAKE2B f6b8566dd25cf08952c136bf59cc7f10f01609d8c2e7633054892f296c6c35cc0f0121e086f465d9ee97776d803829f27895e1544772bff33e3fdb562ad0b9df SHA512 dda9b5d84a2fc6473ddf71b897e13aac9675a4e4ef5dfe71fe6929a3025ac2b3ab051a5882d936112de86ecddb96e0b665741ba08748a6d94c6540bc13c171b0 -DIST typeprof-0.14.1.tar.gz 499209 BLAKE2B 5c6332f6c91ebb0fb451e108d3f4ea2523740c4097f09ccedd76821f79a9f94bf9eaba6dd0ffd6ea8e9985ec56d618c802accf08dd70c92bea860fb3729f219f SHA512 071d379b304a5b37770bc86001c3e2074f11749e439f0debf311c4afdd183814c5e168baefbe3f4866e57c3b82e3d7d006201dc1cf25c6ce924e92e61c945344 -DIST typeprof-0.15.1.tar.gz 502007 BLAKE2B ffea92db2fd227f0632b07e086d51dc11c2cd21f737296cc3eae9839c52eaa085a383b460a88776387a58281d75b13cc62838e069fa5e8d575f443e799adead4 SHA512 281dd8ee4b5393c6ec177ce50018f95ed8aa8ba393bf1eca1b4f24d5431de38a76c3f87cc55c4546e41364cb921b707b6850c24fb727597a6d24c62785d09f06 DIST typeprof-0.15.2.tar.gz 501984 BLAKE2B 4139de379539dce54c350fb1da09d87ca7251274738b81b9c098f27539f8cc20757aaf053efd4c089b88a7c08050a8e612ea6c1b71ad1a007c4c634ecd6e7564 SHA512 c94b74f0a0f8f87477f80615677a5c6479d3e326564f2d67c17e4e7f7e71ef5817fe6163d14fdd45fc9bb3de2420f8b09f68f0d031962fb5bafc478679cee331 DIST typeprof-0.21.2.tar.gz 1073317 BLAKE2B fda97cf6535937deca51f922f39ad580383420e025f8c5a418e483108e82f5d38063064102698f2ef405f7a0bf2f83ebcbb7ac7fabc32ead320e3af9d74b7cfb SHA512 53e9657ee0c98e131e8ec70400cb775cf643910e8985767742b50fda99285f33f787d810bcad08d9d633265577731a95fcf9a4e7568e4d6b0b603f14a6c10828 diff --git a/dev-ruby/typeprof/typeprof-0.13.0.ebuild b/dev-ruby/typeprof/typeprof-0.13.0.ebuild deleted file mode 100644 index 495c43dbf0b6..000000000000 --- a/dev-ruby/typeprof/typeprof-0.13.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_GEMSPEC="typeprof.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Performs a type analysis of non-annotated Ruby code" -HOMEPAGE="https://github.com/ruby/typeprof" -SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -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_rdepend ">=dev-ruby/rbs-1.0.0" - -all_ruby_prepare() { - # Avoid tests that download live code using git - rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die - - sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/typeprof/typeprof-0.14.1.ebuild b/dev-ruby/typeprof/typeprof-0.14.1.ebuild deleted file mode 100644 index 54c0c82ba183..000000000000 --- a/dev-ruby/typeprof/typeprof-0.14.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_GEMSPEC="typeprof.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Performs a type analysis of non-annotated Ruby code" -HOMEPAGE="https://github.com/ruby/typeprof" -SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~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_rdepend ">=dev-ruby/rbs-1.2.0" - -all_ruby_prepare() { - # Avoid tests that download live code using git - rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die - - sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/typeprof/typeprof-0.15.1.ebuild b/dev-ruby/typeprof/typeprof-0.15.1.ebuild deleted file mode 100644 index ac6c1869b325..000000000000 --- a/dev-ruby/typeprof/typeprof-0.15.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_GEMSPEC="typeprof.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Performs a type analysis of non-annotated Ruby code" -HOMEPAGE="https://github.com/ruby/typeprof" -SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~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_rdepend ">=dev-ruby/rbs-1.3.1" - -all_ruby_prepare() { - # Avoid tests that download live code using git - rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die - - sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die -} |