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,35 +0,0 @@
|
||||
[general]
|
||||
description = "Templates Parser: File generation from templates in Ada"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://github.com/AdaCore/templates-parser"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
|
||||
[general.gpr-externals]
|
||||
PRJ_BUILD = ["Debug", "Release"]
|
||||
TP_TASKING = ["No_Tasking" ,"Standard_Tasking"]
|
||||
TP_XMLADA = ["Installed", "Disabled"]
|
||||
LIBRARY_TYPE = ["static", "relocatable"]
|
||||
|
||||
# We configure it with external xmlada,
|
||||
# so other projects depending on xmlada do not clash
|
||||
|
||||
[general.gpr-set-externals]
|
||||
TP_XMLADA = "Installed"
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-fetch"
|
||||
command = ["cp", "config/tp_xmlada_installed.gpr", "tp_xmlada.gpr"]
|
||||
|
||||
['17.2']
|
||||
origin = "https://github.com/AdaCore/templates-parser/archive/17.2.tar.gz"
|
||||
origin-hashes = ["sha512:997a4ca50fef45846b125813ae2b5863632fa45120f7fc97fe501fd712049c5cde6544ce4df35f5d6a0064137507a9f35b0baffd3c07339adb4058705dce6178"]
|
||||
|
||||
['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
|
||||
@@ -0,0 +1,26 @@
|
||||
description = "Templates Parser: File generation from templates in Ada"
|
||||
website = "https://github.com/AdaCore/templates-parser"
|
||||
name = "templates_parser"
|
||||
version = "17.2.0"
|
||||
origin = "https://github.com/AdaCore/templates-parser/archive/17.2.tar.gz"
|
||||
authors = ["AdaCore"]
|
||||
licenses = ["GPL 3.0"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
origin-hashes = ["sha512:997a4ca50fef45846b125813ae2b5863632fa45120f7fc97fe501fd712049c5cde6544ce4df35f5d6a0064137507a9f35b0baffd3c07339adb4058705dce6178"]
|
||||
|
||||
[[actions]]
|
||||
type = "post-fetch"
|
||||
command = ["cp", "config/tp_xmlada_installed.gpr", "tp_xmlada.gpr"]
|
||||
|
||||
[[depends-on]]
|
||||
xmlada = "any"
|
||||
|
||||
[gpr-externals]
|
||||
LIBRARY_TYPE = ["static", "relocatable"]
|
||||
PRJ_BUILD = ["Debug", "Release"]
|
||||
TP_TASKING = ["No_Tasking", "Standard_Tasking"]
|
||||
TP_XMLADA = ["Installed", "Disabled"]
|
||||
|
||||
[gpr-set-externals]
|
||||
TP_XMLADA = "Installed"
|
||||
Reference in New Issue
Block a user