mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/coursier-bin: drop 2.1.8
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST coursier-bin-2.1.13.gz 20930103 BLAKE2B 0f0281917061b7684dc5728217c240515ed82ad28c502f8a8ed13e6b8e79b4d1f41e958f788bb1e3aa54ebc9c36268282a1034829bc31b2501d52741d4b7cd3b SHA512 df3fe0b552525d4c1dcd50e4e31d3c9686d9bea6d75721ff4c30c93209a1ded5521f9f8ec9746260c0c75fd50c24bbcd5f5a163c4c3f8fbef72de8be20a9d266
|
||||
DIST coursier-bin-2.1.8.gz 20863902 BLAKE2B 13ce0a1aa6dd2c1272567a76f3a762e31d9d6794e034e033d5d5accd0b6c534702fc62b5cab83070bb1081c7072ad7a04be86c38b4929d75f2d1f050f320820d SHA512 9cc8f13ecd0c166d46aaeeedb9279eb2885a7edac24c5b106ca30968c4c6fc5f47efe3a38e7aa6864dee517a7bc2cfba71fdd32741d295887bdb62594832bb9e
|
||||
DIST coursier-bin-2.1.9.gz 20870390 BLAKE2B 720698e6c55a8c070d02f01ec528bab06f397b3c580fa3e533a45cf0073d8b9caf506cfff10d1b68eb9348c8b0da9abab9e7fb183f0561b62a82a96d21d35f5e SHA512 102c351aa0647fe5cd9d00ee164c1cebbcd6bd133a11bdfd653f70a5347da02e32ba74d5b51ea425e9189bb7113ef16c3902219bfa1ef0172bac7955712031c6
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
get_orig_coursier_pv() {
|
||||
local orig_pv=$(ver_rs 3 -)
|
||||
orig_pv=${orig_pv/rc/RC}
|
||||
orig_pv=${orig_pv/pre/M}
|
||||
echo "${orig_pv}"
|
||||
}
|
||||
|
||||
DESCRIPTION="Java/Scala artifact fetching, bundling and deploying"
|
||||
HOMEPAGE="https://get-coursier.io/"
|
||||
SRC_URI="https://github.com/coursier/coursier/releases/download/v$(get_orig_coursier_pv)/cs-x86_64-pc-linux.gz -> ${P}.gz"
|
||||
|
||||
KEYWORDS="amd64"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
RDEPEND=">=virtual/jre-8"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/coursier"
|
||||
QA_TEXTRELS="usr/bin/coursier"
|
||||
|
||||
src_install() {
|
||||
newbin "${P}" coursier
|
||||
}
|
||||
Reference in New Issue
Block a user