diff options
author | 1024x2 | 2025-06-19 11:50:02 +0100 |
---|---|---|
committer | 1024x2 | 2025-06-19 11:50:02 +0100 |
commit | 8b3c4eea0336e061fec2d449b3f845ab1da53bae (patch) | |
tree | 4c6f643648509eec1ee3a7966f2573bd3b9a0173 /dev-vcs/p4/p4-2024.2.2697822.ebuild | |
parent | 2953ff694fa32b300a89f1d069987fb4f7dcf96e (diff) |
dev-vcs/p4: drop 2024.2.2697822
Diffstat (limited to 'dev-vcs/p4/p4-2024.2.2697822.ebuild')
-rw-r--r-- | dev-vcs/p4/p4-2024.2.2697822.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-vcs/p4/p4-2024.2.2697822.ebuild b/dev-vcs/p4/p4-2024.2.2697822.ebuild deleted file mode 100644 index f9b959b..0000000 --- a/dev-vcs/p4/p4-2024.2.2697822.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -REL="$(ver_cut 1-2)" -SHORTREL="${REL:2}" - -DESCRIPTION="Command-line client for the Perforce VCS" -HOMEPAGE="https://www.perforce.com/" -SRC_URI=" - amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4 -> ${P}-amd64 ) - arm64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26aarch64/p4 -> ${P}-arm64 ) -" -S="${WORKDIR}" -LICENSE="Perforce" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm64" -IUSE="" -RESTRICT="mirror strip bindist" - -src_unpack() { - cp "${DISTDIR}/${A}" p4 || die -} - -src_install() { - dobin p4 -} |