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/globalid/
Date: Tue, 06 Jul 2021 06:27:11
Message-Id: 1625552821.b2c974c9b36d0c5dbe57d21b841caf1e849c5fec.graaff@gentoo
1 commit: b2c974c9b36d0c5dbe57d21b841caf1e849c5fec
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 14:16:39 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 06:27:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c974c9
7
8 dev-ruby/globalid: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/globalid/globalid-0.4.2-r1.ebuild | 29 -----------------------------
14 dev-ruby/globalid/globalid-0.4.2.ebuild | 28 ----------------------------
15 2 files changed, 57 deletions(-)
16
17 diff --git a/dev-ruby/globalid/globalid-0.4.2-r1.ebuild b/dev-ruby/globalid/globalid-0.4.2-r1.ebuild
18 deleted file mode 100644
19 index 4ecccd164ba..00000000000
20 --- a/dev-ruby/globalid/globalid-0.4.2-r1.ebuild
21 +++ /dev/null
22 @@ -1,29 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -USE_RUBY="ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_EXTRADOC="README.md"
30 -
31 -RUBY_FAKEGEM_GEMSPEC="globalid.gemspec"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Reference models by URI"
36 -HOMEPAGE="https://github.com/rails/globalid"
37 -SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
42 -IUSE=""
43 -
44 -ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 >=dev-ruby/railties-4.2.0 )"
45 -ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
46 -
47 -all_ruby_prepare() {
48 - rm -f Gemfile.lock || die
49 -
50 - sed -i -e '2irequire "forwardable"' test/helper.rb || die
51 -}
52
53 diff --git a/dev-ruby/globalid/globalid-0.4.2.ebuild b/dev-ruby/globalid/globalid-0.4.2.ebuild
54 deleted file mode 100644
55 index 72e08acc7fb..00000000000
56 --- a/dev-ruby/globalid/globalid-0.4.2.ebuild
57 +++ /dev/null
58 @@ -1,28 +0,0 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
64 -
65 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
66 -RUBY_FAKEGEM_EXTRADOC="README.md"
67 -
68 -inherit ruby-fakegem
69 -
70 -DESCRIPTION="Reference models by URI"
71 -HOMEPAGE="https://github.com/rails/globalid"
72 -SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
73 -
74 -LICENSE="MIT"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
77 -IUSE=""
78 -
79 -ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 >=dev-ruby/railties-4.2.0 )"
80 -ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
81 -
82 -all_ruby_prepare() {
83 - rm -f Gemfile.lock || die
84 -
85 - sed -i -e '2irequire "forwardable"' test/helper.rb || die
86 -}