Bug 1888033 - [Menu Redesign] Add a secret setting and feature flag for the menu...
[gecko.git] / modules / fdlibm / moz.yaml
blob7dbb27c4b71447f6991029ee9630a60d53bf3469
1 # Version of this schema
2 schema: 1
4 bugzilla:
5   product: "Core"
6   component: "JavaScript Engine"
8 origin:
9   name: "fdlibm"
10   description: "The fdlibm library imported from freebsd"
12   url: "https://github.com/freebsd/freebsd/tree/master/lib/msun/src"
14   # Human-readable identifier for this version/release
15   # Generally "version NNN", "tag SSS", "bookmark SSS"
16   release: "commit 369ea0520a3061c07400d7cd32172efb6af39815 (2022-08-04T17:33:34Z)"
18   # Revision to pull in
19   # Must be a long or short commit SHA (long preferred)
20   revision: bd5e624a861433dee76fe00a8acedc9564425332
22   license: "BSD-2-Clause"
23   license-file: LICENSE
25 vendoring:
26   url: https://github.com/freebsd/freebsd/
27   flavor: individual-files
28   source-hosting: github
29   vendor-directory: modules/fdlibm/src
31   individual-files-default-upstream: 'lib/msun/src/'
32   individual-files-default-destination: '{vendor_dir}/'
33   individual-files-list:
34     - math_private.h
35     - math.h
36     - e_acos.c
37     - e_acosf.c
38     - e_acosh.c
39     - e_asin.c
40     - e_asinf.c
41     - e_atan2.c
42     - e_atanh.c
43     - e_cosh.c
44     - e_exp.c
45     - e_expf.c
46     - e_hypot.c
47     - e_hypotf.c
48     - e_log10.c
49     - e_log10f.c
50     - e_log2.c
51     - e_log.c
52     - e_logf.c
53     - e_pow.c
54     - e_powf.c
55     - e_rem_pio2.c
56     - e_rem_pio2f.c
57     - e_sinh.c
58     - e_sqrtf.c
59     - k_cos.c
60     - k_cosf.c
61     - k_exp.c
62     - k_expf.c
63     - k_log.h
64     - k_logf.h
65     - k_rem_pio2.c
66     - k_sin.c
67     - k_sinf.c
68     - k_tan.c
69     - k_tanf.c
70     - s_asinh.c
71     - s_atan.c
72     - s_atanf.c
73     - s_cbrt.c
74     - s_ceil.c
75     - s_ceilf.c
76     - s_copysign.c
77     - s_cos.c
78     - s_cosf.c
79     - s_expm1.c
80     - s_exp2.c
81     - s_exp2f.c
82     - s_fabs.c
83     - s_fabsf.c
84     - s_floor.c
85     - s_floorf.c
86     - s_log1p.c
87     - s_nearbyint.c
88     - s_rint.c
89     - s_rintf.c
90     - s_scalbn.c
91     - s_scalbnf.c
92     - s_sin.c
93     - s_sinf.c
94     - s_tan.c
95     - s_tanf.c
96     - s_tanh.c
97     - s_trunc.c
98     - s_truncf.c
100   update-actions:
101     - action: 'move-file'
102       from: '{vendor_dir}/math.h'
103       to: '{vendor_dir}/fdlibm.h'
104     - action: 'run-script'
105       script: '{yaml_dir}/rename_c_to_cpp.sh'
106       cwd: '{vendor_dir}'
108   patches:
109     - 'patches/*.patch'
111 updatebot:
112     maintainer-phab: arai
113     maintainer-bz: arai.unmht@gmail.com
114     tasks:
115       - type: vendoring
116         enabled: false