commit:     cf18a195e5008ec5acd82ff0d072ee788ab167b2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 07:20:08 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 07:22:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf18a195

dev-ruby/erb: drop 5.0.1, 5.0.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/erb/Manifest         |  1 -
 dev-ruby/erb/erb-5.0.1.ebuild | 34 ----------------------------------
 dev-ruby/erb/erb-5.0.2.ebuild | 34 ----------------------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-ruby/erb/Manifest b/dev-ruby/erb/Manifest
index f058bc32eedb..05db4d83f4ef 100644
--- a/dev-ruby/erb/Manifest
+++ b/dev-ruby/erb/Manifest
@@ -1,4 +1,3 @@
-DIST erb-5.0.1.tar.gz 21724 BLAKE2B 
3f5b181f84683cb41b7cc83901cb9de7cf2ac8efd1f200732cc21767283c232e9313c5547a841e00fbbefb8dd50726f839d7d2bebf694f45baf95c8f99fb810c
 SHA512 
eae664c1afcebb583900242cd6b4a446f334ae1cab163028af631293f361971a46f0cd3171d3de0ba10f1f1798bfc7a92e3090f437ca779be4e3c0f440209224
 DIST erb-5.0.2.tar.gz 21822 BLAKE2B 
0bbe198a230eda6a38ab8d059101d573d175dc8b63bbb8d325d5784f2c4f1fca408f47dd8dd029627a12d812156df77bac09fdcf88ce31da1068d7f58b32b716
 SHA512 
2dd7d6c450abcf2ece916112d36a25aced01843c00c367555d5f626a15765bb2155ba0273f12d40af57684a205377caeb0d318bcddea9b15c169d8bb68df6e3f
 DIST erb-5.0.3.tar.gz 29689 BLAKE2B 
e4873a0f1a79466717d63e45bc10536f903881d6ea67b3a4cf8c5eb7af5eac9b40ffb6f2ba56789c762c3546bcd84c8b63ae9c0909840cc749b761f5f88c1cdf
 SHA512 
114279238ce25b0f5d7fbca43d5464fa27963b41eca33ecd142e8353899a8c8c2f216805d6a989d99849fa71c09a83fadd4c698c2d2b21651b0f50307a97eef9
 DIST erb-5.1.0.tar.gz 29813 BLAKE2B 
72a4065b3f4574e73c8a0297064e55735820b63017492f3c9ded5a978cf40f34c1fa611849184c62437a4151003fb2737502c83aae9a4e7045c402efada8ba5e
 SHA512 
5c1d36de6a3988f547f6e5d6bdf5a3675f39262e504ef609589078fb3802417dcd7751a64830209d1c6dd1f568114ac9b0432562f9e3d9cc2b259dd175f0485b

diff --git a/dev-ruby/erb/erb-5.0.1.ebuild b/dev-ruby/erb/erb-5.0.1.ebuild
deleted file mode 100644
index b10a29850300..000000000000
--- a/dev-ruby/erb/erb-5.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby32 ruby33 ruby34"
-
-# There is an erb binary in exe but that would conflict with the ruby
-# built-in version.
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/erb/escape/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/erb"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="erb.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An easy to use but powerful templating system for Ruby"
-HOMEPAGE="https://github.com/ruby/erb";
-SRC_URI="https://github.com/ruby/erb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-
-all_ruby_prepare() {
-       sed -e "s:_relative ': './:" \
-               -e 's/git ls-files -z/find * -print0/' \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -rtest/lib/helper -e 
"Dir['test/**/test_*.rb'].each { require _1 }" || die
-}

diff --git a/dev-ruby/erb/erb-5.0.2.ebuild b/dev-ruby/erb/erb-5.0.2.ebuild
deleted file mode 100644
index b10a29850300..000000000000
--- a/dev-ruby/erb/erb-5.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby32 ruby33 ruby34"
-
-# There is an erb binary in exe but that would conflict with the ruby
-# built-in version.
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/erb/escape/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/erb"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="erb.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An easy to use but powerful templating system for Ruby"
-HOMEPAGE="https://github.com/ruby/erb";
-SRC_URI="https://github.com/ruby/erb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-
-all_ruby_prepare() {
-       sed -e "s:_relative ': './:" \
-               -e 's/git ls-files -z/find * -print0/' \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -rtest/lib/helper -e 
"Dir['test/**/test_*.rb'].each { require _1 }" || die
-}

Reply via email to