commit:     07abb3782449f2942d8e93e5203f5b103c50741a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 22:31:58 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 22:31:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07abb378

dev-ruby/nokogiri: drop 1.15.3, 1.16.2

Bug: https://bugs.gentoo.org/923107
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-ruby/nokogiri/Manifest               |  2 -
 dev-ruby/nokogiri/nokogiri-1.15.3.ebuild | 95 -------------------------------
 dev-ruby/nokogiri/nokogiri-1.16.2.ebuild | 96 --------------------------------
 3 files changed, 193 deletions(-)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 4a852b7c2b92..a3f25af10d10 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,4 +1,2 @@
-DIST nokogiri-1.15.3-git.tgz 10767496 BLAKE2B 
d9d2abd3f57fd3f9e3e49e38de7559d5d9bad278166b4108d2edf4f90884256c01bf574cec8a15b6f30420c9f4d501707b710e3af0f32dc5cbcc01b4433c6662
 SHA512 
9084e97c81bca52c19cf2cd47dcf0d3377705ceda559399aa1cbf1e112845b2a796e34576f08a073377fb523a7a298254bda91563929535734700c31c473cb49
-DIST nokogiri-1.16.2-git.tgz 11014186 BLAKE2B 
8b34c586f3326278299786fec8b7513f61d7c147b453d984107d1d6896b42e8e59f078ac32577bebd71fc510e99087e80f8ea4eef822c73a41fc17c0ec079108
 SHA512 
844a47fcc9ad8677bed5486fd3437e9a685143afc8c8d71464301c14cc09e93827f3a91713df22f741434989adb24ed6d9144b3a4d0f3cb7f63fc83c2d3130a9
 DIST nokogiri-1.16.5-git.tgz 11014565 BLAKE2B 
0158c23c1479a4c05074906afbb1f7507814f73702bf6c4f5dbf90d130ad61cbd89e9be2957c59dc3a2f5bf1023d625c7c435220e168d76dbc524d314175cd52
 SHA512 
822acaf88f838e4b2b1840187e62d9d4424a0e552a850a2349541c114f58f3ca1ca83df2d1d1323275bb6847b79ea4afc87b6282c8ebc56094f1eb8b57dda217
 DIST nokogiri-1.16.6-git.tgz 11014594 BLAKE2B 
5a2becbbaf52d753569d778fcf2c84b521a30aa52abeb923970dbc8abea56277b807e70538032edfb883552c9385b7c225885cdbab111462f51a741a0b8d3bd5
 SHA512 
c90e0dcd9c90980344551a5b660e15cbdf1f42a139c123f936c728952f0d8d07f8ca4810cf6f8dd51070bff66398dca3cb29ed60f8e2242930233dd594efe843

diff --git a/dev-ruby/nokogiri/nokogiri-1.15.3.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.15.3.ebuild
deleted file mode 100644
index 201ad4a00c77..000000000000
--- a/dev-ruby/nokogiri/nokogiri-1.15.3.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md SECURITY.md"
-
-RUBY_FAKEGEM_GEMSPEC="nokogiri.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/nokogiri/extconf.rb)
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
-HOMEPAGE="https://nokogiri.org/";
-LICENSE="MIT"
-SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~arm64-macos"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${RDEPEND}
-       >=dev-libs/libxml2-2.11.4
-       >=dev-libs/libxslt-1.1.37
-       sys-libs/zlib
-       virtual/libiconv"
-DEPEND="${DEPEND}
-       >=dev-libs/libxml2-2.11.4
-       >=dev-libs/libxslt-1.1.38
-       >=sys-libs/zlib-1.2.13
-       virtual/libiconv"
-
-ruby_add_rdepend ">=dev-ruby/racc-1.4:0"
-
-ruby_add_bdepend "
-       dev-ruby/mini_portile2:2.8
-       >=dev-ruby/rexical-1.0.7
-       dev-ruby/rdoc
-       test? ( dev-ruby/minitest dev-ruby/rubyzip )"
-
-all_ruby_prepare() {
-       sed -i \
-               -e '/tasks\/cross_compile/s:^:#:' \
-               -e '/:test.*prerequisites/s:^:#:' \
-               -e '/license/ s:^:#:' \
-               Rakefile || die
-       # Remove the cross compilation options since they interfere with
-       # native building.
-       sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
-       sed -i -e '/cross_config_options/d' Rakefile || die
-
-       sed -e '/simplecov/,/^end/ s:^:#:' \
-               -e '/reporters/I s:^:#:' \
-               -i test/helper.rb || die
-
-       # There is no need for mini_portile2 to be a runtime dependency on 
Gentoo
-       sed -i -e '/mini_portile2/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-       NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
-               ${RUBY} -Cext/${PN} extconf.rb \
-               --with-zlib-include="${EPREFIX}"/usr/include \
-               --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
-               --with-iconv-include="${EPREFIX}"/usr/include \
-               --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
-               --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
-               --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
-               --with-xslt-dir="${EPREFIX}"/usr \
-               --with-iconvlib=iconv \
-               || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-       if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
-               ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
-       fi
-
-       if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
-               ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
-       fi
-
-       emake -Cext/${PN} \
-               V=1 \
-               CFLAGS="${CFLAGS} -fPIC" \
-               archflag="${LDFLAGS}" || die "make extension failed"
-       cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each {|f| require f}' 
|| die
-}

diff --git a/dev-ruby/nokogiri/nokogiri-1.16.2.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.16.2.ebuild
deleted file mode 100644
index 6842350c158e..000000000000
--- a/dev-ruby/nokogiri/nokogiri-1.16.2.ebuild
+++ /dev/null
@@ -1,96 +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_EXTRADOC="CHANGELOG.md README.md ROADMAP.md SECURITY.md"
-
-RUBY_FAKEGEM_GEMSPEC="nokogiri.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/nokogiri/extconf.rb)
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
-HOMEPAGE="https://nokogiri.org/";
-LICENSE="MIT"
-SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~arm64-macos"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="${RDEPEND}
-       >=dev-libs/libxml2-2.12.5
-       >=dev-libs/libxslt-1.1.39
-       sys-libs/zlib
-       virtual/libiconv"
-DEPEND="${DEPEND}
-       >=dev-libs/libxml2-2.12.5
-       >=dev-libs/libxslt-1.1.39
-       >=sys-libs/zlib-1.2.13
-       virtual/libiconv"
-
-ruby_add_rdepend ">=dev-ruby/racc-1.4:0"
-
-ruby_add_bdepend "
-       dev-ruby/mini_portile2:2.8
-       >=dev-ruby/rexical-1.0.7
-       dev-ruby/rdoc
-       test? ( dev-ruby/minitest dev-ruby/rubyzip )"
-
-all_ruby_prepare() {
-       sed -i \
-               -e '/tasks\/cross_compile/s:^:#:' \
-               -e '/:test.*prerequisites/s:^:#:' \
-               -e '/license/ s:^:#:' \
-               Rakefile || die
-       # Remove the cross compilation options since they interfere with
-       # native building.
-       sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
-       sed -i -e '/cross_config_options/d' Rakefile || die
-
-       sed -e '/reporters/I s:^:#:' \
-               -i test/helper.rb || die
-
-       # There is no need for mini_portile2 to be a runtime dependency on 
Gentoo
-       sed -i -e '/mini_portile2/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-       NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
-               ${RUBY} -Cext/${PN} extconf.rb \
-               --with-zlib-include="${EPREFIX}"/usr/include \
-               --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
-               --with-iconv-include="${EPREFIX}"/usr/include \
-               --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
-               --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
-               --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
-               --with-xslt-dir="${EPREFIX}"/usr \
-               --with-iconvlib=iconv \
-               || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-       if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
-               ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
-       fi
-
-       if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
-               ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
-       fi
-
-       emake -Cext/${PN} \
-               V=1 \
-               CFLAGS="${CFLAGS} -fPIC" \
-               archflag="${LDFLAGS}" || die "make extension failed"
-       cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-       MT_NO_PLUGINS=1 \
-       RUBY_MEMCHECK_RUNNING=true \
-       ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each {|f| require f}' 
|| die
-}

Reply via email to