commit: fd781d3f1160f47e23f5968518e95b7d50e292b4 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 10:09:37 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 10:09:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd781d3f
dev-ruby/sqlite3: drop 2.7.0, 2.7.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/sqlite3/Manifest | 2 -- dev-ruby/sqlite3/sqlite3-2.7.0.ebuild | 66 ----------------------------------- dev-ruby/sqlite3/sqlite3-2.7.2.ebuild | 66 ----------------------------------- 3 files changed, 134 deletions(-) diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest index 48ed967a1a23..a4da02e7f0d6 100644 --- a/dev-ruby/sqlite3/Manifest +++ b/dev-ruby/sqlite3/Manifest @@ -1,6 +1,4 @@ DIST sqlite3-1.7.3.gem 3307008 BLAKE2B 0df742c7cb4a8f920196106b5701eae07e60e668f040ca6e3276afdd0dfdeed3fb19ed455425f332e13082ca740f42d914536ccdf565ed151b6eb0f6ccd7c676 SHA512 b6ed36a5618134ca1f993b21a351ac279ebb7e1370be521eae67ed9224a1fac11d71ddd7573b3b14da47657756cb68b3eab0164b6e6ed058d3f64fa95699bc2f DIST sqlite3-2.6.0.tar.gz 94405 BLAKE2B f59eae6d25c6ee6585fb6047805281d30b3e86fe077d9ab0c91486a19eba643bb9096aea711331b3bded0b6237bfb3cbdc8055d3949104309271c4b0c1c42234 SHA512 f2ade31c4f179a6a3f7474679e029d98106523d7b27b05ce80d3ee8efa2c9bad0154470c37dc3e95d27ad47a39590f0724c7855ef43c58a380419621b7077453 -DIST sqlite3-2.7.0.tar.gz 94649 BLAKE2B cfc361e0826767b9dd064a13a556bb8fba7f652d93ccdc1ad5b3e5a27cf068850944c362703a5cda17c85da71bfca5c80cf7aea9fa1212aa9afd3ebae24189c6 SHA512 14434fdbf73f324da424e8a8911f894bd8a6ebeb862cfb5786a4046408f358f299af2c815a0c5433cf5eb88627113811e964f00c3890ec703ef4c4f33160f36f -DIST sqlite3-2.7.2.tar.gz 95210 BLAKE2B 865342d2500d1ebe91504963922e542bec7c2d123c9d15fe1e370a377e0533e5bbaf46430e636986fc707b7088330398f20003f4841275dee8755196cbd95f26 SHA512 d172231e2a2ec4cef27585e46c868af75f1e8927f6f95a10f3e279fcc04df23c945ffdb49ab543e4d0759dd7d2ef985629217f7a931e341f3fbe04958bb7abc8 DIST sqlite3-2.7.3.tar.gz 94800 BLAKE2B 08036a1078818c6e6c5c67d922aa8ebcb05dbd8f2a1789e52af5014e41a39f9c5a9b373e356f99919c2227fc62996e2e87198f6253a102af03076e614f072fa2 SHA512 30015de31653b6dbec699a8245172b2db921c7f2c5c74872f926ceec06226bb43545f3caa89a6cc846761dcd3e291e8d9508cc787a1f520eda036df01f03e30e DIST sqlite3-2.7.4.tar.gz 94824 BLAKE2B f7726bebfa44fb724c23c58b5a20c733c31a916224cefc0da2fac5390cec0c87fa2a8377e0a01fa824a4bd3dcdd7e46feecca14feb06d0265a095b0564e52a84 SHA512 eba6eb50ec017f66996e4bb4491d22579912f323aeaa6d0ec57465ddda71acefe8c12d582eb2fc8aa85691c6420ea6b30b697cf208479a40afbbc82ad7ad4f2d diff --git a/dev-ruby/sqlite3/sqlite3-2.7.0.ebuild b/dev-ruby/sqlite3/sqlite3-2.7.0.ebuild deleted file mode 100644 index f63c182faa5c..000000000000 --- a/dev-ruby/sqlite3/sqlite3-2.7.0.ebuild +++ /dev/null @@ -1,66 +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" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_TASK_DOC="faq" -RUBY_FAKEGEM_DOCDIR="doc faq" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_EXTENSIONS=(ext/sqlite3/extconf.rb) -RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/sqlite3 -RUBY_FAKEGEM_GEMSPEC="sqlite3.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="An extension library to access a SQLite database from Ruby" -HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby" -SRC_URI="https://github.com/sparklemotion/sqlite3-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="sqlite3-ruby-${PV}" -LICENSE="BSD" - -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="doc test" - -# We track the bundled sqlite version here -RDEPEND=">=dev-db/sqlite-3.50.1:3" -DEPEND=">=dev-db/sqlite-3.50.1:3" - -ruby_add_bdepend " - doc? ( dev-ruby/rdoc ) - test? ( dev-ruby/minitest:5 ) -" - -all_ruby_prepare() { - sed -i -e 's/enable_config("system-libraries")/true/' ext/sqlite3/extconf.rb || die - - # Remove the runtime dependency on mini_portile2. We build without - # it and it is not a runtime dependency for us. - sed -e '/mini_portile2/ s:^:#:' \ - -e '/WARNING/ s:^:#:' \ - -e "s/0.0.0/${PV}/" \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid a failing spec for reprepares stats. Upstream indicates that - # the stats data should not be relied on other than for human - # debugging. - sed -e '/def test_stat_reprepares/askip "Fails on Gentoo"' \ - -i test/test_statement.rb || die -} - -all_ruby_compile() { - all_fakegem_compile - - if use doc; then - rdoc --title "${P} Documentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die - rm -f doc/js/*.gz || die - fi -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/sqlite3/sqlite3-2.7.2.ebuild b/dev-ruby/sqlite3/sqlite3-2.7.2.ebuild deleted file mode 100644 index c9fde5063cdc..000000000000 --- a/dev-ruby/sqlite3/sqlite3-2.7.2.ebuild +++ /dev/null @@ -1,66 +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" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_TASK_DOC="faq" -RUBY_FAKEGEM_DOCDIR="doc faq" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_EXTENSIONS=(ext/sqlite3/extconf.rb) -RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/sqlite3 -RUBY_FAKEGEM_GEMSPEC="sqlite3.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="An extension library to access a SQLite database from Ruby" -HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby" -SRC_URI="https://github.com/sparklemotion/sqlite3-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="sqlite3-ruby-${PV}" -LICENSE="BSD" - -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="doc test" - -# We track the bundled sqlite version here -RDEPEND=">=dev-db/sqlite-3.50.2:3" -DEPEND=">=dev-db/sqlite-3.50.2:3" - -ruby_add_bdepend " - doc? ( dev-ruby/rdoc ) - test? ( dev-ruby/minitest:5 ) -" - -all_ruby_prepare() { - sed -i -e 's/enable_config("system-libraries")/true/' ext/sqlite3/extconf.rb || die - - # Remove the runtime dependency on mini_portile2. We build without - # it and it is not a runtime dependency for us. - sed -e '/mini_portile2/ s:^:#:' \ - -e '/WARNING/ s:^:#:' \ - -e "s/0.0.0/${PV}/" \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid a failing spec for reprepares stats. Upstream indicates that - # the stats data should not be relied on other than for human - # debugging. - sed -e '/def test_stat_reprepares/askip "Fails on Gentoo"' \ - -i test/test_statement.rb || die -} - -all_ruby_compile() { - all_fakegem_compile - - if use doc; then - rdoc --title "${P} Documentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die - rm -f doc/js/*.gz || die - fi -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die -}
