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/nenv/
Date: Wed, 24 Nov 2021 07:29:56
Message-Id: 1637738984.ef43b83a4781ae632afe24027f7cf8577a3b66a3.graaff@gentoo
1 commit: ef43b83a4781ae632afe24027f7cf8577a3b66a3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 06:39:29 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 07:29:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef43b83a
7
8 dev-ruby/nenv: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/nenv/nenv-0.3.0.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/dev-ruby/nenv/nenv-0.3.0.ebuild b/dev-ruby/nenv/nenv-0.3.0.ebuild
17 deleted file mode 100644
18 index 58a655f5cd1b..000000000000
19 --- a/dev-ruby/nenv/nenv-0.3.0.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 -RUBY_FAKEGEM_TASK_DOC=""
31 -RUBY_FAKEGEM_EXTRADOC="README.md"
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Convenient wrapper for Ruby's ENV"
35 -HOMEPAGE="https://github.com/e2/nenv"
36 -SRC_URI="https://github.com/e2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 -IUSE=""
42 -
43 -all_ruby_prepare() {
44 - sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
45 -}