From eb3ea5d9ed3e526d979fee1c6614ed8ec2e888eb Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Tue, 9 Apr 2019 18:32:45 +0200 Subject: [PATCH] Fix errors in the index, found after improving the TOML loader --- index/ap/apq.toml | 1 + index/as/asis.toml | 1 - index/gl/globe_3d.toml | 2 +- index/gl/glut.toml | 1 + index/gn/gnat.toml | 1 + index/gt/gtkada.toml | 1 + index/he/hello.toml | 1 + index/li/libadacrypt.toml | 6 +++++- index/li/libglfw3.toml | 1 + index/li/libgnutls.toml | 1 + index/li/libgraph_easy_perl.toml | 1 + index/li/libgsl.toml | 1 + index/li/libhello.toml | 1 + index/li/liblua.toml | 1 + index/li/libsdl2.toml | 1 + index/li/libsdl2_image.toml | 3 ++- index/li/libsdl2_ttf.toml | 1 + index/li/libx11.toml | 1 + index/ma/make.toml | 1 + index/nc/ncursesada.toml | 3 +++ index/op/openglada.toml | 3 +++ index/sd/sdlada.toml | 1 + index/se/semantic_versioning.toml | 1 + index/si/simple_logging.toml | 1 + index/un/unixodbc.toml | 1 + index/zl/zlib.toml | 1 + 26 files changed, 34 insertions(+), 4 deletions(-) diff --git a/index/ap/apq.toml b/index/ap/apq.toml index e8477ed4..e298a7a6 100644 --- a/index/ap/apq.toml +++ b/index/ap/apq.toml @@ -1,6 +1,7 @@ [general] description = "APQ Ada95 Database Library (core)" licenses = ["GMGPL 2.0", "GMGPL 3.0"] +maintainers = ["alejandro@mosteo.com"] project-files = ["apq.gpr"] [general.gpr-externals] diff --git a/index/as/asis.toml b/index/as/asis.toml index 15f2fa1e..3d7adf0c 100644 --- a/index/as/asis.toml +++ b/index/as/asis.toml @@ -19,7 +19,6 @@ project-files = ["asis-gpl-2018-src/asis.gpr"] [2018.available.'case(compiler)'] gnat-community-2018 = true - '...' = false [2017] origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb" diff --git a/index/gl/globe_3d.toml b/index/gl/globe_3d.toml index abd79975..b2075df4 100644 --- a/index/gl/globe_3d.toml +++ b/index/gl/globe_3d.toml @@ -7,7 +7,6 @@ maintainers = ["alejandro@mosteo.com"] [general.available.'case(os)'] linux = true - '...' = false [20180111] origin = "git+https://github.com/svn2github/GLOBE_3D.git@93f7185130e2fb0db7f1f7e67eaf1b6ca561d651" @@ -21,3 +20,4 @@ project-files = ["globe_3d.gpr"] [20180111.gpr-set-externals.OS_Kind.'case(os)'] linux = "linux" + '...' = "" diff --git a/index/gl/glut.toml b/index/gl/glut.toml index 0eb5a93f..d819ddd8 100644 --- a/index/gl/glut.toml +++ b/index/gl/glut.toml @@ -1,6 +1,7 @@ [general] description = "OpenGL Utility Toolkit" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['2.8.1-3'] ['2.8.1-3'.origin.'case(distribution)'] diff --git a/index/gn/gnat.toml b/index/gn/gnat.toml index 3c627183..7696b5de 100644 --- a/index/gn/gnat.toml +++ b/index/gn/gnat.toml @@ -1,6 +1,7 @@ [general] description = "GNAT is a compiler for the Ada programming language" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['7.0'] ['7.0'.origin.'case(distribution)'] diff --git a/index/gt/gtkada.toml b/index/gt/gtkada.toml index 8576a112..574314ef 100644 --- a/index/gt/gtkada.toml +++ b/index/gt/gtkada.toml @@ -1,6 +1,7 @@ [general] description = "Ada binding for the GTK+ GUI" licenses = [] +maintainers = ["alejandro@mosteo.com"] [general.depends-on] gnat = "any" diff --git a/index/he/hello.toml b/index/he/hello.toml index e89f41a0..3a67600a 100644 --- a/index/he/hello.toml +++ b/index/he/hello.toml @@ -1,6 +1,7 @@ [general] description = """"Hello, world!" demonstration project""" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['1.0.1'] origin = "git+https://github.com/alire-project/hello.git@65725c20778875eef12b61a01b437120932965f3" diff --git a/index/li/libadacrypt.toml b/index/li/libadacrypt.toml index 3c7849b0..e4a40eb8 100644 --- a/index/li/libadacrypt.toml +++ b/index/li/libadacrypt.toml @@ -11,6 +11,10 @@ executables = ["test-asymmetric_ciphers", "test-symmetric_ciphers", "test-tests"] + [general.available.'case(os)'] + linux = true + windows = true + [general.gpr-externals] system = ["unix", "windows"] mode = ["debug", "release"] @@ -19,6 +23,7 @@ executables = ["test-asymmetric_ciphers", [general.gpr-set-externals.system.'case(os)'] linux = "unix" windows = "windows" + '...' = "" ['0.8.7'] origin = "git+https://github.com/alire-project/Ada-Crypto-Library.git@33d15283abbc6d8a51d717de2bd822e026710c0d" @@ -29,4 +34,3 @@ notes = "It fails self-tests; might be a spurious warning" ['0.8.7'.available.'case(compiler)'] 'gnat-fsf-7.3|gnat-community-2018' = true - '..' = false diff --git a/index/li/libglfw3.toml b/index/li/libglfw3.toml index 2c87dd96..19c34599 100644 --- a/index/li/libglfw3.toml +++ b/index/li/libglfw3.toml @@ -1,6 +1,7 @@ [general] description = "Portable library for OpenGL, window and input" licenses = [] +maintainers = ["alejandro@mosteo.com"] [3] [3.origin.'case(distribution)'] diff --git a/index/li/libgnutls.toml b/index/li/libgnutls.toml index 90ebb6e6..5b164c6e 100644 --- a/index/li/libgnutls.toml +++ b/index/li/libgnutls.toml @@ -1,6 +1,7 @@ [general] description = "GNU TLS library" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['3.5.8'] ['3.5.8'.origin.'case(distribution)'] diff --git a/index/li/libgraph_easy_perl.toml b/index/li/libgraph_easy_perl.toml index 503b73ff..08e6aa94 100644 --- a/index/li/libgraph_easy_perl.toml +++ b/index/li/libgraph_easy_perl.toml @@ -1,6 +1,7 @@ [general] description = "Drawing of ASCII graphs" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['2.8.1-3'] ['2.8.1-3'.origin.'case(distribution)'] diff --git a/index/li/libgsl.toml b/index/li/libgsl.toml index a0ef80fa..1e3600fb 100644 --- a/index/li/libgsl.toml +++ b/index/li/libgsl.toml @@ -1,6 +1,7 @@ [general] description = "The GNU Scientific Library (GSL)" licenses = [] +maintainers = ["alejandro@mosteo.com"] [0] [0.origin.'case(distribution)'] diff --git a/index/li/libhello.toml b/index/li/libhello.toml index ea890e41..01fc24e5 100644 --- a/index/li/libhello.toml +++ b/index/li/libhello.toml @@ -1,6 +1,7 @@ [general] description = """"Hello, world!" demonstration project support library""" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['1.0'] origin = "git+https://github.com/alire-project/libhello.git@ce78e7706c9d3f97605df48d8befca5407f8d328" diff --git a/index/li/liblua.toml b/index/li/liblua.toml index 68bd643c..3a6c8ba9 100644 --- a/index/li/liblua.toml +++ b/index/li/liblua.toml @@ -1,6 +1,7 @@ [general] description = "Development files for the Lua language" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['5.3'] ['5.3'.origin.'case(distribution)'] diff --git a/index/li/libsdl2.toml b/index/li/libsdl2.toml index cade6afd..a635357a 100644 --- a/index/li/libsdl2.toml +++ b/index/li/libsdl2.toml @@ -1,6 +1,7 @@ [general] description = "Simple DirectMedia Layer development files" licenses = [] +maintainers = ["alejandro@mosteo.com"] [2] [2.origin.'case(distribution)'] diff --git a/index/li/libsdl2_image.toml b/index/li/libsdl2_image.toml index 0a232958..c2843851 100644 --- a/index/li/libsdl2_image.toml +++ b/index/li/libsdl2_image.toml @@ -1,8 +1,9 @@ [general] description = "Simple DirectMedia Layer development files - Image" licenses = [] +maintainers = ["alejandro@mosteo.com"] [2] [2.origin.'case(distribution)'] 'debian|ubuntu' = "native:libsdl2-image-dev" - '...' = [] + '...' = "" diff --git a/index/li/libsdl2_ttf.toml b/index/li/libsdl2_ttf.toml index 50529a23..351e82ec 100644 --- a/index/li/libsdl2_ttf.toml +++ b/index/li/libsdl2_ttf.toml @@ -1,6 +1,7 @@ [general] description = "Simple DirectMedia Layer development files - TTF" licenses = [] +maintainers = ["alejandro@mosteo.com"] [2] [2.origin.'case(distribution)'] diff --git a/index/li/libx11.toml b/index/li/libx11.toml index e01af689..5b6289a5 100644 --- a/index/li/libx11.toml +++ b/index/li/libx11.toml @@ -1,6 +1,7 @@ [general] description = "X11 client-side library" licenses = [] +maintainers = ["alejandro@mosteo.com"] [2] [2.origin.'case(distribution)'] diff --git a/index/ma/make.toml b/index/ma/make.toml index 1658c9b8..dc39f15d 100644 --- a/index/ma/make.toml +++ b/index/ma/make.toml @@ -1,5 +1,6 @@ [general] description = "Utility for directing compilation" +maintainers = ["alejandro@mosteo.com"] licenses = [] [0] diff --git a/index/nc/ncursesada.toml b/index/nc/ncursesada.toml index ab65e508..b5b243d9 100644 --- a/index/nc/ncursesada.toml +++ b/index/nc/ncursesada.toml @@ -1,5 +1,8 @@ [general] description = "Ada binding to the ncurses text interface library" +authors = ["Thomas E. Dickey", "Juergen Pfeifer", "Eugene V Melaragno", + "Nicolas Boulenguez"] +maintainers = ["alejandro@mosteo.com"] licenses = [] [general.depends-on] diff --git a/index/op/openglada.toml b/index/op/openglada.toml index 193e2e20..13eaf1f3 100644 --- a/index/op/openglada.toml +++ b/index/op/openglada.toml @@ -19,6 +19,7 @@ executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos", [general.gpr-set-externals.Windowing_System.'case(os)'] linux = "x11" + '...' = "" ['0.6'] origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b927e9ddf6e4649" @@ -26,3 +27,5 @@ origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b92 ['0.6'.depends-on.'case(os)'.linux] libglw3 = "^3" libx11 = "^2" + + ['0.6'.depends-on.'case(os)'.'...'] diff --git a/index/sd/sdlada.toml b/index/sd/sdlada.toml index eb92b92c..40bca4fc 100644 --- a/index/sd/sdlada.toml +++ b/index/sd/sdlada.toml @@ -15,6 +15,7 @@ project-files = ["build/gnat/sdlada.gpr"] [general.gpr-set-externals.SDL_PLATFORM.'case(os)'] linux = "linux" + '...' = "" [general.available.'case(os)'] linux = true diff --git a/index/se/semantic_versioning.toml b/index/se/semantic_versioning.toml index 22368365..6385215b 100644 --- a/index/se/semantic_versioning.toml +++ b/index/se/semantic_versioning.toml @@ -1,6 +1,7 @@ [general] description = "Semantic Versioning in Ada" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['0.3.2'] origin = "git+https://github.com/alire-project/semantic_versioning.git@dc462f11adb34bbb3d9163e44c287add5b3421c6" diff --git a/index/si/simple_logging.toml b/index/si/simple_logging.toml index e20dbea0..96b5a103 100644 --- a/index/si/simple_logging.toml +++ b/index/si/simple_logging.toml @@ -1,6 +1,7 @@ [general] description = "Simple logging to console" licenses = [] +maintainers = ["alejandro@mosteo.com"] ['1.0'] origin = "git+https://github.com/alire-project/simple_logging.git@d98242b8bd1c7f964cebc454e9b1206ffdbb0ca9" diff --git a/index/un/unixodbc.toml b/index/un/unixodbc.toml index 1aeb68d6..770f943a 100644 --- a/index/un/unixodbc.toml +++ b/index/un/unixodbc.toml @@ -1,6 +1,7 @@ [general] description = "Open Database Connectivity drivers for UNIX platforms" licenses = [] +maintainers = ["alejandro@mosteo.com"] website = "http://www.unixodbc.org" ['2.3'] diff --git a/index/zl/zlib.toml b/index/zl/zlib.toml index 5b8f1201..c71900cd 100644 --- a/index/zl/zlib.toml +++ b/index/zl/zlib.toml @@ -1,6 +1,7 @@ [general] description = "Library implementing the deflate method from gzip/PKZIP" licenses = [] +authors = ["Jean-loup Gailly", "Mark Adler"] maintainers = ["alejandro@mosteo.com"] ['1.2']