diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /mfbt/double-conversion/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mfbt/double-conversion/moz.yaml')
-rw-r--r-- | mfbt/double-conversion/moz.yaml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/mfbt/double-conversion/moz.yaml b/mfbt/double-conversion/moz.yaml new file mode 100644 index 0000000000..598f9b88fd --- /dev/null +++ b/mfbt/double-conversion/moz.yaml @@ -0,0 +1,48 @@ +schema: 1 + +bugzilla: + product: Core + component: "MFBT" + +origin: + name: double-conversion + description: binary-decimal and decimal-binary routines for IEEE doubles + + url: https://github.com/google/double-conversion + + release: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe (2023-05-18T12:20:37Z). + revision: 4f7a25d8ced8c7cf6eee6fd09d6788eaa23c9afe + + license: BSD-3-Clause + license-file: LICENSE + +vendoring: + url: https://github.com/google/double-conversion + source-hosting: github + tracking: commit + + exclude: + - "*" + - "double-conversion/*" + - cmake + - msvc + - test + + include: + - LICENSE + - README.md + - "double-conversion/*.h" + - "double-conversion/*.cc" + + patches: + - add-mfbt-api-markers.patch + - use-mozilla-assertions.patch + - debug-only-functions.patch + - to-fixed-dbl-max.patch + + update-actions: + - action: move-file + from: '{vendor_dir}/README.md' + to: '{vendor_dir}/double-conversion/README.md' + - action: delete-path + path: '{vendor_dir}/double-conversion/.gitignore' |