commit: 7096643821befcf74fc885134a28ba79a569e3b1 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Dec 31 10:07:02 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Dec 31 10:29:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70966438
dev-ruby/ruby_version: drop 1.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby_version/Manifest | 1 - dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-ruby/ruby_version/Manifest b/dev-ruby/ruby_version/Manifest index bc325008d8e3..a0845d21a8d9 100644 --- a/dev-ruby/ruby_version/Manifest +++ b/dev-ruby/ruby_version/Manifest @@ -1,2 +1 @@ -DIST ruby_version-1.0.2.gem 24576 BLAKE2B 93283e11d49a4b981a64b7e61c68b93ab7abbc91c20de152e1936a1d57db54eec7e8d3aa756f96e52a531a3d72891724f53d3bc39f85e3be70d06d2958abef4d SHA512 638fa85d768a3975bd3eddbe71ef4c44a0cb4d135b44f746b1636cc02cdb4313331e41e35f7ed4f4a0132758d8264995ac8aa3e121abbeae5b95c62fe0d9132c DIST ruby_version-1.0.3.gem 8192 BLAKE2B 6585ae4ef9c3c7a968c35ce503696fcf64b10212147cf02171e6ed9be6059d9ba9d355bd4f5e848b16f78995c61d30bcd0ee6b37708854ce446bcb945c20acfc SHA512 8e03113f06a2d52f0e8ae89c4936bdb9b4d244be17303d178f2c7bcb129b655e7a7841e967322beaec0e16d46d05233542cc007d81a9b2d6e75e60e34dba612d diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild deleted file mode 100644 index 3f6d511a0673..000000000000 --- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="A class which offers a convenient DSL for checking for the right Ruby version" -HOMEPAGE="https://github.com/janlelis/ruby_version" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE=""
