diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-java/coursier-bin | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-java/coursier-bin')
| -rw-r--r-- | dev-java/coursier-bin/Manifest | 2 | ||||
| -rw-r--r-- | dev-java/coursier-bin/coursier-bin-2.1.14.ebuild | 33 | ||||
| -rw-r--r-- | dev-java/coursier-bin/coursier-bin-2.1.24.ebuild | 33 | ||||
| -rw-r--r-- | dev-java/coursier-bin/metadata.xml | 13 |
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-java/coursier-bin/Manifest b/dev-java/coursier-bin/Manifest deleted file mode 100644 index 77982a873c4d..000000000000 --- a/dev-java/coursier-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST coursier-bin-2.1.14.gz 20928552 BLAKE2B 80bb17f45d70bf213f2df42bde77214616e69c4d2fe7a2c8dbb89b8b19da18ef6c7397658b5cc46b63b469cdc4f0b4fcafed5540fcfa5e176a3d96dffc9c6758 SHA512 6545d50aebbefa3a21f6cc74ccda6f595593e5007832c7964dfe59f188848dbb72f177f9fa706ff2c6fe217701a816a8e7b4ee7f1e86a469d9363617a18232ba -DIST coursier-bin-2.1.24.gz 23366878 BLAKE2B ec9965aa41184625b9561f134c62378c76b85071f9c89fdf4e55114e92baef39e1a7604289bb0527e9a9bae3547fa6fce085fe9d8b7c57336d7f41a0ae198166 SHA512 aaa298873605570c4ddf9c6dedfbf77f724ed635f1b1850b09813057df130ebd15e6990d251c53cfc3e3c7cf186486cb88904b29211375c98b150757044d3c88 diff --git a/dev-java/coursier-bin/coursier-bin-2.1.14.ebuild b/dev-java/coursier-bin/coursier-bin-2.1.14.ebuild deleted file mode 100644 index 20eb1df69f3b..000000000000 --- a/dev-java/coursier-bin/coursier-bin-2.1.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 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" - -S="${WORKDIR}" -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="amd64" - -RDEPEND=" - virtual/zlib:= - >=virtual/jre-8 -" - -QA_FLAGS_IGNORED="usr/bin/coursier" -QA_TEXTRELS="usr/bin/coursier" - -src_install() { - newbin "${P}" coursier -} diff --git a/dev-java/coursier-bin/coursier-bin-2.1.24.ebuild b/dev-java/coursier-bin/coursier-bin-2.1.24.ebuild deleted file mode 100644 index 20eb1df69f3b..000000000000 --- a/dev-java/coursier-bin/coursier-bin-2.1.24.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 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" - -S="${WORKDIR}" -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="amd64" - -RDEPEND=" - virtual/zlib:= - >=virtual/jre-8 -" - -QA_FLAGS_IGNORED="usr/bin/coursier" -QA_TEXTRELS="usr/bin/coursier" - -src_install() { - newbin "${P}" coursier -} diff --git a/dev-java/coursier-bin/metadata.xml b/dev-java/coursier-bin/metadata.xml deleted file mode 100644 index 17a908b541f0..000000000000 --- a/dev-java/coursier-bin/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type='person'> - <email>flow@gentoo.org</email> - <name>Florian Schmaus</name> - </maintainer> - <upstream> - <remote-id type="github">coursier/coursier</remote-id> - <bugs-to>https://github.com/coursier/coursier/issues</bugs-to> - <changelog>https://github.com/coursier/coursier/releases</changelog> - </upstream> -</pkgmetadata> |
