migration to source archives

Crates without maintainer or pending migration remain in /orphaned
GitHub URLs rely on the default tarballs that at some point will
have to be released with uploaded binaries (with `alr publish` support).
This commit is contained in:
Alejandro R. Mosteo
2019-10-24 18:00:41 +02:00
parent 1668d504a4
commit 22a13d92f3
62 changed files with 130 additions and 69 deletions
+5 -4
View File
@@ -4,6 +4,7 @@ licenses = ["GPL 3.0"]
authors = ["AdaCore"]
website = "https://www.adacore.com/download/more"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[general.depends-on]
make = "any"
@@ -12,11 +13,11 @@ maintainers = ["alejandro@mosteo.com"]
origin = "http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27ab8"
archive-name = "asis-gpl-2018-20180524-src.tar.gz"
origin-hashes= ["sha512:e00750adf17df8d534f0e561d129002d8b3c9efd6ba9c8d6768840d1399933271d748bafb7358a45d0a520620a335e669a6c2770ed89660bb319b609961a433a"]
project-files = ["asis-gpl-2018-src/asis.gpr"]
project-files = ["asis.gpr"]
[[2018.actions]]
type = "post-fetch"
command = "make setup-snames -C asis-gpl-2018-src"
command = "make setup-snames"
[2018.available.'case(compiler)']
gnat-community-2018 = true
@@ -26,11 +27,11 @@ project-files = ["asis-gpl-2018-src/asis.gpr"]
origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb"
archive-name = "asis-gpl-2017-src.tar.gz"
origin-hashes = ["sha512:dee6b8e0851a4b3181d50256697865f7a6a613eef7b59e43cb1a0b066e794d927db9f60df33f7e1af343d41801a6b66feb1f7a963523b2442c85ca506d7e112f"]
project-files = ["asis-gpl-2017-src/asis.gpr"]
project-files = ["asis.gpr"]
[[2017.actions]]
type = "post-fetch"
command = "make setup-snames -C asis-gpl-2017-src"
command = "make setup-snames"
[2017.available.'case(compiler)']
gnat-community-2018 = true