commit:     41b2d1d555a861059ff3846539d43b86e65fba1d
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 10:15:45 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 10:16:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b2d1d5

dev-java/coursier-bin: drop 2.1.8

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/coursier-bin/Manifest                  |  1 -
 dev-java/coursier-bin/coursier-bin-2.1.8.ebuild | 30 -------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-java/coursier-bin/Manifest b/dev-java/coursier-bin/Manifest
index 0bc2fa583943..4588b47c8186 100644
--- a/dev-java/coursier-bin/Manifest
+++ b/dev-java/coursier-bin/Manifest
@@ -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

diff --git a/dev-java/coursier-bin/coursier-bin-2.1.8.ebuild 
b/dev-java/coursier-bin/coursier-bin-2.1.8.ebuild
deleted file mode 100644
index 536fb0da7de1..000000000000
--- a/dev-java/coursier-bin/coursier-bin-2.1.8.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to