commit:     10a4e4dc8be413445e755023c84a98079be06659
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 05:00:09 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May  8 05:06:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a4e4dc

dev-ruby/bigdecimal: drop 3.1.4-r1, 3.1.5, 3.1.6

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

 dev-ruby/bigdecimal/Manifest                   |  3 ---
 dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild | 32 --------------------------
 dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild    | 32 --------------------------
 dev-ruby/bigdecimal/bigdecimal-3.1.6.ebuild    | 32 --------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-ruby/bigdecimal/Manifest b/dev-ruby/bigdecimal/Manifest
index 9980a6507a98..8f6742c4b6c7 100644
--- a/dev-ruby/bigdecimal/Manifest
+++ b/dev-ruby/bigdecimal/Manifest
@@ -1,5 +1,2 @@
-DIST bigdecimal-3.1.4.tar.gz 115069 BLAKE2B 
7c7df4ceac6caa44414cf2fe4e16ee21b8d4a868097e5a6d3e7bdae8521b572b6facae5023fac28dafe9a659a93f0cb56ef2762f84b85959358ee9a33be687b1
 SHA512 
5e89906d4df0890d61ddca9cc88549acac6c94fc7267975a0ad8684855283c60a2f5fbd48051569c33fa513b6c25485d474446066911577f8cad00c26b57cd43
-DIST bigdecimal-3.1.5.tar.gz 105064 BLAKE2B 
472f364f34ab37478e7d6570bb7cd9a35a82f973ef09806fc9229793392a5daa2f66b2303a75ca43b098c7413c9a358ffe07bd592d499d671bac5136690b2b11
 SHA512 
fd6c463412dbe626e98cffaf977967eb5bbaa15670131132e16050470184443b0d773ede9df1a8196f7f2c0362060f7d79727a970ad5bd6b4031d5875867b8c5
-DIST bigdecimal-3.1.6.tar.gz 104969 BLAKE2B 
50c90c9d7fbce71d9a4ac1c32d6340ce07101e87cea4597c1365bdd84d24811cea2c65b7c7afb9a9d66125527ade7cc1c090aae77541d86b91d4d6990bb3cd59
 SHA512 
e44278f9d193575f27fd63a9a9687529295a65413ff98f07c1278328304acc4a5f9d3e1367f5bccab515f2b209465d0147661fe7f822bea901466d9dd33324c0
 DIST bigdecimal-3.1.7.tar.gz 104984 BLAKE2B 
0c0a97d120edce1946bd134f810ccb7f068465d678f3396b39a6e0e540dcefe03c5b8d2cee90f5c96481513065f4645bfbfcc10116bac6b80f7e22344a34024e
 SHA512 
567dcbd010d4879c74286f440082ea9e9b9873c53ab208db4e96a21c5d8c786c6e622a29698e9e9202803b6bf2fcef1d15ff24b784184738664c4be847d2d749
 DIST bigdecimal-3.1.8.tar.gz 105551 BLAKE2B 
5bd35c9a719e99dd94f4386c3d7202553add779bf2724e44476cc64488715353e242150308671a4ed1c1ac2a1087035db7cb3a7234191dc4c41c606fe813040a
 SHA512 
4f3c07d4111261c74f74d757040f979e2d486c3df06f470e8f2c801d9fa8e9b6c2a0e0bbf353f8c2006685c4530bcb1d5c9a9f7c208e5fd549a5283939bdd519

diff --git a/dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild 
b/dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild
deleted file mode 100644
index d2aa1a8266e2..000000000000
--- a/dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/bigdecimal/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="bigdecimal.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Arbitrary-precision decimal floating-point number library for 
Ruby"
-HOMEPAGE="https://github.com/ruby/bigdecimal";
-SRC_URI="https://github.com/ruby/bigdecimal/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE="test"
-
-all_ruby_prepare() {
-       sed -e '/^source_version/,/^end/ s:^:#:' \
-               -e "/s.version/ s/= source_version/= '${PV}'/" \
-               -e "/s.name/ s/= name/= 'bigdecimal'/" \
-               -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/bigdecimal/bigdecimal-3.1.5.ebuild 
b/dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild
deleted file mode 100644
index da315d9f8d8d..000000000000
--- a/dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/bigdecimal/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="bigdecimal.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Arbitrary-precision decimal floating-point number library for 
Ruby"
-HOMEPAGE="https://github.com/ruby/bigdecimal";
-SRC_URI="https://github.com/ruby/bigdecimal/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE="test"
-
-all_ruby_prepare() {
-       sed -e '/^source_version/,/^end/ s:^:#:' \
-               -e "/s.version/ s/= source_version/= '${PV}'/" \
-               -e "/s.name/ s/= name/= 'bigdecimal'/" \
-               -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/bigdecimal/bigdecimal-3.1.6.ebuild 
b/dev-ruby/bigdecimal/bigdecimal-3.1.6.ebuild
deleted file mode 100644
index 26898456a09b..000000000000
--- a/dev-ruby/bigdecimal/bigdecimal-3.1.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/bigdecimal/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="bigdecimal.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Arbitrary-precision decimal floating-point number library for 
Ruby"
-HOMEPAGE="https://github.com/ruby/bigdecimal";
-SRC_URI="https://github.com/ruby/bigdecimal/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE="test"
-
-all_ruby_prepare() {
-       sed -e '/^source_version/,/^end/ s:^:#:' \
-               -e "/s.version/ s/= source_version/= '${PV}'/" \
-               -e "/s.name/ s/= name/= 'bigdecimal'/" \
-               -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