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/bundler/
Date: Thu, 28 Jan 2021 05:57:51
Message-Id: 1611812723.cf01c15294dc34304d7366f49772dbfb3ec5c7b3.graaff@gentoo
1 commit: cf01c15294dc34304d7366f49772dbfb3ec5c7b3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 05:45:23 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 05:45:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01c152
7
8 dev-ruby/bundler: cleanup
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/bundler/Manifest | 3 ---
14 dev-ruby/bundler/bundler-2.2.0.ebuild | 32 --------------------------------
15 dev-ruby/bundler/bundler-2.2.3.ebuild | 32 --------------------------------
16 dev-ruby/bundler/bundler-2.2.4.ebuild | 30 ------------------------------
17 4 files changed, 97 deletions(-)
18
19 diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
20 index 9f1fbc17c26..6a449c4c759 100644
21 --- a/dev-ruby/bundler/Manifest
22 +++ b/dev-ruby/bundler/Manifest
23 @@ -1,6 +1,3 @@
24 DIST bundler-2.1.4.gem 396800 BLAKE2B f770bd63255df09a20160369dc64e8923e996fb5ea4c11ee763d9a88e5fba142277ccd677861e3c0494b99a36261d5e7bdfb9c40c2abb76322061542f95b8505 SHA512 6c870061a78e17d97a9219433c7ef8fbf1112de17d0e0f3d8b6db1a518318528e3803184278412aabe65008e93f451ffa59465062856918ef488f9438399eff6
25 -DIST bundler-2.2.0.gem 400896 BLAKE2B a9d67d052bc6b7b8c09a6dbc249e348209a6a02bb3a43f9dbef29c3dce651974a4c9bde200085632cc7f4fb0957aae42a7cbaae28c8cab91986dacf1f52f1deb SHA512 bbee12a30362d1dfd8a7de4258d6623d08df91a38ba1e869f9a5878871d8fd145221f8eaa99fcb72e0c1404c9c31df37a5a1dbf4a94610cb3381566cc6c45516
26 -DIST bundler-2.2.3.gem 401408 BLAKE2B 7162444956c65d6684a299c7ce15f64a178dab40867315241eaa3cfcb51b6973a004980abef359c911de06ce2051e5ca98e68e3df388963f40378a6f5fabda62 SHA512 da1f1dfae51cdf3dd6792fc66c33389c113579b8a723fb204ae3b315dcd1d45aed65524469336934d7276be53b026952c944457e326c97b20d4c423dd44321ef
27 -DIST bundler-2.2.4.gem 386048 BLAKE2B 7a2cec046b75ff371df9b563a81f48c8a2a3782f75ec4868869b4b2fda5e117b6cd38daf6a566ec1201fe7a5f6b8b2c4dbe0cc552d2a63bcb4e5e9f53c710046 SHA512 f3c988278746896da276e5af5cf046c5910962c2022fc8d37ab00db1a81a69d77a1fd21fabd8a1d086891d18bfb4ac321dbb60f830b139aa7c3192ea879b4cf8
28 DIST bundler-2.2.5.gem 386560 BLAKE2B 070f52338e9424e571ae40c01ba559158fd9938910be4d5b1d4c8990cdaac4f6a2cb7d2a554a2e7bbb35b18a31e9d1dba5c4e711556294496ac6978ae63a94f0 SHA512 d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742
29 DIST bundler-2.2.6.gem 386560 BLAKE2B e1e3f50425839bbb13360fc986f98588aa09643b6fb5b8c13911b5680ef0ae2ca0b19f71ffa99234f6f6a39ca6467564f25ac26874c67b493e028f086e89c211 SHA512 58e80bb313c132125e2b601113e6e262d00f768ca75adbacbff2e98cdcd83e40aa68a8f92aa56e477c66cd396687ad6d9f54f4df9366fd6b51424b6ff5429504
30
31 diff --git a/dev-ruby/bundler/bundler-2.2.0.ebuild b/dev-ruby/bundler/bundler-2.2.0.ebuild
32 deleted file mode 100644
33 index ab24df09b49..00000000000
34 --- a/dev-ruby/bundler/bundler-2.2.0.ebuild
35 +++ /dev/null
36 @@ -1,32 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -USE_RUBY="ruby25 ruby26 ruby27"
43 -
44 -# The specs require a number of gems to be installed in a temporary
45 -# directory, but this requires network access. They also don't work
46 -# when run with a path that contains "-".
47 -RUBY_FAKEGEM_RECIPE_TEST="none"
48 -
49 -# No documentation task
50 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
51 -
52 -RUBY_FAKEGEM_BINDIR="exe"
53 -
54 -RUBY_FAKEGEM_EXTRAINSTALL="man"
55 -
56 -inherit ruby-fakegem
57 -
58 -DESCRIPTION="An easy way to vendor gem dependencies"
59 -HOMEPAGE="https://github.com/carlhuda/bundler"
60 -
61 -LICENSE="MIT"
62 -SLOT="$(ver_cut 1)"
63 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 -IUSE="+doc test"
65 -
66 -ruby_add_rdepend virtual/rubygems
67 -
68 -RDEPEND+=" dev-vcs/git !<dev-ruby/bundler-1.17.3-r1:0"
69
70 diff --git a/dev-ruby/bundler/bundler-2.2.3.ebuild b/dev-ruby/bundler/bundler-2.2.3.ebuild
71 deleted file mode 100644
72 index 751a4899601..00000000000
73 --- a/dev-ruby/bundler/bundler-2.2.3.ebuild
74 +++ /dev/null
75 @@ -1,32 +0,0 @@
76 -# Copyright 1999-2021 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
82 -
83 -# The specs require a number of gems to be installed in a temporary
84 -# directory, but this requires network access. They also don't work
85 -# when run with a path that contains "-".
86 -RUBY_FAKEGEM_RECIPE_TEST="none"
87 -
88 -# No documentation task
89 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
90 -
91 -RUBY_FAKEGEM_BINDIR="exe"
92 -
93 -RUBY_FAKEGEM_EXTRAINSTALL="man"
94 -
95 -inherit ruby-fakegem
96 -
97 -DESCRIPTION="An easy way to vendor gem dependencies"
98 -HOMEPAGE="https://github.com/carlhuda/bundler"
99 -
100 -LICENSE="MIT"
101 -SLOT="$(ver_cut 1)"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
103 -IUSE="+doc test"
104 -
105 -ruby_add_rdepend virtual/rubygems
106 -
107 -RDEPEND+=" dev-vcs/git !<dev-ruby/bundler-1.17.3-r1:0"
108
109 diff --git a/dev-ruby/bundler/bundler-2.2.4.ebuild b/dev-ruby/bundler/bundler-2.2.4.ebuild
110 deleted file mode 100644
111 index 8256c696086..00000000000
112 --- a/dev-ruby/bundler/bundler-2.2.4.ebuild
113 +++ /dev/null
114 @@ -1,30 +0,0 @@
115 -# Copyright 1999-2021 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=7
119 -
120 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
121 -
122 -# The specs require a number of gems to be installed in a temporary
123 -# directory, but this requires network access. They also don't work
124 -# when run with a path that contains "-".
125 -RUBY_FAKEGEM_RECIPE_TEST="none"
126 -
127 -# No documentation task
128 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
129 -
130 -RUBY_FAKEGEM_BINDIR="exe"
131 -
132 -inherit ruby-fakegem
133 -
134 -DESCRIPTION="An easy way to vendor gem dependencies"
135 -HOMEPAGE="https://github.com/carlhuda/bundler"
136 -
137 -LICENSE="MIT"
138 -SLOT="$(ver_cut 1)"
139 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
140 -IUSE="+doc test"
141 -
142 -ruby_add_rdepend virtual/rubygems
143 -
144 -RDEPEND+=" dev-vcs/git !<dev-ruby/bundler-1.17.3-r1:0"