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/fuubar/
Date: Thu, 31 Dec 2020 09:05:31
Message-Id: 1609405508.70e754e1d527b655c9a2ff47a5d7ddc5f7751c9d.graaff@gentoo
1 commit: 70e754e1d527b655c9a2ff47a5d7ddc5f7751c9d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 06:33:11 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 09:05:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e754e1
7
8 dev-ruby/fuubar: cleanup
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/fuubar/fuubar-2.5.0.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-ruby/fuubar/fuubar-2.5.0.ebuild b/dev-ruby/fuubar/fuubar-2.5.0.ebuild
17 deleted file mode 100644
18 index d71517d2d7e..00000000000
19 --- a/dev-ruby/fuubar/fuubar-2.5.0.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -USE_RUBY="ruby24 ruby25 ruby26"
27 -
28 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
29 -
30 -RUBY_FAKEGEM_EXTRADOC="README.md"
31 -
32 -RUBY_FAKEGEM_BINWRAP=""
33 -
34 -RUBY_FAKEGEM_GEMSPEC="fuubar.gemspec"
35 -
36 -inherit ruby-fakegem
37 -
38 -DESCRIPTION="Instafailing RSpec progress bar formatter"
39 -HOMEPAGE="https://github.com/thekompanee/fuubar"
40 -SRC_URI="https://github.com/thekompanee/fuubar/archive/releases/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="2"
44 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -IUSE=""
46 -
47 -RUBY_S="${PN}-releases-v${PV}"
48 -
49 -ruby_add_rdepend "dev-ruby/rspec:3 >=dev-ruby/ruby-progressbar-1.4:0"
50 -
51 -each_ruby_test() {
52 - export CI=true
53 - each_fakegem_test
54 -}