From 9aab33ff0858fda85edd4d3c5c1b8fdb6c18b55f Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 22 Sep 2024 16:41:16 +0200 Subject: [PATCH] Remove ado_all due to issues in alr pin when building --- index/ad/ado_all/ado_all-2.4.1.toml | 41 ----------------------------- 1 file changed, 41 deletions(-) delete mode 100644 index/ad/ado_all/ado_all-2.4.1.toml diff --git a/index/ad/ado_all/ado_all-2.4.1.toml b/index/ad/ado_all/ado_all-2.4.1.toml deleted file mode 100644 index ae068c001..000000000 --- a/index/ad/ado_all/ado_all-2.4.1.toml +++ /dev/null @@ -1,41 +0,0 @@ -description = "Ada Database Objects (All drivers)" -tags = ["database", "uml", "sql", "mysql", "mariadb", "sqlite", "postgresql"] -name = "ado_all" -version = "2.4.1" -licenses = "Apache-2.0" -authors = ["Stephane.Carrez@gmail.com"] -maintainers = ["Stephane.Carrez@gmail.com"] -maintainers-logins = ["stcarrez"] -project-files = ["ado_all.gpr"] -website = "https://gitlab.com/stcarrez/ada-ado" -long-description = """ - -[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary) -[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/xunits) -[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary) -[![Documentation Status](https://readthedocs.org/projects/ada-ado/badge/?version=latest)](https://ada-ado.readthedocs.io/en/latest/?badge=latest) - -This crate give access to the PostgreSQL, MySQL and SQLite drivers for the Ada Database Objects library. - -""" - -[[depends-on]] -ado = "^2.4.0" - -[configuration] -disabled = true - -[[actions]] -type = "post-fetch" -command = ["sh", "./alire-setup.sh"] - -[[actions]] -type = "pre-build" -command = ["sh", "./alire-setup.sh"] - - -[origin] -commit = "cf105198c23027ddf7d8111bf8094155c43a7709" -subdir = "./drivers/" -url = "git+https://gitlab.com/stcarrez/ada-ado.git" -