Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/
Date: Wed, 02 Jun 2021 11:41:20
Message-Id: 1622634062.1b092081f0c6add9ade3bb081c1b80a067e9aba2.tupone@gentoo
1 commit: 1b092081f0c6add9ade3bb081c1b80a067e9aba2
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 11:41:02 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 11:41:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b092081
7
8 dev-ada/xmlada: use ADAMIRROR & ID
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ada/xmlada/xmlada-2021.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ada/xmlada/xmlada-2021.ebuild b/dev-ada/xmlada/xmlada-2021.ebuild
17 index 48aca1fae2f..e861e3f175d 100644
18 --- a/dev-ada/xmlada/xmlada-2021.ebuild
19 +++ b/dev-ada/xmlada/xmlada-2021.ebuild
20 @@ -7,11 +7,12 @@ ADA_COMPAT=( gnat_201{6..9} gnat_202{0..1} )
21 inherit ada multiprocessing
22
23 MYP=${P}-${PV}0518-19D50-src
24 +ID=6a2cf72f308cc787926b12ddc20993fcf2b8ea79
25 +ADAMIRROR=https://community.download.adacore.com/v1
26
27 DESCRIPTION="Set of modules that provide a simple manipulation of XML streams"
28 HOMEPAGE="http://libre.adacore.com/"
29 -SRC_URI="https://community.download.adacore.com/v1/6a2cf72f308cc787926b12ddc20993fcf2b8ea79?filename=${MYP}.tar.gz
30 - -> ${MYP}.tar.gz"
31 +SRC_URI="${ADAMIRROR}/${ID}?filename=${MYP}.tar.gz -> ${MYP}.tar.gz"
32
33 LICENSE="GPL-3"
34 SLOT="0"