From 84e9dac31869317962dbc9841d81bfefc2a4800a Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Fri, 6 Sep 2024 23:40:46 +0100 Subject: dev-vcs/p4: update and add x86 version --- dev-vcs/p4/p4-2023.2.2578891.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-vcs/p4/p4-2023.2.2578891.ebuild (limited to 'dev-vcs/p4/p4-2023.2.2578891.ebuild') diff --git a/dev-vcs/p4/p4-2023.2.2578891.ebuild b/dev-vcs/p4/p4-2023.2.2578891.ebuild deleted file mode 100644 index 57773de..0000000 --- a/dev-vcs/p4/p4-2023.2.2578891.ebuild +++ /dev/null @@ -1,27 +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 ) -" -S="${WORKDIR}" -LICENSE="Perforce" -SLOT="0" -KEYWORDS="-* ~amd64" -IUSE="" -RESTRICT="mirror strip bindist" - -src_unpack() { - cp "${DISTDIR}/${A}" p4 || die -} - -src_install() { - dobin p4 -} -- cgit v1.2.3