commit: 9ac38a97e14acfc14915c5042c33519c05dd072b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Nov 1 11:19:47 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Nov 1 11:20:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac38a97
dev-ruby/resolv: drop 0.6.0-r1, 0.6.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/resolv/Manifest | 2 -- dev-ruby/resolv/resolv-0.6.0-r1.ebuild | 42 --------------------------------- dev-ruby/resolv/resolv-0.6.1.ebuild | 43 ---------------------------------- 3 files changed, 87 deletions(-) diff --git a/dev-ruby/resolv/Manifest b/dev-ruby/resolv/Manifest index 5bcd01067870..c9f7e1e00804 100644 --- a/dev-ruby/resolv/Manifest +++ b/dev-ruby/resolv/Manifest @@ -1,4 +1,2 @@ -DIST resolv-0.6.0.tar.gz 34562 BLAKE2B ecf189e3e0f75ef2329f0b904c1edc224e617698b313bd503329fc44444b0eb766c681dfec632a23d0ac266ccf90558afc13561bb82932c5513006d7110a2851 SHA512 46e4b42277f85fceed0308714b3253b2245f647bf100e129c2245dfc9cdc8c1c1b431ef138c3391381096173e0c0c7b67dc2003c5a16ac969603bcf01467bb4e -DIST resolv-0.6.1.tar.gz 35296 BLAKE2B af6b445d5c7a18530c11482bff71eab3c96fd2ef67364545c1776402132b22412e754f690f6f42e1048cc85e7d4f87a173991bb735d2d6dcb2fd666567787292 SHA512 d0aa365726f6d2032c2d9725d1b106c607be5c95f57e424498259ad5561ceb97d218c5685da48339f3b9ca742d9f1cfe337118a2f2f7739a3ffb9ec43d59bc81 DIST resolv-0.6.2.tar.gz 35420 BLAKE2B b12cfcb45ce06c557ccee1926ec0dd141fd4ea11569d9ce53a6783ce751432b30c0444ff027a275291dc7e3d34b1ae53909129c2ad8da892b892b409424ce861 SHA512 9aac52aee6aa0b89b2f280fa48422bb79cee4db7408ab6508f032e5b32cadb0b3e299da8407831a81f14a0c685c1c373b76ac743ec406ee65030a7262dbe1ad3 DIST resolv-0.6.3.tar.gz 36479 BLAKE2B 6a27d4d46e05c98932a36c2e7f7ae2a23608bb2dcede210d33326c279135404964da4ab4e7683189b2a095464eb501b1bd847e4919b7a2e2724c172ab79a26eb SHA512 c6a817ccce5e239a9af0c1289929428b00ee461b047c40d91da6a952f183e28ce14057dfd57ea57b68500895ad35fefc2a1251784ae1acc2075786a04362ecfc diff --git a/dev-ruby/resolv/resolv-0.6.0-r1.ebuild b/dev-ruby/resolv/resolv-0.6.0-r1.ebuild deleted file mode 100644 index d1976f780b4a..000000000000 --- a/dev-ruby/resolv/resolv-0.6.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="resolv.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thread-aware DNS resolver library in Ruby" -HOMEPAGE="https://github.com/ruby/resolv" -SRC_URI="https://github.com/ruby/resolv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="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" - -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" - -all_ruby_prepare() { - sed -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # The extension is only compiled on win32 - sed -e '/if RUBY_ENGINE/ s/$/ and false/' \ - -i Rakefile || die -} - -each_ruby_install() { - each_fakegem_install - - # The extension is only compiled on Win32, but we still need to mark - # that task as done. - ruby_fakegem_extensions_installed -} diff --git a/dev-ruby/resolv/resolv-0.6.1.ebuild b/dev-ruby/resolv/resolv-0.6.1.ebuild deleted file mode 100644 index 0f062d15ace2..000000000000 --- a/dev-ruby/resolv/resolv-0.6.1.ebuild +++ /dev/null @@ -1,43 +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_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="resolv.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thread-aware DNS resolver library in Ruby" -HOMEPAGE="https://github.com/ruby/resolv" -SRC_URI="https://github.com/ruby/resolv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="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" - -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" - -all_ruby_prepare() { - sed -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # The extension is only compiled on win32 - sed -e '/if RUBY_ENGINE/ s/$/ and false/' \ - -i Rakefile || die -} - -each_ruby_install() { - each_fakegem_install - - # The extension is only compiled on Win32, but we still need to mark - # that task as done. - ruby_fakegem_extensions_installed -}
