Migrated index format to per-release manifests
Also applied the rest of transformations described in alire#227: no top-level [genera] table, name/version keys, [[depends-on]] array instead of table.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
[general]
|
||||
description = "Creation of XML-formatted output from Ada programs"
|
||||
licenses = []
|
||||
authors = ["Marc A. Criley"]
|
||||
website = "http://www.mckae.com/xmlEz.html"
|
||||
name = "xml_ez_out"
|
||||
version = "1.6.0"
|
||||
origin = "https://github.com/alire-project/xmlezout/archive/alr-1.6.tar.gz"
|
||||
authors = ["Marc A. Criley"]
|
||||
executables = ["tmeztf"]
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
executables = ["tmeztf"]
|
||||
|
||||
['1.6']
|
||||
origin = "https://github.com/alire-project/xmlezout/archive/alr-1.6.tar.gz"
|
||||
origin-hashes = ["sha512:c90d08dcdb96bf39f1e06def716ea9936b2aec25fec2ea4f3314c53a2befefa4ea84c037c35abe6d7675af1c91a8847f6ce4e5e8dd32da1008f2ba43ed79151b"]
|
||||
@@ -1,34 +0,0 @@
|
||||
[general]
|
||||
description = "The XML/Ada toolkit"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://github.com/AdaCore/xmlada"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
|
||||
project-files = ["distrib/xmlada.gpr",
|
||||
"dom/xmlada_dom.gpr",
|
||||
"input_sources/xmlada_input.gpr",
|
||||
"sax/xmlada_sax.gpr",
|
||||
"schema/xmlada_schema.gpr",
|
||||
"unicode/xmlada_unicode.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
BUILD = ["distrib", "Debug", "Production", "profile", "coverage",
|
||||
"nochecks"]
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-fetch"
|
||||
command = ["sh", "configure"]
|
||||
|
||||
[[general.actions]] # Is ordering preserved by TOML load?
|
||||
type = "post-fetch"
|
||||
command = ["rm", "-f", "xmlada.gpr"]
|
||||
|
||||
[general.available.'case(os)']
|
||||
windows = false
|
||||
|
||||
['16.1']
|
||||
origin = "https://github.com/AdaCore/xmlada/archive/xmlada-16.1.tar.gz"
|
||||
origin-hashes = ["sha512:a2d454745af202a17e9bcfc3cd8226010652ab46c4699e7d374868966c6ac8e20d9fdee45ccc52c8ee99ca9ead0e979c401b1eff1647293308b975c96017692e"]
|
||||
@@ -0,0 +1,25 @@
|
||||
description = "The XML/Ada toolkit"
|
||||
website = "https://github.com/AdaCore/xmlada"
|
||||
name = "xmlada"
|
||||
version = "16.1.0"
|
||||
origin = "https://github.com/AdaCore/xmlada/archive/xmlada-16.1.tar.gz"
|
||||
authors = ["AdaCore"]
|
||||
licenses = ["GPL 3.0"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
project-files = ["distrib/xmlada.gpr", "dom/xmlada_dom.gpr", "input_sources/xmlada_input.gpr", "sax/xmlada_sax.gpr", "schema/xmlada_schema.gpr", "unicode/xmlada_unicode.gpr"]
|
||||
origin-hashes = ["sha512:a2d454745af202a17e9bcfc3cd8226010652ab46c4699e7d374868966c6ac8e20d9fdee45ccc52c8ee99ca9ead0e979c401b1eff1647293308b975c96017692e"]
|
||||
|
||||
[[actions]]
|
||||
type = "post-fetch"
|
||||
command = ["sh", "configure"]
|
||||
|
||||
[[actions]]
|
||||
type = "post-fetch"
|
||||
command = ["rm", "-f", "xmlada.gpr"]
|
||||
[available."case(os)"]
|
||||
windows = false
|
||||
|
||||
[gpr-externals]
|
||||
BUILD = ["distrib", "Debug", "Production", "profile", "coverage", "nochecks"]
|
||||
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
Reference in New Issue
Block a user