commit:     ff4fd4fd7f4a4fedb9465054a474818344fd0930
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 14:32:49 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 14:34:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4fd4fd

dev-ruby/net-imap: drop 0.4.17, 0.5.5

Bug: https://bugs.gentoo.org/949413
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/net-imap/Manifest               |  2 --
 dev-ruby/net-imap/net-imap-0.4.17.ebuild | 39 -----------------------------
 dev-ruby/net-imap/net-imap-0.5.5.ebuild  | 42 --------------------------------
 3 files changed, 83 deletions(-)

diff --git a/dev-ruby/net-imap/Manifest b/dev-ruby/net-imap/Manifest
index 7fa6ecba25a4..821442fd3228 100644
--- a/dev-ruby/net-imap/Manifest
+++ b/dev-ruby/net-imap/Manifest
@@ -1,4 +1,2 @@
-DIST net-imap-0.4.17.tar.gz 254727 BLAKE2B 
57311009a92d1e68cfa833dccdcb7d42d56cd3b10909d61e1f41fef4772dd5308c29326b446d8a3f8c0cad078adc1333b522e7c9aafc4df20dc9bf1724c33320
 SHA512 
9863a79a469ed5fde839c419f01d3f8658ed593369bbf35bf235b9c80098ce32b626eb4458bf7324fdae4d9017803e7c7ec098489e3d90140911819f2981a308
 DIST net-imap-0.4.19.tar.gz 261360 BLAKE2B 
3266251edfa5c87ceeb105fbab9b435aa92e6ad714fc8a879725488fb06f5bad7db407231f0e30bc08f7b7c7709461b4d62285f103d333672ac82af2a82a0f2d
 SHA512 
dd033e6ba8efb47c2b1c74b2d02c90501152c74f361ab26441a371a2cff72d6344f4f48edeaa1088e4460d1ebd7143d6eb3520ad56d02c28f5c9e878d037477c
-DIST net-imap-0.5.5.tar.gz 282026 BLAKE2B 
bb7eaf85c7ec2b16b5d3ff5f6ac5f61e2509f5bc47415d56e6a4a5b2b8cabb02f35b25b53b21c7e9fdcef22f9f8d78955ea2aa3e1d798fc0cc5bc5721f4285ae
 SHA512 
4828196b45fa83517e903d098a730ce69ec8c8f5e08d9c138f843754cea88d182a43499cdbe5ed5fa4db3a299172e478944f30de0a2d72b986ebc6a449f7d9ce
 DIST net-imap-0.5.6.tar.gz 288841 BLAKE2B 
4ee63644b38c5e88ab6e901f6b8ee5a0622bcb241415bdcb22bd4436ff32125afe449ecf64fd937ab32cf8d5de536de0b196cc3268c4585dc124f16c059fb3f7
 SHA512 
39c10dc8c678383b3ac3d92196d8fe35bba6c766b842602e06bc8d601536c22b1e7d337930299936361b42a6c8223ce5b44c75e4c7b7cc4e42d0dcc447a8faca

diff --git a/dev-ruby/net-imap/net-imap-0.4.17.ebuild 
b/dev-ruby/net-imap/net-imap-0.4.17.ebuild
deleted file mode 100644
index 5aa30b489941..000000000000
--- a/dev-ruby/net-imap/net-imap-0.4.17.ebuild
+++ /dev/null
@@ -1,39 +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_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
-}

diff --git a/dev-ruby/net-imap/net-imap-0.5.5.ebuild 
b/dev-ruby/net-imap/net-imap-0.5.5.ebuild
deleted file mode 100644
index cf99a833fdd7..000000000000
--- a/dev-ruby/net-imap/net-imap-0.5.5.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="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/,/^end/ s:^:#:' \
-               -i test/lib/helper.rb || die
-}

Reply via email to