Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/
Date: Fri, 08 Apr 2022 04:02:30
Message-Id: 1649390542.363c0eb8b1a1a7b48d8b2abc8786a05ec25b32f2.prometheanfire@gentoo
1 commit: 363c0eb8b1a1a7b48d8b2abc8786a05ec25b32f2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 04:01:51 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 04:02:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363c0eb8
7
8 dev-ruby/facter: 3.14.23
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/facter/Manifest | 1 +
14 dev-ruby/facter/facter-3.14.23.ebuild | 99 +++++++++++++++++++++++++++++++++++
15 2 files changed, 100 insertions(+)
16
17 diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
18 index ebd264fc5aa7..bd6ed3fd177e 100644
19 --- a/dev-ruby/facter/Manifest
20 +++ b/dev-ruby/facter/Manifest
21 @@ -1 +1,2 @@
22 DIST facter-3.14.21.tar.gz 410594 BLAKE2B 30b502debaec476d7ba03a73ad3a251aeabf3347c2c552204e825dea8d85807d50cd6d06de03be32a5977e5e8cefe4869e2cc453b1ea79b9045c80369df6a0d7 SHA512 69618e54d2c46ae1230fa99ead88413ca8d5be6a01c149fcc00a7485767b9e624283fdf6064679e825a1ecb426be59a86e7ef903cd0ffca58383006ba5e9cf7f
23 +DIST facter-3.14.23.tar.gz 410645 BLAKE2B 7455435d1ab1b1f6e97996aa54be57321bbe0e294652b1aebe0e1ee0e7be45309c1a89fae4079a4350fd6e689c0fe782a7f5d3eee3d766842fba1e8b70a702b7 SHA512 be207d37cf5eac4b6b95cb13e8c2598ccc03af3bcbeedb0d814e5c11c43eb7579427fa1fc1a29eb6db4d6c43b19b2c87c88bd0c85ac3550fa886753267626986
24
25 diff --git a/dev-ruby/facter/facter-3.14.23.ebuild b/dev-ruby/facter/facter-3.14.23.ebuild
26 new file mode 100644
27 index 000000000000..1c29d28561ba
28 --- /dev/null
29 +++ b/dev-ruby/facter/facter-3.14.23.ebuild
30 @@ -0,0 +1,99 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
36 +
37 +# git-r3 goes after ruby-ng so that it overrides src_unpack properly
38 +inherit cmake eutils ruby-ng
39 +
40 +DESCRIPTION="A cross-platform ruby library for retrieving facts from operating systems"
41 +HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +IUSE="test"
46 +if [[ ${PV} == 9999 ]] ; then
47 + inherit git-r3
48 + EGIT_REPO_URI="https://github.com/puppetlabs/facter.git"
49 + EGIT_BRANCH="master"
50 +else
51 + [[ "${PV}" = *_rc* ]] || \
52 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
53 + SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 +fi
55 +
56 +RESTRICT="!test? ( test )"
57 +
58 +ruby_add_bdepend "test? ( dev-ruby/rake dev-ruby/rspec:2 dev-ruby/mocha:0.14 )"
59 +
60 +RDEPEND="
61 + >=dev-cpp/cpp-hocon-0.2.1:=
62 + >=dev-libs/leatherman-1.0.0:=
63 + dev-libs/openssl:0=
64 + sys-apps/util-linux
65 + app-emulation/virt-what
66 + net-misc/curl
67 + dev-libs/boost:=[nls]
68 + >=dev-cpp/yaml-cpp-0.5.1
69 + !<app-admin/puppet-4.0.0"
70 +DEPEND="${RDEPEND}"
71 +
72 +# restore ${S} and override all phases exported by ruby-ng.eclass
73 +S="${WORKDIR}/${P}"
74 +
75 +PATCHES=(
76 + "${FILESDIR}"/${PN}-3.14.6-fix-static-libcpp-hocon.patch
77 + # be explicit about the version of rspec we test with
78 + "${FILESDIR}"/${PN}-3.14.8-explicit-rspec-2.patch
79 +)
80 +
81 +pkg_setup() {
82 + ruby-ng_pkg_setup
83 +}
84 +
85 +src_unpack() {
86 + default
87 +
88 + if [[ ${PV} == 9999 ]] ; then
89 + git-r3_src_unpack
90 + fi
91 +}
92 +
93 +src_prepare() {
94 + cmake_src_prepare
95 +}
96 +
97 +each_ruby_configure() {
98 + # hack for correct calculation of relative path from facter.rb to
99 + # libfacter.so
100 + my_ruby_sitelibdir=$(ruby_rbconfig_value 'sitelibdir')
101 +}
102 +
103 +src_configure() {
104 + ruby-ng_src_configure
105 +
106 + local mycmakeargs=(
107 + -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
108 + -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
109 + )
110 + cmake_src_configure
111 +}
112 +
113 +src_compile() {
114 + addpredict /proc/self/oom_score_adj
115 + cmake_src_compile
116 +}
117 +
118 +src_test() {
119 + cmake_src_test
120 +}
121 +
122 +each_ruby_install() {
123 + doruby "${BUILD_DIR}"/lib/facter.rb
124 +}
125 +
126 +src_install() {
127 + cmake_src_install
128 + ruby-ng_src_install
129 +}