From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/letter_opener/
Date: Sat, 2 Apr 2022 08:57:53 +0000 (UTC) [thread overview]
Message-ID: <1648889867.075a25d7cc5a07c1557a4e658f55da52c9869e65.graaff@gentoo> (raw)
commit: 075a25d7cc5a07c1557a4e658f55da52c9869e65
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 08:12:58 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 08:57:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075a25d7
dev-ruby/letter_opener: drop 1.7.0, 1.7.0-r1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/letter_opener/Manifest | 1 -
.../letter_opener/letter_opener-1.7.0-r1.ebuild | 33 ----------------------
dev-ruby/letter_opener/letter_opener-1.7.0.ebuild | 33 ----------------------
3 files changed, 67 deletions(-)
diff --git a/dev-ruby/letter_opener/Manifest b/dev-ruby/letter_opener/Manifest
index 49beb6b78bf6..02fabff772bb 100644
--- a/dev-ruby/letter_opener/Manifest
+++ b/dev-ruby/letter_opener/Manifest
@@ -1,2 +1 @@
-DIST letter_opener-1.7.0.tar.gz 10907 BLAKE2B 0ac93d28a1eb0198d5d5c34a40dd03ac6406093c40d978ef35640893ce6feab672799cd628d4a43520c14277b50201d181aebb18819c8e0e5a561d108b08d3dc SHA512 99a62e4720e1b18085546b5ce09c136da951921e0a6436a37b747d3d8ce6f83fd6e35be23f1da0d49e7859967f06a479530845663665ce4abbac3938d3a4eae0
DIST letter_opener-1.8.0.tar.gz 12661 BLAKE2B 49e2998b0d94fd89ddb72ad75e497bef9fe5ce5876897ce05925e6b3b37732c61350d2228f9c33e6fce555af301142dddb35f49f1f215b240aba3495713fc6f4 SHA512 d1985d5b67c581c976db3fb9199e5207d2a12609f49011d91a20fd71bd8b6f8e5b35b0cdbe7592ad7df8effa7de14f70d378e1f9323f5b6113b397c1992b75c5
diff --git a/dev-ruby/letter_opener/letter_opener-1.7.0-r1.ebuild b/dev-ruby/letter_opener/letter_opener-1.7.0-r1.ebuild
deleted file mode 100644
index 36efbc548830..000000000000
--- a/dev-ruby/letter_opener/letter_opener-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Preview mail in the browser instead of sending"
-HOMEPAGE="https://github.com/ryanb/letter_opener"
-SRC_URI="https://github.com/ryanb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/mail-2.6:* )"
-ruby_add_rdepend ">=dev-ruby/launchy-2.2:0"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
- sed -i -e '4irequire "letter_opener"' spec/spec_helper.rb || die
-
- # Avoid tests that require some kind of browser
- sed -i -e '/opens email/askip "requires installed browser"' spec/letter_opener/delivery_method_spec.rb || die
-}
diff --git a/dev-ruby/letter_opener/letter_opener-1.7.0.ebuild b/dev-ruby/letter_opener/letter_opener-1.7.0.ebuild
deleted file mode 100644
index ca4cdea8486a..000000000000
--- a/dev-ruby/letter_opener/letter_opener-1.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Preview mail in the browser instead of sending"
-HOMEPAGE="https://github.com/ryanb/letter_opener"
-SRC_URI="https://github.com/ryanb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/mail-2.6:* )"
-ruby_add_rdepend ">=dev-ruby/launchy-2.2:0"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
- sed -i -e '4irequire "letter_opener"' spec/spec_helper.rb || die
-
- # Avoid tests that require some kind of browser
- sed -i -e '/opens email/askip "requires installed browser"' spec/letter_opener/delivery_method_spec.rb || die
-}
next reply other threads:[~2022-04-02 8:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-02 8:57 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-01 14:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/letter_opener/ Hans de Graaff
2024-02-14 6:49 Hans de Graaff
2024-01-16 7:36 Hans de Graaff
2023-03-31 1:03 Sam James
2023-03-27 9:15 Sam James
2022-04-02 8:57 Hans de Graaff
2022-03-16 6:41 Hans de Graaff
2021-10-24 5:34 Hans de Graaff
2020-08-09 17:28 Hans de Graaff
2020-05-23 5:28 Hans de Graaff
2019-11-16 9:13 Hans de Graaff
2019-02-01 11:46 Hans de Graaff
2018-12-11 7:07 Hans de Graaff
2018-09-15 4:09 Hans de Graaff
2018-03-09 9:27 Hans de Graaff
2018-01-17 6:05 Hans de Graaff
2016-11-08 23:06 Manuel RĂ¼ger
2016-05-19 5:30 Hans de Graaff
2016-05-19 5:30 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=1648889867.075a25d7cc5a07c1557a4e658f55da52c9869e65.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