File: moz.yaml

package info (click to toggle)
firefox 147.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,484 kB
  • sloc: cpp: 7,607,246; javascript: 6,533,185; ansic: 3,775,227; python: 1,415,393; xml: 634,561; asm: 438,951; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (101 lines) | stat: -rw-r--r-- 2,068 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Version of this schema
schema: 1

bugzilla:
  product: "Core"
  component: "JavaScript Engine"

origin:
  name: "fdlibm"
  description: "The fdlibm library imported from freebsd"

  url: "https://github.com/freebsd/freebsd/tree/master/lib/msun/src"

  # Human-readable identifier for this version/release
  # Generally "version NNN", "tag SSS", "bookmark SSS"
  release: "commit 369ea0520a3061c07400d7cd32172efb6af39815 (2022-08-04T17:33:34Z)"

  # Revision to pull in
  # Must be a long or short commit SHA (long preferred)
  revision: bd5e624a861433dee76fe00a8acedc9564425332

  license: "BSD-2-Clause"
  license-file: LICENSE

vendoring:
  url: https://github.com/freebsd/freebsd/
  flavor: individual-files
  source-hosting: github
  vendor-directory: modules/fdlibm/src

  individual-files-default-upstream: 'lib/msun/src/'
  individual-files-default-destination: '{vendor_dir}/'
  individual-files-list:
    - e_acos.c
    - e_acosf.c
    - e_acosh.c
    - e_asin.c
    - e_asinf.c
    - e_atan2.c
    - e_atanh.c
    - e_cosh.c
    - e_exp.c
    - e_expf.c
    - e_hypot.c
    - e_hypotf.c
    - e_log.c
    - e_log10.c
    - e_log10f.c
    - e_log2.c
    - e_logf.c
    - e_pow.c
    - e_powf.c
    - e_rem_pio2.c
    - e_rem_pio2f.c
    - e_sinh.c
    - k_cos.c
    - k_cosf.c
    - k_exp.c
    - k_expf.c
    - k_log.h
    - k_logf.h
    - k_rem_pio2.c
    - k_sin.c
    - k_sinf.c
    - k_tan.c
    - k_tanf.c
    - math.h
    - math_private.h
    - s_asinh.c
    - s_atan.c
    - s_atanf.c
    - s_cbrt.c
    - s_cos.c
    - s_cosf.c
    - s_exp2.c
    - s_exp2f.c
    - s_expm1.c
    - s_log1p.c
    - s_sin.c
    - s_sinf.c
    - s_tan.c
    - s_tanf.c
    - s_tanh.c

  update-actions:
    - action: 'move-file'
      from: '{vendor_dir}/math.h'
      to: '{vendor_dir}/fdlibm.h'
    - action: 'run-script'
      script: '{yaml_dir}/rename_c_to_cpp.sh'
      cwd: '{vendor_dir}'

  patches:
    - 'patches/*.patch'

updatebot:
    maintainer-phab: arai
    maintainer-bz: arai.unmht@gmail.com
    tasks:
      - type: vendoring
        enabled: false