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: Wed, 1 Nov 2017 05:24:53 +0000 (UTC) [thread overview]
Message-ID: <1509512964.0728cc34b2ed90a5f78539511efb976ff98065f4.graaff@gentoo> (raw)
commit: 0728cc34b2ed90a5f78539511efb976ff98065f4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 1 05:09:24 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 1 05:09:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0728cc34
dev-ruby/mail: cleanup
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ruby/mail/Manifest | 2 --
dev-ruby/mail/mail-2.6.4.ebuild | 33 ---------------------------------
dev-ruby/mail/mail-2.6.5.ebuild | 33 ---------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index e9420fad7e8..f35e9b9985a 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1 @@
-DIST mail-2.6.4-git.tar.gz 963211 SHA256 d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2 WHIRLPOOL b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840
-DIST mail-2.6.5-git.tar.gz 963838 SHA256 6a64b02d12862b22e3535f0820b8595589c6a63f89eaf642aeacbd4181a25a86 SHA512 0048c1c90f211e0037b071506bc26e25b910b4085e870334885cd78804174eb8ca9df87f5e695b3a4866727f6607b94cf202a3ca7a500e9509dc77856fba954f WHIRLPOOL 909c6f4843b6de01808c9ee41687a6e2ac45728c9803a34bcaefb24281074f54e0505899b7ab96e035f53f0b3dce2b742d4d5c8cfaddf2e43240a8bd96893ad1
DIST mail-2.6.6-git.tar.gz 964019 SHA256 4553ded4ff62bc63f00e9e0702e9b0c47103605e18750657d4db26993faf5410 SHA512 ab97384724bd40603af0a90ab52d8694132dda38837fa77704d857418bfa707244b69f9325405d38231a03f4ad5f213f2f66dee2d89ea72e6df543d3cb2eadfb WHIRLPOOL 537358a63234a73a1afadaf71ecfbefd301c5058b1c1f36b430b5493e9ee451196c141b03765174d79037b7bd052223f570d14e579050d8bd17853cc3e259640
diff --git a/dev-ruby/mail/mail-2.6.4.ebuild b/dev-ruby/mail/mail-2.6.4.ebuild
deleted file mode 100644
index 298cf272660..00000000000
--- a/dev-ruby/mail/mail-2.6.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-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="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/mime-types-1.16:* <dev-ruby/mime-types-3:*"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code."
-}
diff --git a/dev-ruby/mail/mail-2.6.5.ebuild b/dev-ruby/mail/mail-2.6.5.ebuild
deleted file mode 100644
index 4a9b4866992..00000000000
--- a/dev-ruby/mail/mail-2.6.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-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="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/mime-types-1.16:* <dev-ruby/mime-types-4:*"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code."
-}
next reply other threads:[~2017-11-01 5:25 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-01 5:24 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-02-04 7:41 Hans de Graaff
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-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=1509512964.0728cc34b2ed90a5f78539511efb976ff98065f4.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