diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-06-02 13:44:24 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-06-02 13:44:24 +0200 |
commit | 23bd2277b69c5e8568b4fae144e93cfd7f744cd1 (patch) | |
tree | cbc2e2fb445aee97b4be587e9520de37337d105a /dev-ada | |
parent | dev-libs/libinput: Bump to version 1.18.0 (diff) | |
download | gentoo-23bd2277b69c5e8568b4fae144e93cfd7f744cd1.tar.gz gentoo-23bd2277b69c5e8568b4fae144e93cfd7f744cd1.tar.bz2 gentoo-23bd2277b69c5e8568b4fae144e93cfd7f744cd1.zip |
dev-ada/aunit: use ADAMIRROR & ID
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/aunit/aunit-2021.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ada/aunit/aunit-2021.ebuild b/dev-ada/aunit/aunit-2021.ebuild index 6dd2c2857e24..5388c385095f 100644 --- a/dev-ada/aunit/aunit-2021.ebuild +++ b/dev-ada/aunit/aunit-2021.ebuild @@ -7,11 +7,12 @@ ADA_COMPAT=( gnat_201{6..9} gnat_202{0..1} ) inherit ada multiprocessing MYP=${P}-${PV}0518-19DC5-src +ID=c8eadafc40c016859e127cd0e82411fcd8f3e749 +ADAMIRROR=https://community.download.adacore.com/v1 DESCRIPTION="Ada unit testing framework" HOMEPAGE="http://libre.adacore.com/tools/aunit/" -SRC_URI="https://community.download.adacore.com/v1/c8eadafc40c016859e127cd0e82411fcd8f3e749?filename=${MYP}.tar.gz - -> ${MYP}.tar.gz" +SRC_URI="${ADAMIRROR}/${ID}?filename=${MYP}.tar.gz -> ${MYP}.tar.gz" LICENSE="GPL-3" SLOT="0" |