Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/
Date: Sat, 25 Jun 2022 08:03:51
Message-Id: 1656144174.254b58308a399efc88376ae607b643e3d0766412.graaff@gentoo
1 commit: 254b58308a399efc88376ae607b643e3d0766412
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 07:29:58 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 08:02:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254b5830
7
8 dev-ruby/mail: drop 2.7.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/mail/mail-2.7.1.ebuild | 32 --------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild
16 deleted file mode 100644
17 index 8e17aa55074e..000000000000
18 --- a/dev-ruby/mail/mail-2.7.1.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
28 -
29 -RUBY_FAKEGEM_TASK_DOC=""
30 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
31 -
32 -RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
33 -
34 -inherit ruby-fakegem eapi7-ver
35 -
36 -GITHUB_USER="mikel"
37 -
38 -DESCRIPTION="An email handling library"
39 -HOMEPAGE="https://github.com/mikel/mail"
40 -SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="$(ver_cut 1-2)"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -IUSE=""
46 -
47 -ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"
48 -
49 -all_ruby_prepare() {
50 - rm Gemfile || die
51 - sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code."
52 -}