From b034f7e015041b161e349e622cd58f2b28892154 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 28 Oct 2021 17:42:37 +0200 Subject: [PATCH] xmlada and libgpr 22.0.0 (#391) --- index/li/libgpr/libgpr-22.0.0.toml | 22 +++++++++++++++ index/xm/xmlada/xmlada-22.0.0.toml | 43 ++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 index/li/libgpr/libgpr-22.0.0.toml create mode 100644 index/xm/xmlada/xmlada-22.0.0.toml diff --git a/index/li/libgpr/libgpr-22.0.0.toml b/index/li/libgpr/libgpr-22.0.0.toml new file mode 100644 index 00000000..44746680 --- /dev/null +++ b/index/li/libgpr/libgpr-22.0.0.toml @@ -0,0 +1,22 @@ +name = "libgpr" +version = "22.0.0" +description = "GNAT Project File Library" +authors = ["AdaCore"] +licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["gpr/gpr.gpr"] + +[configuration] +disabled = true + +[gpr-externals] +GPR_BUILD = ["debug", "production", "coverage", "profiling"] +LIBRARY_TYPE = ["static", "relocatable", "static-pic"] + +[[depends-on]] +xmlada = "~22.0.0" + +[origin] +url="https://github.com/AdaCore/gprbuild/archive/v22.0.0/gprbuild-22.0.0.zip" +hashes=['sha512:30e39dccd28aa8d0c23dc76704a0ae1f27f181c807587472daadd8693489f3a53dda3c2bfa5c8fc754aa0ceb9e4be063213b46f833d3845ab204276640f40a2d'] diff --git a/index/xm/xmlada/xmlada-22.0.0.toml b/index/xm/xmlada/xmlada-22.0.0.toml new file mode 100644 index 00000000..208d34eb --- /dev/null +++ b/index/xm/xmlada/xmlada-22.0.0.toml @@ -0,0 +1,43 @@ +name = "xmlada" +version = "22.0.0" +description = "The XML/Ada toolkit" +website = "https://github.com/AdaCore/xmlada" +authors = ["AdaCore"] +licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["distrib/xmlada.gpr", + "dom/xmlada_dom.gpr", + "sax/xmlada_sax.gpr", + "input_sources/xmlada_input.gpr", + "schema/xmlada_schema.gpr", + "unicode/xmlada_unicode.gpr"] + +[[depends-on]] +gnat = ">=11" + +[configuration] +disabled = true + +# Get up-to-date config.guess +[[actions]] +type = "post-fetch" +command = ["wget", "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD", "-O", "config.guess"] + +# Get up-to-date config.sub +[[actions]] +type = "post-fetch" +command = ["wget", "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD", "-O", "config.sub"] + +[[actions]] +type = "post-fetch" +command = ["sh", "configure"] + +[gpr-externals] +LIBRARY_TYPE = ["static", "relocatable", "static-pic"] +XMLADA_BUILD_MODE = ["distrib", "Debug", "Production", + "profile", "coverage", "nochecks"] + +[origin] +url="https://github.com/AdaCore/xmlada/archive/v22.0.0/xmlada-22.0.0.zip" +hashes=['sha512:b322ae27f386dc530784f129af9b2f456302f53752d11829b687f90ae60424b1530a28c0667a186647f3bf416766a4633366af26b8d831a5a7e6c16c355c593b']