commit: 195ff337f78140c9295209290bed65d170f73417 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 15 12:03:07 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 12:08:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195ff337
dev-ruby/net-imap: drop 0.5.10, 0.5.11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/net-imap/Manifest | 2 -- dev-ruby/net-imap/net-imap-0.5.10.ebuild | 43 -------------------------------- dev-ruby/net-imap/net-imap-0.5.11.ebuild | 43 -------------------------------- 3 files changed, 88 deletions(-) diff --git a/dev-ruby/net-imap/Manifest b/dev-ruby/net-imap/Manifest index 9da341dab39f..5ae1101e147f 100644 --- a/dev-ruby/net-imap/Manifest +++ b/dev-ruby/net-imap/Manifest @@ -1,6 +1,4 @@ DIST net-imap-0.4.20.tar.gz 268236 BLAKE2B f08faaa7e9d05f1e36ba1fb2e91c6e094d36a4f102677dff4e412710e0f6ada981937c9254c8232d8c194d2234a4338c189a7a3405eee4a0d6aacdbf14d00cf0 SHA512 3eb31fbc8fa781dd91a721e7060ebeb9d6937e9026479ab8a9d799ca695afe7f37266745a0b3317cb948a1ce6c1b451c56c5543802cb858d14c8a5cacbd374b1 DIST net-imap-0.4.22.tar.gz 269166 BLAKE2B c1e5fecf92fb39ae7f6b25fdd61a2c52d00b13a55d70d7c5b92e5289b569fcf95e7b180f461257b61db474eebc32e11ffbe36facd1c02e445dbf78a94d33dc0b SHA512 0de1560423de45f919e96b194a0fded068ea9757c3c6de2ec57f82d60be0fdd95359b95389b0928d8a6de0b953140cb1fc8e13394557e36dea29b06b5c414939 -DIST net-imap-0.5.10.tar.gz 308280 BLAKE2B 3d6c9cfa304501f943910cff4b30901d1b6a04d9e9fc8fe24e643dd2b1d4d013d67dd8ad83abcc79f7f48016bbc16ed24f264bf9c98013358e9929e5832cee31 SHA512 a0995e6f578279512352e5806b6ace8bd7e4e88b10dbcf0c69506d2ab652c8138d8a0dfd9ad1d868e76fdc243d75532e89d4be2dde8e8887bcaed1478df48b11 -DIST net-imap-0.5.11.tar.gz 309512 BLAKE2B 6a757a0856428c3292bad2f85d1a6b4774ec75965119251d53412f0937926d3d9729f5d361d62abf7ee2ee6c000ba6183bb4cc6c86707078d0cf0ff52a9aa3f1 SHA512 89d0c1d26490c05c05e78a4944dcdea1c45afb3d62222ccb0ffe26f6c2bd2193e0f9a13b31a5b10d67a776f47dca910d89199aabc14e42917fd96317923a8db1 DIST net-imap-0.5.12.tar.gz 310091 BLAKE2B 6a2bae76b90a69d055e4eff0e432bae8eb52032f9d259ed9e3353f23417da2ccddc920f9819a75dae46c00d9aa8e3245375ac6fe4e20621b52982cd364a08e28 SHA512 6fb0e695d4b53418225a3f3d9bc09345211718325f3ebd05911aac288a31c8920c57256cf47e7e15cef6b6a2689674f2e8385e0cb8249bcb59490317cf964377 DIST net-imap-0.6.0.tar.gz 313352 BLAKE2B 6e62c1a24ccf4ae33b89bb2b97da838e8a07ba971b1ebdc154de5ca4f703462660ba56edb501065e18bc5649effb426439a9ecc660ccb9ae495889db690d7843 SHA512 fc9bc88f4f02544dd0e35360b5e5e2b9095ebb38abc2e696802ba4eca996d4a946654c7d5ef8d16b5a9b1e0bdffde738ace7f02e413f16e7e57de637b95a9680 diff --git a/dev-ruby/net-imap/net-imap-0.5.10.ebuild b/dev-ruby/net-imap/net-imap-0.5.10.ebuild deleted file mode 100644 index d14b809c667b..000000000000 --- a/dev-ruby/net-imap/net-imap-0.5.10.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="net-imap.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Ruby client api for Internet Message Access Protocol" -HOMEPAGE="https://github.com/ruby/net-imap" -SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="$(ver_cut 1-2)" -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_rdepend " - dev-ruby/date - dev-ruby/net-protocol -" - -ruby_add_bdepend "test? ( - dev-ruby/digest - dev-ruby/strscan - 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 - - sed -e '/SIMPLECOV_DISABLE/,/^end/ s:^:#:' \ - -i test/lib/helper.rb || die -} diff --git a/dev-ruby/net-imap/net-imap-0.5.11.ebuild b/dev-ruby/net-imap/net-imap-0.5.11.ebuild deleted file mode 100644 index d14b809c667b..000000000000 --- a/dev-ruby/net-imap/net-imap-0.5.11.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="net-imap.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Ruby client api for Internet Message Access Protocol" -HOMEPAGE="https://github.com/ruby/net-imap" -SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="$(ver_cut 1-2)" -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_rdepend " - dev-ruby/date - dev-ruby/net-protocol -" - -ruby_add_bdepend "test? ( - dev-ruby/digest - dev-ruby/strscan - 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 - - sed -e '/SIMPLECOV_DISABLE/,/^end/ s:^:#:' \ - -i test/lib/helper.rb || die -}
