public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-imap/
Date: Fri, 31 Mar 2023 01:03:49 +0000 (UTC)	[thread overview]
Message-ID: <1680224070.a7957a3ae60db1af83d2b68cb7e127f7d15d5c36.sam@gentoo> (raw)

commit:     a7957a3ae60db1af83d2b68cb7e127f7d15d5c36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 00:30:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 00:54:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7957a3a

dev-ruby/net-imap: drop 0.2.3, 0.3.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/net-imap/Manifest              |  2 --
 dev-ruby/net-imap/net-imap-0.2.3.ebuild | 33 ---------------------------------
 dev-ruby/net-imap/net-imap-0.3.1.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/net-imap/Manifest b/dev-ruby/net-imap/Manifest
index 06ce6b70fac1..b7846097a701 100644
--- a/dev-ruby/net-imap/Manifest
+++ b/dev-ruby/net-imap/Manifest
@@ -1,4 +1,2 @@
-DIST net-imap-0.2.3.tar.gz 61440 BLAKE2B f38bed72777ad93b5a94361ca134644ae218f4a0cb3f26330a99dd5633d30f0f846f3fc4eeb01bc94c13bd5e553cb29f1ad03264987badf83b8f5404755c73ac SHA512 69b6596a8ecc66788be10d11dad911351db6ff651f56e8dc5223f4c948efe0d2e53bd465ebf56edd96f1c414e3819413835c14b35a8e90b9f9ac59bfaa5611c6
-DIST net-imap-0.3.1.tar.gz 63981 BLAKE2B df3eca949e9736bebf6af27859c4198d05734762d8f1755fade685986f4248e05a09a6e4c48fd92d5f537a2f206bac6da75165f0c42171fa7bd533b908071d16 SHA512 b2f88b3fc2cd6ed6c0ed1e8c60100e84ac9a8c0406a780ff5b7b0f11440fb997e79dea0f67a15a139f9bb41e76bff5fcb60668fd1ed4be65142199a4d3c9e167
 DIST net-imap-0.3.4.tar.gz 103226 BLAKE2B b08ee0ad9ad788c1a58e583b3e71cef6e13f6c4f35cc1a67909715a30b0797987f71b1a790e0ca3a2a4b0da3b23ac2451c5e0fb8217506eb0e050c2c2c624362 SHA512 ced2433212738e1c54b783602dc8ed79b0d6fabef0d830d12e4d1a8b7f1df896596499a4b986dab1ac8e1e389bf88f87c854ceafbe57b7ad1cf5c0db29223ba1
 DIST rfc3454.txt 138684 BLAKE2B 56c850a7f5782c1447ae633ad9a380253b97925b9edeadbeb9001f4905157c353db967125dfb3bfef1e1bc2297142e5db424cb3b1325837ab4bb05db1f0f92a9 SHA512 79a85fede7df9202cbaf3fbb0bd59d951352c56208da2adf0baa5571ad92fd2153a6348000994b733c8a1bfdc93c38c86ed33708ecdef8571f20f906564384b6

diff --git a/dev-ruby/net-imap/net-imap-0.2.3.ebuild b/dev-ruby/net-imap/net-imap-0.2.3.ebuild
deleted file mode 100644
index d3e03b6e8231..000000000000
--- a/dev-ruby/net-imap/net-imap-0.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-	dev-ruby/digest
-	dev-ruby/net-protocol
-	dev-ruby/strscan
-"
-
-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.3.1.ebuild b/dev-ruby/net-imap/net-imap-0.3.1.ebuild
deleted file mode 100644
index 5832ba3f62d4..000000000000
--- a/dev-ruby/net-imap/net-imap-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-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="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-	dev-ruby/net-protocol
-"
-
-ruby_add_bdepend "test? ( dev-ruby/digest dev-ruby/strscan )"
-
-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
-}


             reply	other threads:[~2023-03-31  1:03 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-31  1:03 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02  8:21 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-imap/ Sam James
2025-02-16 17:49 Arthur Zamarin
2025-02-16 12:27 Sam James
2025-02-16 12:27 Sam James
2025-02-16 12:11 Sam James
2025-02-16 12:11 Sam James
2025-02-08  6:26 Hans de Graaff
2025-02-08  6:26 Hans de Graaff
2025-01-04 10:34 Hans de Graaff
2024-12-29  9:06 Hans de Graaff
2024-12-23  6:24 Hans de Graaff
2024-11-15  9:19 Arthur Zamarin
2024-11-14 18:41 Sam James
2024-11-14  4:35 Sam James
2024-11-14  4:00 Sam James
2024-11-14  3:23 Sam James
2024-11-14  3:17 Sam James
2024-11-14  2:49 Sam James
2024-11-11  7:39 Hans de Graaff
2024-11-04 19:35 Fabian Groffen
2024-10-14  5:56 Hans de Graaff
2024-10-12 15:05 Sam James
2024-10-11  8:47 Hans de Graaff
2024-10-10 16:20 Arthur Zamarin
2024-10-09  2:53 Jakov Smolić
2024-10-06 11:52 Sam James
2024-09-05  6:04 Hans de Graaff
2024-08-29  6:04 Hans de Graaff
2024-06-24  5:30 Hans de Graaff
2024-06-17  5:25 Hans de Graaff
2024-06-02  5:43 Hans de Graaff
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-09  4:59 Hans de Graaff
2024-02-26 15:56 Hans de Graaff
2024-02-08  7:31 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-12-24  7:55 Hans de Graaff
2023-12-24  7:55 Hans de Graaff
2023-12-12  7:11 Hans de Graaff
2023-12-01  6:18 Hans de Graaff
2023-12-01  6:18 Hans de Graaff
2023-11-22  7:09 Hans de Graaff
2023-11-14  6:52 Hans de Graaff
2023-11-14  6:35 Hans de Graaff
2023-11-04  7:06 Hans de Graaff
2023-11-02  6:51 Hans de Graaff
2023-10-21  5:09 Hans de Graaff
2023-10-13 14:14 Arthur Zamarin
2023-10-12 23:32 Sam James
2023-10-12 12:05 Sam James
2023-10-12 10:33 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:19 Hans de Graaff
2023-08-02 16:55 Arthur Zamarin
2023-08-02 15:11 Sam James
2023-08-02  5:01 Sam James
2023-08-02  4:48 Sam James
2023-08-02  4:45 Sam James
2023-08-02  4:45 Sam James
2023-07-30  9:32 Hans de Graaff
2023-06-13  5:20 Hans de Graaff
2023-03-04 14:42 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2023-02-19  9:53 Hans de Graaff
2023-02-04  7:08 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-04-09 10:35 Hans de Graaff
2022-02-13  9:06 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1680224070.a7957a3ae60db1af83d2b68cb7e127f7d15d5c36.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox