alire v0.6

This commit is contained in:
Alejandro R Mosteo
2018-06-12 19:36:22 +02:00
parent f418890a85
commit 15a6c5d52b
2 changed files with 20 additions and 2 deletions
+10
View File
@@ -1,3 +1,4 @@
with Alire.Index.AAA;
with Alire.Index.Semantic_Versioning;
with Alire.Index.Simple_Logging;
@@ -16,6 +17,15 @@ package Alire.Index.Alire is
Author ("Alejandro R. Mosteo") and
License (GPL_3_0));
package V_0_6 is new Project_Release
(Base
.Replacing (Origin =>
Git (Repo, "f418890a85f421b20ad00f1f52259c122f883aca"))
.Extending (Dependencies =>
AAA.V_1_0_0.Within_Major and
Semantic_Versioning.V_0_3_2.Within_Minor and
Simple_Logging.V_1_0.Within_Major));
package V_0_5 is new Project_Release
(Base
.Replacing (Origin =>
+10 -2
View File
@@ -1,3 +1,4 @@
with Alire.Index.AAA;
with Alire.Index.AJUnitGen;
with Alire.Index.Alire;
with Alire.Index.Semantic_Versioning;
@@ -14,8 +15,8 @@ package Alire.Index.Alr is
Base : constant Release :=
Project.Unreleased
(Dependencies =>
Semantic_Versioning.V_0_3_2.Within_Minor and
Simple_Logging .V_1_0 .Within_Major,
Semantic_Versioning .V_0_3_2 .Within_Minor and
Simple_Logging .V_1_0 .Within_Major,
Properties =>
Author ("Alejandro R. Mosteo") and
@@ -31,6 +32,13 @@ package Alire.Index.Alr is
AJUnitGen.V_1_0_0.Within_Major
));
package V_0_6 is new Project_Release
(V_0_5
.Replacing
(Origin => Git (Repo, "d26955fbfd8ef8b301791ab554113af1c6d46365"))
.Extending
(Dependencies =>
package V_0_4 is new Project_Release
(Base
.Replacing (Git (Repo, "721d111225cf30b9c298ff23587664510f4c4ea1"))