From 2b717eabc0320dd5c99239327749484fd6225f06 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 30 Sep 2021 17:16:55 +0200 Subject: [PATCH] GNAT 11.2.2, GPRbuild 21.0.2, GNATcov 21.0.2 (#376) * GNAT 11.2.2 The Linux versions are built on ubuntu 18 instead of 20 for the .1 releases. * GPRbuild 21.0.1 The Linux versions are built on ubuntu 18 instead of 20 for the .1 releases. * GNATcov 21.0.1 The Linux versions are built on ubuntu 18 instead of 20 for the .1 releases. --- .../gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml | 27 +++++++++++++++++++ index/gn/gnat_native/gnat_native-10.3.1.toml | 3 +-- index/gn/gnat_native/gnat_native-10.3.2.toml | 3 +-- index/gn/gnat_native/gnat_native-11.2.1.toml | 3 +-- index/gn/gnat_native/gnat_native-11.2.2.toml | 27 +++++++++++++++++++ .../gnat_riscv64_elf-11.2.2.toml | 27 +++++++++++++++++++ index/gn/gnatcov/gnatcov-21.0.2.toml | 23 ++++++++++++++++ index/gp/gprbuild/gprbuild-21.0.2.toml | 22 +++++++++++++++ 8 files changed, 129 insertions(+), 6 deletions(-) create mode 100644 index/gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml create mode 100644 index/gn/gnat_native/gnat_native-11.2.2.toml create mode 100644 index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.2.toml create mode 100644 index/gn/gnatcov/gnatcov-21.0.2.toml create mode 100644 index/gp/gprbuild/gprbuild-21.0.2.toml diff --git a/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml b/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml new file mode 100644 index 00000000..795afbfc --- /dev/null +++ b/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml @@ -0,0 +1,27 @@ +name = "gnat_arm_elf" +version = "11.2.2" +provides = ["gnat=11.2.2"] +description = "The GNAT Ada compiler - ARM cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-arm-elf-linux64-11.2.0-2.tar.gz" +hashes = ["sha256:c3c48e322cf14ff1d145392dc4722d9471dae41c5a3845b093130f5a0e373f07"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-arm-elf-darwin-11.2.0-2.tar.gz" +hashes = ["sha256:48dbf3535ff6c5ba63eacf16f0603b7797dac23d94db0cde380577ab0f66030e"] + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-arm-elf-windows64-11.2.0-2.tar.gz" +hashes = ["sha256:9bb39396ab4b1214a484a3802c9cc800440e6c7d93df325d3416a0306505fd48"] diff --git a/index/gn/gnat_native/gnat_native-10.3.1.toml b/index/gn/gnat_native/gnat_native-10.3.1.toml index 2783f3f9..83a5207d 100644 --- a/index/gn/gnat_native/gnat_native-10.3.1.toml +++ b/index/gn/gnat_native/gnat_native-10.3.1.toml @@ -1,5 +1,6 @@ name = "gnat_native" version = "10.3.1" +provides = ["gnat=10.3.1"] description = "The GNAT Ada compiler - Native" maintainers = ["chouteau@adacore.com"] maintainers-logins = ["Fabien-Chouteau"] @@ -7,8 +8,6 @@ licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" auto-gpr-with = false -provides = ["gnat=10.3.1"] - [configuration] disabled = true diff --git a/index/gn/gnat_native/gnat_native-10.3.2.toml b/index/gn/gnat_native/gnat_native-10.3.2.toml index efa5024c..5d8c5f66 100644 --- a/index/gn/gnat_native/gnat_native-10.3.2.toml +++ b/index/gn/gnat_native/gnat_native-10.3.2.toml @@ -1,5 +1,6 @@ name = "gnat_native" version = "10.3.2" +provides = ["gnat=10.3.1"] description = "The GNAT Ada compiler - Native" maintainers = ["chouteau@adacore.com"] maintainers-logins = ["Fabien-Chouteau"] @@ -7,8 +8,6 @@ licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" auto-gpr-with = false -provides = ["gnat=10.3.1"] - [configuration] disabled = true diff --git a/index/gn/gnat_native/gnat_native-11.2.1.toml b/index/gn/gnat_native/gnat_native-11.2.1.toml index 27ca0b09..4234cd9a 100644 --- a/index/gn/gnat_native/gnat_native-11.2.1.toml +++ b/index/gn/gnat_native/gnat_native-11.2.1.toml @@ -1,5 +1,6 @@ name = "gnat_native" version = "11.2.1" +provides = ["gnat=11.2.1"] description = "The GNAT Ada compiler - Native" maintainers = ["chouteau@adacore.com"] maintainers-logins = ["Fabien-Chouteau"] @@ -7,8 +8,6 @@ licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" auto-gpr-with = false -provides = ["gnat=11.2.1"] - [configuration] disabled = true diff --git a/index/gn/gnat_native/gnat_native-11.2.2.toml b/index/gn/gnat_native/gnat_native-11.2.2.toml new file mode 100644 index 00000000..6f53eef1 --- /dev/null +++ b/index/gn/gnat_native/gnat_native-11.2.2.toml @@ -0,0 +1,27 @@ +name = "gnat_native" +version = "11.2.2" +provides = ["gnat=11.2.2"] +description = "The GNAT Ada compiler - Native" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-x86_64-windows64-11.2.0-2.tar.gz" +hashes = ["sha256:b741ebbc9c2559106e453cd3a180cf5a442e956d68c1812c0d21eedf782bd38a"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-x86_64-darwin-11.2.0-2.tar.gz" +hashes = ["sha256:207b1d85d34cb39cf317bb142cdf519f5eb2d6a83981ae985e210bcec6e69c1f"] + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-x86_64-linux-11.2.0-2.tar.gz" +hashes = ["sha256:f1b33dee2865ccd237bda784025962f6331c9b3dfc87ec2b1f798f12641df69d"] diff --git a/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.2.toml b/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.2.toml new file mode 100644 index 00000000..445f9cb6 --- /dev/null +++ b/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.2.toml @@ -0,0 +1,27 @@ +name = "gnat_riscv64_elf" +version = "11.2.2" +provides = ["gnat=11.2.2"] +description = "The GNAT Ada compiler - RISC-V cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-riscv64-elf-linux64-11.2.0-2.tar.gz" +hashes = ["sha256:5d0c03e8df93c716476d423bbdc4c1150a370f769be30c3e6a1d909197cb6b1d"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-riscv64-elf-darwin-11.2.0-2.tar.gz" +hashes = ["sha256:b2cba6792286e082194d8759d652c2cf51b5c715a52f90bb8c311b34c4e4e084"] + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-riscv64-elf-windows64-11.2.0-2.tar.gz" +hashes = ["sha256:37b33190b9db1ac9cf6b608b50bc176d314895105ef5f626b0efb6846360c40a"] diff --git a/index/gn/gnatcov/gnatcov-21.0.2.toml b/index/gn/gnatcov/gnatcov-21.0.2.toml new file mode 100644 index 00000000..06a7f213 --- /dev/null +++ b/index/gn/gnatcov/gnatcov-21.0.2.toml @@ -0,0 +1,23 @@ +name = "gnatcov" +version = "21.0.2" + +description = "The GNAT Ada compiler - ARM cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] + +auto-gpr-with = false + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatcov-21.0-2/gnatcov-x86_64-linux-21.0-2.tar.gz" +hashes = ["sha256:7f9c225e36ba277c35ac2fd053190a8a1c36f47cdb3e8b68d74178d7c903dcb3"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatcov-21.0-2/gnatcov-x86_64-darwin-21.0-2.tar.gz" +hashes = ["sha256:b02987db79b51f5c815d5550b8688337c7706105cd713179d2a7a5657a78fcaa"] + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatcov-21.0-2/gnatcov-x86_64-windows64-21.0-2.tar.gz" +hashes = ["sha256:154a9bab22cc5656d6d282a0a998c74dd2ebc9a3aff38b9c7a765950db5321d6"] diff --git a/index/gp/gprbuild/gprbuild-21.0.2.toml b/index/gp/gprbuild/gprbuild-21.0.2.toml new file mode 100644 index 00000000..53a847e7 --- /dev/null +++ b/index/gp/gprbuild/gprbuild-21.0.2.toml @@ -0,0 +1,22 @@ +name = "gprbuild" +version = "21.0.2" +description = "The GPRBuild Ada/multilanguage build tool" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] + +auto-gpr-with = false + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gprbuild-21.0.0-2/gprbuild-x86_64-linux-21.0.0-2.tar.gz" +hashes = ["sha256:6675f899832a17fdcf4e09ada8844cc519cd5070dca3c9c6b28a7eac6085114e"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gprbuild-21.0.0-2/gprbuild-x86_64-darwin-21.0.0-2.tar.gz" +hashes = ["sha256:4f77240c83373412c62f55bda8cbf1136b53e9706dabcaab6c400b52cbadeaf3"] + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gprbuild-21.0.0-2/gprbuild-x86_64-windows64-21.0.0-2.tar.gz" +hashes = ["sha256:9ac7bb44268e0f8d4dcf1666e9ba1aa3d93309f22bd010d352a17575c25fd5d6"]