Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/
Date: Fri, 21 Sep 2018 18:18:56
Message-Id: 1537553920.11fb63515d84e8022d26b029c79bc3664773546a.prometheanfire@gentoo
1 commit: 11fb63515d84e8022d26b029c79bc3664773546a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 18:18:22 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 18:18:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fb6351
7
8 dev-ruby/facter: 3.11.4 stable allarches with cleanup
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-ruby/facter/Manifest | 2 -
13 dev-ruby/facter/facter-3.11.1.ebuild | 108 -----------------------------------
14 dev-ruby/facter/facter-3.11.2.ebuild | 105 ----------------------------------
15 dev-ruby/facter/facter-3.11.4.ebuild | 2 +-
16 4 files changed, 1 insertion(+), 216 deletions(-)
17
18 diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
19 index 7c129b02248..47cf93c427b 100644
20 --- a/dev-ruby/facter/Manifest
21 +++ b/dev-ruby/facter/Manifest
22 @@ -1,6 +1,4 @@
23 DIST facter-2.4.6.gem 246272 BLAKE2B 105a43b2697cde0a48d4fcf87e221cfcb348695f81722b8cfe2819a8f3fe19e575d22642a708c798648d05c71f54e7bf0281345320612a8fdb3b68fce993ec20 SHA512 a0a2bef37451ab96ed331c79171f77d89b6db430b083e6888a306fa5b57a72986b7f600cad3e09b5f4706e54736d1d32ea25525fe18a6108cc95f315da16664a
24 -DIST facter-3.11.1.tar.gz 384201 BLAKE2B 349493f0046239ed900cb22df6cac2f5c1f748503e057a68e9be34c2f24f134a280ab9292d7f4e754a5974818a1fd01bc55634905d84706b47686a9e7a1ccc39 SHA512 295c91817912fb43fe259ede4b51ecf4ae5efd500d64b2682c700583bfdf694a8849a4bd4cb3a16a8046d563f487225957a49b760cc03d8bf86ac8487e37a756
25 -DIST facter-3.11.2.tar.gz 384784 BLAKE2B f280772231a9105e5924cdb777411861a76a67c15b4d7f3cc73fb9c089752a4e5fa43c4d84b8525917fae71ae34c770925161cc94882e74a704d6609b1c1778a SHA512 aaeee7449813590ac8bc8d3b1b2a654e75bcdaabbb19f91f8b282f747e0f8af05ef71bc872b99c226f0db4d06b67549551f62c365853f5829c6b26c931c0b582
26 DIST facter-3.11.3.tar.gz 384882 BLAKE2B ad6103df38efb6abd68d9f831e53dba2767401e129d55bb94adee4dc3f8bc48c7a969050cc52d395a196883d561317ccb72bfaba2775e003171fd6941935feb8 SHA512 6b2dbc5a0bc1c70739a4c0987311ef0891a27f64ed1b45a46cc20a37e6d1d24fda0481976fbf743f83f10d2014f6e0df0e2b5cc9eba19924e831652e1a8417ef
27 DIST facter-3.11.4.tar.gz 388074 BLAKE2B c3105376ba8d74df08e7e19ca7b5291d241d57aebb43a77d0dabe96668a07a62bf70fb18aa3bc3d85011e22f935a711daade17cf60ad867a7503e1b731647c88 SHA512 af58d0592a4b220d8f1d9a6d065da71136b58b7a474587c140021fd2915d920d328bad52178566f26292bd932ca1ac1371a631f88a567876265c7494bb01c518
28 DIST facter-3.12.0.tar.gz 390445 BLAKE2B 8c7f2fccd16df3b13df451c18eaeb0cb837d1408b247bbf35f264e3adc2daeb5efaf3008ecf95428433d19067310b2d273a6001e1e151c260d7777dd5185f54b SHA512 2ef78903f62784f86f8d155f9f10ba793c10742f87d80c894c6bd505ae9186b5e875366d9c05899fe5e25f2994cf66b7d73d6c6570a38a7bc6e45ff0d5108c36
29
30 diff --git a/dev-ruby/facter/facter-3.11.1.ebuild b/dev-ruby/facter/facter-3.11.1.ebuild
31 deleted file mode 100644
32 index f1584484e8b..00000000000
33 --- a/dev-ruby/facter/facter-3.11.1.ebuild
34 +++ /dev/null
35 @@ -1,108 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -USE_RUBY="ruby23 ruby24 ruby25"
41 -
42 -# git-r3 goes after ruby-ng so that it overrides src_unpack properly
43 -inherit cmake-utils eutils multilib ruby-ng
44 -
45 -DESCRIPTION="A cross-platform ruby library for retrieving facts from operating systems"
46 -HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -IUSE="debug test"
51 -if [[ ${PV} == 9999 ]] ; then
52 - inherit git-r3
53 - EGIT_REPO_URI="https://github.com/puppetlabs/facter.git"
54 - EGIT_BRANCH="master"
55 - S="${S}/${P}"
56 -else
57 - [[ "${PV}" = *_rc* ]] || \
58 - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
59 - SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
60 - S="${S}/all/${P}"
61 -fi
62 -
63 -BDEPEND="
64 - >=sys-devel/gcc-4.8:*
65 - dev-cpp/cpp-hocon"
66 -CDEPEND="
67 - >=dev-libs/leatherman-1.0.0:=
68 - dev-libs/openssl:*
69 - sys-apps/util-linux
70 - app-emulation/virt-what
71 - net-misc/curl
72 - >=dev-libs/boost-1.54:=[nls]
73 - >=dev-cpp/yaml-cpp-0.5.1
74 - !<app-admin/puppet-4.0.0"
75 -
76 -ruby_add_bdepend "test? ( dev-ruby/rake dev-ruby/rspec:2 dev-ruby/mocha:0.14 )"
77 -
78 -RDEPEND="${CDEPEND}"
79 -DEPEND="${BDEPEND}
80 - ${CDEPEND}"
81 -
82 -src_prepare() {
83 - # Remove the code that installs facter.rb to the wrong directory.
84 - sed -i '/install(.*facter\.rb/d' lib/CMakeLists.txt || die
85 - sed -i '/install(.*facter\.jar/d' lib/CMakeLists.txt || die
86 - # make it support multilib
87 - sed -i "s/\ lib)/\ $(get_libdir))/g" lib/CMakeLists.txt || die
88 - sed -i "s/lib\")/$(get_libdir)\")/g" CMakeLists.txt || die
89 - # make the require work
90 - sed -i 's/\${LIBFACTER_INSTALL_DESTINATION}\///g' lib/facter.rb.in || die
91 - # be explicit about the version of rspec we test with and use the
92 - # correct lib directory for tests
93 - sed -i -e '/libfacter.*specs/ s/rspec/rspec-2/' \
94 - -e '/libfacter.*specs/ s/lib64/lib/' CMakeLists.txt || die
95 - # be more lenient for software versions for tests
96 - sed -i -e '/rake/ s/~> 10.1.0/>= 10/' \
97 - -e '/rspec/ s/2.11.0/2.11/' \
98 - -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die
99 - # patches
100 - default
101 - cmake-utils_src_prepare
102 -}
103 -
104 -src_configure() {
105 - local mycmakeargs=(
106 - -DCMAKE_VERBOSE_MAKEFILE=ON
107 - -DCMAKE_BUILD_TYPE=None
108 - -DCMAKE_INSTALL_PREFIX=/usr
109 - -DCMAKE_INSTALL_SYSCONFDIR=/etc
110 - -DCMAKE_INSTALL_LOCALSTATEDIR=/var
111 - -DUSE_JRUBY_SUPPORT=FALSE
112 - -DBLKID_LIBRARY=/$(get_libdir)/libblkid.so.1
113 - )
114 - if use debug; then
115 - mycmakeargs+=(
116 - -DCMAKE_BUILD_TYPE=Debug
117 - )
118 - fi
119 - cmake-utils_src_configure
120 -}
121 -
122 -src_compile() {
123 - cmake-utils_src_compile
124 -}
125 -
126 -each_ruby_install() {
127 - doruby "${BUILD_DIR}"/lib/facter.rb
128 -}
129 -
130 -src_test() {
131 - cmake-utils_src_test
132 -}
133 -
134 -src_install() {
135 - cmake-utils_src_install
136 - ruby-ng_src_install
137 -
138 - # need a variable file in env.d :(
139 - diropts -m0755
140 - dodir /etc/env.d
141 - echo -n "FACTERDIR=/usr/$(get_libdir)" > "${D}/etc/env.d/00facterdir"
142 - fperms 0644 /etc/env.d/00facterdir
143 -}
144
145 diff --git a/dev-ruby/facter/facter-3.11.2.ebuild b/dev-ruby/facter/facter-3.11.2.ebuild
146 deleted file mode 100644
147 index 1d8bed51422..00000000000
148 --- a/dev-ruby/facter/facter-3.11.2.ebuild
149 +++ /dev/null
150 @@ -1,105 +0,0 @@
151 -# Copyright 1999-2018 Gentoo Foundation
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=6
155 -USE_RUBY="ruby23 ruby24 ruby25"
156 -
157 -# git-r3 goes after ruby-ng so that it overrides src_unpack properly
158 -inherit cmake-utils eutils multilib ruby-ng
159 -
160 -DESCRIPTION="A cross-platform ruby library for retrieving facts from operating systems"
161 -HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
162 -
163 -LICENSE="Apache-2.0"
164 -SLOT="0"
165 -IUSE="debug test"
166 -if [[ ${PV} == 9999 ]] ; then
167 - inherit git-r3
168 - EGIT_REPO_URI="https://github.com/puppetlabs/facter.git"
169 - EGIT_BRANCH="master"
170 - S="${S}/${P}"
171 -else
172 - [[ "${PV}" = *_rc* ]] || \
173 - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
174 - SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
175 - S="${S}/all/${P}"
176 -fi
177 -
178 -BDEPEND="
179 - >=sys-devel/gcc-4.8:*
180 - dev-cpp/cpp-hocon"
181 -CDEPEND="
182 - >=dev-libs/leatherman-1.0.0:=
183 - dev-libs/openssl:*
184 - sys-apps/util-linux
185 - app-emulation/virt-what
186 - net-misc/curl
187 - >=dev-libs/boost-1.54:=[nls]
188 - >=dev-cpp/yaml-cpp-0.5.1
189 - !<app-admin/puppet-4.0.0"
190 -
191 -ruby_add_bdepend "test? ( dev-ruby/rake dev-ruby/rspec:2 dev-ruby/mocha:0.14 )"
192 -
193 -RDEPEND="${CDEPEND}"
194 -DEPEND="${BDEPEND}
195 - ${CDEPEND}"
196 -
197 -src_prepare() {
198 - # Remove the code that installs facter.rb to the wrong directory.
199 - sed -i '/install(.*facter\.rb/d' lib/CMakeLists.txt || die
200 - sed -i '/install(.*facter\.jar/d' lib/CMakeLists.txt || die
201 - # make it support multilib
202 - sed -i "s/\ lib)/\ $(get_libdir))/g" lib/CMakeLists.txt || die
203 - sed -i "s/lib\")/$(get_libdir)\")/g" CMakeLists.txt || die
204 - # make the require work
205 - sed -i 's/\${LIBFACTER_INSTALL_DESTINATION}\///g' lib/facter.rb.in || die
206 - # be explicit about the version of rspec we test with and use the
207 - # correct lib directory for tests
208 - sed -i -e '/libfacter.*specs/ s/rspec/rspec-2/' \
209 - -e '/libfacter.*specs/ s/lib64/lib/' CMakeLists.txt || die
210 - # be more lenient for software versions for tests
211 - sed -i -e '/rake/ s/~> 10.1.0/>= 10/' \
212 - -e '/rspec/ s/2.11.0/2.11/' \
213 - -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die
214 - # patches
215 - default
216 - cmake-utils_src_prepare
217 -}
218 -
219 -src_configure() {
220 - local mycmakeargs=(
221 - -DCMAKE_VERBOSE_MAKEFILE=ON
222 - -DCMAKE_BUILD_TYPE=None
223 - -DCMAKE_INSTALL_PREFIX=/usr
224 - -DBLKID_LIBRARY=/$(get_libdir)/libblkid.so.1
225 - )
226 - if use debug; then
227 - mycmakeargs+=(
228 - -DCMAKE_BUILD_TYPE=Debug
229 - )
230 - fi
231 - cmake-utils_src_configure
232 -}
233 -
234 -src_compile() {
235 - cmake-utils_src_compile
236 -}
237 -
238 -each_ruby_install() {
239 - doruby "${BUILD_DIR}"/lib/facter.rb
240 -}
241 -
242 -src_test() {
243 - cmake-utils_src_test
244 -}
245 -
246 -src_install() {
247 - cmake-utils_src_install
248 - ruby-ng_src_install
249 -
250 - # need a variable file in env.d :(
251 - diropts -m0755
252 - dodir /etc/env.d
253 - echo -n "FACTERDIR=/usr/$(get_libdir)" > "${D}/etc/env.d/00facterdir"
254 - fperms 0644 /etc/env.d/00facterdir
255 -}
256
257 diff --git a/dev-ruby/facter/facter-3.11.4.ebuild b/dev-ruby/facter/facter-3.11.4.ebuild
258 index 683775e7668..28bfa5860ac 100644
259 --- a/dev-ruby/facter/facter-3.11.4.ebuild
260 +++ b/dev-ruby/facter/facter-3.11.4.ebuild
261 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
262 EGIT_BRANCH="master"
263 else
264 [[ "${PV}" = *_rc* ]] || \
265 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
266 + KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86"
267 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
268 fi