Ravenports generated: 17 Sep 2022 15:25
[ravenports.git] / bucket_80 / ruby-facter
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               ruby-facter
4 VERSION=                4.2.12
5 KEYWORDS=               ruby
6 VARIANTS=               v27 v30 v31
7 SDESC[v27]=             Facter, a system inventory tool (v27)
8 SDESC[v30]=             Facter, a system inventory tool (v30)
9 SDESC[v31]=             Facter, a system inventory tool (v31)
10 HOMEPAGE=               https://github.com/puppetlabs/facter
11 CONTACT=                Ruby_Automaton[ruby@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            RUBYGEMS/
15 DISTFILE[1]=            facter-4.2.12.gem:main
16 DIST_SUBDIR=            ruby
17 DF_INDEX=               1
18 SPKGS[v27]=             single
19 SPKGS[v30]=             single
20 SPKGS[v31]=             single
21
22 OPTIONS_AVAILABLE=      RUBY27 RUBY30 RUBY31
23 OPTIONS_STANDARD=       none
24 VOPTS[v27]=             RUBY27=ON RUBY30=OFF RUBY31=OFF
25 VOPTS[v30]=             RUBY27=OFF RUBY30=ON RUBY31=OFF
26 VOPTS[v31]=             RUBY27=OFF RUBY30=OFF RUBY31=ON
27
28 DISTNAME=               facter-4.2.12
29
30 GENERATED=              yes
31
32 [RUBY30].BUILDRUN_DEPENDS_ON=           ruby-hocon:single:v30
33                                         ruby-thor:single:v30
34 [RUBY30].USES_ON=                       gem:v30
35
36 [RUBY31].BUILDRUN_DEPENDS_ON=           ruby-hocon:single:v31
37                                         ruby-thor:single:v31
38 [RUBY31].USES_ON=                       gem:v31
39
40 [RUBY27].BUILDRUN_DEPENDS_ON=           ruby-hocon:single:v27
41                                         ruby-thor:single:v27
42 [RUBY27].USES_ON=                       gem:v27
43
44 [FILE:35:descriptions/desc.single]
45 You can prove anything with facts!
46
47
48 [FILE:101:distinfo]
49 bbde0a2f69ecb6e138c1b961bc19dc6b35bc503e6cac45739fbb04386e1aa0b5       159232 ruby/facter-4.2.12.gem
50
51
52 [FILE:729:patches/patch-lib_facter_custom__facts_util_config.rb]
53 --- lib/facter/custom_facts/util/config.rb.orig 2020-08-31 03:41:56 UTC
54 +++ lib/facter/custom_facts/util/config.rb
55 @@ -43,6 +43,7 @@ module LegacyFacter
56                                                       [File.join(windows_dir, 'PuppetLabs', 'facter', 'facts.d')]
57                                                     else
58                                                       [
59 +                                                       '/usr/local/etc/facter/facts.d/',
60                                                         '/etc/puppetlabs/facter/facts.d',
61                                                         '/etc/facter/facts.d/',
62                                                         '/opt/puppetlabs/facter/facts.d'
63
64
65 [FILE:407:patches/patch-lib_facter_framework_detector_os__detector.rb]
66 --- lib/facter/framework/detector/os_detector.rb.orig   2020-12-09 02:51:15 UTC
67 +++ lib/facter/framework/detector/os_detector.rb
68 @@ -26,6 +26,8 @@ class OsDetector
69                     detect_distro
70                   when /freebsd/
71                     :freebsd
72 +                 when /dragonfly/
73 +                   :bsd                
74                   when /bsd/
75                     :bsd
76                   when /solaris/
77