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: Tue, 19 Feb 2019 06:29:03
Message-Id: 1550557727.df1ab356b19cc9e458290625ff4c0eed422e40d8.graaff@gentoo
1 commit: df1ab356b19cc9e458290625ff4c0eed422e40d8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 06:28:47 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 06:28:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1ab356
7
8 dev-ruby/bundler: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/bundler/Manifest | 3 ---
14 dev-ruby/bundler/bundler-1.16.5.ebuild | 33 ---------------------------------
15 dev-ruby/bundler/bundler-1.17.1.ebuild | 33 ---------------------------------
16 dev-ruby/bundler/bundler-1.17.2.ebuild | 33 ---------------------------------
17 4 files changed, 102 deletions(-)
18
19 diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
20 index 482723d0489..13d92f9d8fe 100644
21 --- a/dev-ruby/bundler/Manifest
22 +++ b/dev-ruby/bundler/Manifest
23 @@ -1,6 +1,3 @@
24 DIST bundler-1.16.1.gem 349696 BLAKE2B 6057aed2e3bffdfa7f3ea8489c4ae79d9241b7b300fd35c4a2c14899ff306183165d1554be793a1856d9fd1c696161161049519fc8915800c68c60a9a5b116d8 SHA512 2cca87aa17b61df98ef98a648a7d7cfe0529015f1278e8cb2298bb12544157933d723bd666d945bcdbaceacbf97a092a3848e2a587bd01cffa73c662d37d4834
25 -DIST bundler-1.16.5.gem 355328 BLAKE2B 684c499abf149fcff4f48881704d96c363f63f004520935767b6e8497f3a06b92c0b4378087383e908256866e29b0f4227a2cec7799d098d74cae896ba2e64db SHA512 d4463d96f6a3b476a3a6f8924a6096ab0efe56807ebae0ddbac897d40e773004ae7d49b1242fc04f77da88e38e879d35022ca4499f4de1ac7b31d5e0fc8a9c31
26 DIST bundler-1.16.6.gem 356352 BLAKE2B da6d1d5e7edb5a2a4066cecd7caf33c06d15df2e719aaaa66d9ec9e7ce712eb28612224139f86df016bee28f5f00b767ed683de61dd820c7b40e211e3015a3d2 SHA512 4492786ffd22b86e056dc66c605a943140a1513dbada2334fd3340877f72a3f2138d1bca8f36be3d671f2f9497a69f3a95505db42e938bc30719d15f3896e155
27 -DIST bundler-1.17.1.gem 363520 BLAKE2B 2edee7490192ee18b23b87892fb2fdf112849276dee40788ec76fde752d6d27c339ee07ba6202dce8a91d418ae21452c0f742f7c1c111a358260a1d7f1a7b1c6 SHA512 6adf044096b7716c8b0dae5f559506c65dcb8fd8a8a57428ac25331ca3a85b7cb399fb40b79aeccb0908d172686df9213b86f69286c3e383373ff5ee6f3b414d
28 -DIST bundler-1.17.2.gem 364032 BLAKE2B 132a08e43851b16810419b8ec89ead3c8403c0f793a0d585b24fb50d13910bf85d002148c303f7dfa09762c4fa2af14ff829421cca303edacbae6f2a55f12de5 SHA512 8595fb39cf5c490dddd5537bcf5f3ad1120b48c1f86dee592ae977b033cce431eb5a959946510c6f858a4ae3121bfcb0204a699f565bf9ace040547aefa4e07a
29 DIST bundler-1.17.3.gem 364032 BLAKE2B 81e097156a593e4ec85a2353aa6c62143d9aad120c22c5f76423c6c5f4e4d33206c8ef41c64e54ea53eb610a0d865beba19d3c033e8f65913564963319bb523f SHA512 658de4228bc12fa5ca6ce335f76fff773f64da9f3d12f5097b4fd28d4c4f4d2a5bf12dce761b3d95432c5ea6a5aafae895df87c26660a4567db8b682aff48c02
30
31 diff --git a/dev-ruby/bundler/bundler-1.16.5.ebuild b/dev-ruby/bundler/bundler-1.16.5.ebuild
32 deleted file mode 100644
33 index b8d61098f3b..00000000000
34 --- a/dev-ruby/bundler/bundler-1.16.5.ebuild
35 +++ /dev/null
36 @@ -1,33 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -USE_RUBY="ruby23 ruby24 ruby25"
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_TASK_DOC=""
51 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
52 -
53 -RUBY_FAKEGEM_BINDIR="exe"
54 -
55 -RUBY_FAKEGEM_EXTRAINSTALL="man"
56 -
57 -inherit ruby-fakegem
58 -
59 -DESCRIPTION="An easy way to vendor gem dependencies"
60 -HOMEPAGE="https://github.com/carlhuda/bundler"
61 -
62 -LICENSE="MIT"
63 -SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 -IUSE="+doc test"
66 -
67 -ruby_add_rdepend virtual/rubygems
68 -
69 -RDEPEND+=" dev-vcs/git"
70
71 diff --git a/dev-ruby/bundler/bundler-1.17.1.ebuild b/dev-ruby/bundler/bundler-1.17.1.ebuild
72 deleted file mode 100644
73 index a42efb0f3a6..00000000000
74 --- a/dev-ruby/bundler/bundler-1.17.1.ebuild
75 +++ /dev/null
76 @@ -1,33 +0,0 @@
77 -# Copyright 1999-2018 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -
82 -USE_RUBY="ruby23 ruby24 ruby25"
83 -
84 -# The specs require a number of gems to be installed in a temporary
85 -# directory, but this requires network access. They also don't work
86 -# when run with a path that contains "-".
87 -RUBY_FAKEGEM_RECIPE_TEST="none"
88 -
89 -# No documentation task
90 -RUBY_FAKEGEM_TASK_DOC=""
91 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
92 -
93 -RUBY_FAKEGEM_BINDIR="exe"
94 -
95 -RUBY_FAKEGEM_EXTRAINSTALL="man"
96 -
97 -inherit ruby-fakegem
98 -
99 -DESCRIPTION="An easy way to vendor gem dependencies"
100 -HOMEPAGE="https://github.com/carlhuda/bundler"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
105 -IUSE="+doc test"
106 -
107 -ruby_add_rdepend virtual/rubygems
108 -
109 -RDEPEND+=" dev-vcs/git"
110
111 diff --git a/dev-ruby/bundler/bundler-1.17.2.ebuild b/dev-ruby/bundler/bundler-1.17.2.ebuild
112 deleted file mode 100644
113 index 4053b30a5d1..00000000000
114 --- a/dev-ruby/bundler/bundler-1.17.2.ebuild
115 +++ /dev/null
116 @@ -1,33 +0,0 @@
117 -# Copyright 1999-2018 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -
122 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
123 -
124 -# The specs require a number of gems to be installed in a temporary
125 -# directory, but this requires network access. They also don't work
126 -# when run with a path that contains "-".
127 -RUBY_FAKEGEM_RECIPE_TEST="none"
128 -
129 -# No documentation task
130 -RUBY_FAKEGEM_TASK_DOC=""
131 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
132 -
133 -RUBY_FAKEGEM_BINDIR="exe"
134 -
135 -RUBY_FAKEGEM_EXTRAINSTALL="man"
136 -
137 -inherit ruby-fakegem
138 -
139 -DESCRIPTION="An easy way to vendor gem dependencies"
140 -HOMEPAGE="https://github.com/carlhuda/bundler"
141 -
142 -LICENSE="MIT"
143 -SLOT="0"
144 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
145 -IUSE="+doc test"
146 -
147 -ruby_add_rdepend virtual/rubygems
148 -
149 -RDEPEND+=" dev-vcs/git"