public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/
Date: Sat,  4 Feb 2023 07:41:40 +0000 (UTC)	[thread overview]
Message-ID: <1675496369.efd87f357d6573bf5604d46aeb519ed4a12d70c3.graaff@gentoo> (raw)

commit:     efd87f357d6573bf5604d46aeb519ed4a12d70c3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 07:39:29 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 07:39:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd87f35

dev-ruby/mail: add 2.8.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/mail/Manifest          |  1 +
 dev-ruby/mail/mail-2.8.1.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 1caa5bd5c175..ec9d7fecfb18 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1,4 @@
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50 SHA512 17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b
 DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e SHA512 ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583
 DIST mail-2.8.0.1-git.tar.gz 620162 BLAKE2B 92a183df4cec63c194debb5fd1c5194f2fe8d909094f9b79c157c3c004574c78e8b2567c44a7f62f3a91af4689e7e2ca023768f005ff62998d0999a0d46e4bf3 SHA512 d2c84ffec336bb1967107641b741eef06238e37d68704024d3f037893e95fcf9501ffdb34f3f820e1f8df63b4057e0d329d09cd6a96281801ece6fb3d26f1a4d
+DIST mail-2.8.1-git.tar.gz 621412 BLAKE2B f39c3087bf5d064fd9a96b93ccac2fd0060c53a53c900658e3907dce311aabba8136ce96bcd4937f5a9852ed3d046e1354c3c2757330d80f9b3d0542fc27cd12 SHA512 2c176361285b17b10ab3e518502b05ac582f033f81fc45df0b61bfcb5b645ea22139ef3abf67240adb27a39834dfee59bb0777c6de5448c2fe2e52d5dde3465a

diff --git a/dev-ruby/mail/mail-2.8.1.ebuild b/dev-ruby/mail/mail-2.8.1.ebuild
new file mode 100644
index 000000000000..0dce16387ebe
--- /dev/null
+++ b/dev-ruby/mail/mail-2.8.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail"
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/mini_mime-0.1.1
+	dev-ruby/net-imap
+	dev-ruby/net-pop
+	dev-ruby/net-smtp
+"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code."
+
+	sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2023-02-04  7:41 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04  7:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31 17:15 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/ Hans de Graaff
2023-12-31 17:15 Hans de Graaff
2023-08-27  6:44 Hans de Graaff
2023-04-05  3:17 Sam James
2023-03-27  9:15 Sam James
2023-01-13  8:28 Hans de Graaff
2022-12-16 21:02 Arthur Zamarin
2022-12-04  6:54 Hans de Graaff
2022-06-25  8:03 Hans de Graaff
2022-06-13  8:06 Yixun Lan
2021-10-08 10:49 Hans de Graaff
2020-05-05 10:01 Hans de Graaff
2020-04-22 17:07 Sergei Trofimovich
2019-11-16  9:13 Hans de Graaff
2019-05-13 16:51 Mikle Kolyada
2019-02-01 11:01 Hans de Graaff
2018-10-15  5:36 Hans de Graaff
2018-05-14 19:51 Hans de Graaff
2017-12-25 11:42 Markus Meier
2017-12-22  5:20 Markus Meier
2017-12-19 18:44 Fabian Groffen
2017-11-19 19:51 Thomas Deutschmann
2017-11-09  7:38 Sergei Trofimovich
2017-11-02 22:52 Sergei Trofimovich
2017-11-01  5:24 Hans de Graaff
2017-11-01  5:24 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-22  5:12 Hans de Graaff
2017-06-10  5:48 Hans de Graaff
2017-04-27  5:20 Hans de Graaff
2016-06-25  9:21 Hans de Graaff
2016-03-24  6:27 Hans de Graaff
2016-03-24  6:27 Hans de Graaff
2016-03-24  6:27 Hans de Graaff
2016-03-24  6:27 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=1675496369.efd87f357d6573bf5604d46aeb519ed4a12d70c3.graaff@gentoo \
    --to=graaff@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