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/puppet_forge/
Date: Wed, 01 Apr 2020 06:41:00
Message-Id: 1585723250.ac44d5d9e109a1a23471c71c7a96a4b4d709974c.graaff@gentoo
1 commit: ac44d5d9e109a1a23471c71c7a96a4b4d709974c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 06:13:55 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 06:40:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac44d5d9
7
8 dev-ruby/puppet_forge: cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/puppet_forge/Manifest | 3 --
14 dev-ruby/puppet_forge/puppet_forge-2.2.9-r1.ebuild | 45 ----------------------
15 dev-ruby/puppet_forge/puppet_forge-2.3.0.ebuild | 45 ----------------------
16 dev-ruby/puppet_forge/puppet_forge-2.3.1.ebuild | 44 ---------------------
17 4 files changed, 137 deletions(-)
18
19 diff --git a/dev-ruby/puppet_forge/Manifest b/dev-ruby/puppet_forge/Manifest
20 index e85929e3989..b06e5d0ecc4 100644
21 --- a/dev-ruby/puppet_forge/Manifest
22 +++ b/dev-ruby/puppet_forge/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST puppet_forge-2.2.9.gem 772608 BLAKE2B 15cad2cc183688262b96a35af46324a3264b8a615fa414bddb6b55587ac30f4fdcc64ddaa0f18b66571bde1a1eb17339bf1fad1630f3a06b6c1575cdbf1c9140 SHA512 753ad4b95db25c1ad284ceb802b03db9724f2a1c1f4522f252428f8ae7c6771361b6a38d070c2ce989bec9538471529cdd92c925501a0f8f4f1bb5e6d8ef3733
25 -DIST puppet_forge-2.3.0.gem 773632 BLAKE2B 6024eed4c7b62c19c04d4f45a03dd40fa14bf074a1c44c14c766527bc3f4937bd9ac553df14b432834fd3bafa8f680d8b677ccfe6b366b954336888cb9f25aff SHA512 7b14b006562874524c7a5045ae44fc7c3ac932aa32beb3751a6c18e3498401dc22294a81386d2ee25d5f8618efaa425b51798daec6f12193916c76dd28aafe85
26 -DIST puppet_forge-2.3.1.gem 772608 BLAKE2B a1ceb23ebcd21e600404f5be296c1df5792f01262e5ac85544be49faa10366b25702bf6f957320ac259609bc4832a5946bcff8a5a1dece45b9cc3d6e74aeab06 SHA512 420cf5feb7e1a29a59f81cfcff807f94f889ae3f21a8d4243956f8139e8fdf86514f8a00e96e210a40e8f0bcdde53f06b8f9ca06231012c11b04a9b6cb322f44
27 DIST puppet_forge-2.3.2.gem 772608 BLAKE2B edbb92cbed4ad040a9c819d2728c4fee5c2beb2fbf9120f778d0315bc15032f970873974fef3532adff57e44a8671b9027615517761f46b0d1e0954d50522d7f SHA512 00805aee55823dfb57cda03c1ed60e8e1db218ca7c633ec0c7d8459fdcc9d747609c0c426d5544f86f33485e546dd82b115a98fad12897ab087ff119e5cc08be
28 DIST puppet_forge-2.3.3.gem 772608 BLAKE2B 1bba9ce824019cefbcd4e28625c99855f68bc4d752f069bf84ff86c0f768dc8b795eaa95b76e340e273079dc2882abff91a2b44d0a6f280f541637261357508e SHA512 8e29d35b7175430a50d2da0b07ef3a9bd274df97f292e24c12a0d267257ff123df5380c0ba8c7124be21b4f4f0b2a11af0923e9fb5751683392c6d11ed6bf0e0
29
30 diff --git a/dev-ruby/puppet_forge/puppet_forge-2.2.9-r1.ebuild b/dev-ruby/puppet_forge/puppet_forge-2.2.9-r1.ebuild
31 deleted file mode 100644
32 index 6b44120c448..00000000000
33 --- a/dev-ruby/puppet_forge/puppet_forge-2.2.9-r1.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
41 -
42 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
43 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
44 -
45 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
46 -
47 -RUBY_FAKEGEM_EXTRAINSTALL=locales
48 -
49 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
50 -
51 -inherit ruby-fakegem
52 -
53 -DESCRIPTION="Tools to access Forge API information on Modules, Users, and Releases"
54 -HOMEPAGE="https://github.com/puppetlabs/forge-ruby"
55 -
56 -LICENSE="Apache-2.0"
57 -SLOT="2"
58 -KEYWORDS="~amd64"
59 -IUSE=""
60 -
61 -ruby_add_rdepend "
62 - >=dev-ruby/faraday-0.9.0:0
63 - >=dev-ruby/faraday_middleware-0.9.0:0
64 - >=dev-ruby/gettext-setup-0.11:0
65 - dev-ruby/minitar
66 - =dev-ruby/semantic_puppet-1*
67 -"
68 -
69 -all_ruby_prepare() {
70 - # Avoid integration and user specs since they all require network access
71 - rm -rf spec/integration spec/unit/forge/v3/user_spec.rb || die
72 -
73 - # Fix overly restrictive dependencies
74 - sed -i \
75 - -e '/faraday/ s/0.14.0/0.99.0/' \
76 - -e '/faraday_middleware/ s/0.13.0/0.99.0/' \
77 - ${RUBY_FAKEGEM_GEMSPEC} || die
78 -
79 - sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
80 -}
81
82 diff --git a/dev-ruby/puppet_forge/puppet_forge-2.3.0.ebuild b/dev-ruby/puppet_forge/puppet_forge-2.3.0.ebuild
83 deleted file mode 100644
84 index b506f5ec6bf..00000000000
85 --- a/dev-ruby/puppet_forge/puppet_forge-2.3.0.ebuild
86 +++ /dev/null
87 @@ -1,45 +0,0 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -USE_RUBY="ruby24 ruby25 ruby26"
93 -
94 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
95 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
96 -
97 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
98 -
99 -RUBY_FAKEGEM_EXTRAINSTALL=locales
100 -
101 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
102 -
103 -inherit ruby-fakegem
104 -
105 -DESCRIPTION="Tools to access Forge API information on Modules, Users, and Releases"
106 -HOMEPAGE="https://github.com/puppetlabs/forge-ruby"
107 -
108 -LICENSE="Apache-2.0"
109 -SLOT="2"
110 -KEYWORDS="~amd64"
111 -IUSE=""
112 -
113 -ruby_add_rdepend "
114 - >=dev-ruby/faraday-0.9.0:0
115 - >=dev-ruby/faraday_middleware-0.9.0:0
116 - >=dev-ruby/gettext-setup-0.11:0
117 - dev-ruby/minitar
118 - =dev-ruby/semantic_puppet-1*
119 -"
120 -
121 -all_ruby_prepare() {
122 - # Avoid integration and user specs since they all require network access
123 - rm -rf spec/integration spec/unit/forge/v3/user_spec.rb || die
124 -
125 - # Fix overly restrictive dependencies
126 - sed -i \
127 - -e '/faraday/ s/0.14.0/0.99.0/' \
128 - -e '/faraday_middleware/ s/0.13.0/0.99.0/' \
129 - ${RUBY_FAKEGEM_GEMSPEC} || die
130 -
131 - sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
132 -}
133
134 diff --git a/dev-ruby/puppet_forge/puppet_forge-2.3.1.ebuild b/dev-ruby/puppet_forge/puppet_forge-2.3.1.ebuild
135 deleted file mode 100644
136 index 42f9b2833e1..00000000000
137 --- a/dev-ruby/puppet_forge/puppet_forge-2.3.1.ebuild
138 +++ /dev/null
139 @@ -1,44 +0,0 @@
140 -# Copyright 1999-2019 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=7
144 -USE_RUBY="ruby24 ruby25 ruby26"
145 -
146 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
147 -
148 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
149 -
150 -RUBY_FAKEGEM_EXTRAINSTALL=locales
151 -
152 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
153 -
154 -inherit ruby-fakegem
155 -
156 -DESCRIPTION="Tools to access Forge API information on Modules, Users, and Releases"
157 -HOMEPAGE="https://github.com/puppetlabs/forge-ruby"
158 -
159 -LICENSE="Apache-2.0"
160 -SLOT="2"
161 -KEYWORDS="~amd64"
162 -IUSE=""
163 -
164 -ruby_add_rdepend "
165 - >=dev-ruby/faraday-0.9.0:0
166 - >=dev-ruby/faraday_middleware-0.9.0:0
167 - >=dev-ruby/gettext-setup-0.11:0
168 - dev-ruby/minitar
169 - =dev-ruby/semantic_puppet-1*
170 -"
171 -
172 -all_ruby_prepare() {
173 - # Avoid integration and user specs since they all require network access
174 - rm -rf spec/integration spec/unit/forge/v3/user_spec.rb || die
175 -
176 - # Fix overly restrictive dependencies
177 - sed -i \
178 - -e '/faraday/ s/0.15.0/0.99.0/' \
179 - -e '/faraday_middleware/ s/0.13.0/0.99.0/' \
180 - ${RUBY_FAKEGEM_GEMSPEC} || die
181 -
182 - sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
183 -}