From 1054e88110726ad5a492be2410b9529264b9ef98 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Tue, 18 Feb 2020 16:10:19 +0100 Subject: [PATCH] Improved some system crates --- index/aw/aws.toml | 10 +++++++--- index/gn/gnatcoll.toml | 4 ++++ index/li/libgmp.toml | 2 +- index/pl/plplot.toml | 10 ++++++++++ index/te/templates_parser.toml | 5 +++++ 5 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 index/pl/plplot.toml diff --git a/index/aw/aws.toml b/index/aw/aws.toml index f7a51026..d426a316 100644 --- a/index/aw/aws.toml +++ b/index/aw/aws.toml @@ -1,11 +1,15 @@ [general] description = "Ada Web Server" -long-description = "This is a placeholder for an unsupported crate. Please contact the maintainer if you want to take over packaging and maintenance of this crate." maintainers = ["alejandro@mosteo.com"] maintainers-logins = ["mosteo"] licenses = [] [[external]] kind = "hint" -# Marked as unavailable external until it's properly packaged. -# This way a hint is generated without interfering with resolution of dependent packages. +hint = "Available through GNAT CE bundles" +available.'case(toolchain)'.system = false + +[[external]] +kind = "system" +origin = ["libaws3.3.2.2-dev"] +available.'case(toolchain)'.user = false diff --git a/index/gn/gnatcoll.toml b/index/gn/gnatcoll.toml index 1c97422f..226ccb28 100644 --- a/index/gn/gnatcoll.toml +++ b/index/gn/gnatcoll.toml @@ -48,3 +48,7 @@ project-files = ["gnatcoll.gpr"] [2019.depends-on] gnat = "^2019 | (>=9.0 & <2000)" + +[[external]] +kind = "system" +origin = ["libgnatcoll16.1.0-dev"] diff --git a/index/li/libgmp.toml b/index/li/libgmp.toml index aa740945..6d7653af 100644 --- a/index/li/libgmp.toml +++ b/index/li/libgmp.toml @@ -7,4 +7,4 @@ maintainers-logins = ["pmderodat"] [[external]] kind = "system" [external.origin.'case(distribution)'] - 'debian|ubuntu' = ["system:libgmp-dev"] + 'debian|ubuntu' = ["libgmp-dev"] diff --git a/index/pl/plplot.toml b/index/pl/plplot.toml new file mode 100644 index 00000000..ee9057cb --- /dev/null +++ b/index/pl/plplot.toml @@ -0,0 +1,10 @@ +[general] + +description = "A plotting library" +licenses = ["LGPL 2.1"] +maintainers = ["alejandro@mosteo.com"] +maintainers-logins = ["mosteo"] + +[[external]] +kind = "system" +origin = ["libplplot-ada-dev"] diff --git a/index/te/templates_parser.toml b/index/te/templates_parser.toml index 3d664708..ac0035e3 100644 --- a/index/te/templates_parser.toml +++ b/index/te/templates_parser.toml @@ -28,3 +28,8 @@ origin-hashes = ["sha512:997a4ca50fef45846b125813ae2b5863632fa45120f7fc97fe501fd ['17.2'.depends-on] xmlada = "any" + +#[[external]] +#kind = "system" +#origin = ["libtemplates-parser11.10.2-dev"] +# This release corresponds with 17.2 given in source form