aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22024-09-06 23:40:46 +0100
committer1024x22024-09-06 23:41:18 +0100
commit84e9dac31869317962dbc9841d81bfefc2a4800a (patch)
treec86ce23f4cc26615e9b208fb6a9e901f77e14398
parent9bfa4a3c7d0d379d1d754eb031e16cc1d55fd6e6 (diff)
dev-vcs/p4: update and add x86 version
-rw-r--r--dev-vcs/p4/Manifest4
-rw-r--r--dev-vcs/p4/p4-2022.2.2637361.ebuild28
-rw-r--r--dev-vcs/p4/p4-2024.1.2625008.ebuild (renamed from dev-vcs/p4/p4-2023.2.2578891.ebuild)0
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-vcs/p4/Manifest b/dev-vcs/p4/Manifest
index b9e71ae..9a0025b 100644
--- a/dev-vcs/p4/Manifest
+++ b/dev-vcs/p4/Manifest
@@ -1 +1,3 @@
-DIST p4-2023.2.2578891-amd64 10447528 BLAKE2B 159e991d6b8e7b320ee62d2b50a0050660bb471aa44feebcd96b3bd630e44608aa6b77611d2ec268627d796d3d2550c920e43874815bfec4c83cee7967fc07b5 SHA512 181d8469b0e4062ee3797767285524b6947044b76613eb4b1cd41ab56851cb4d4b8dee1381b373d40f41d3e42caf48761731b566edf198bee61fe53947f785ae
+DIST p4-2022.2.2637361-amd64 10236040 BLAKE2B 6cd27bd6373b202f63f21328c6a1243127d1794da9dbc18fdfc14612634176bbf791f3ba80c87387709ada8218791f6fcc3014f455c721f6b2b46f82f5d696f1 SHA512 2ec97f230a6aafb8c6511c135d34a0e577abc6576b5524383293e1792798a5ee2cf8dee0ef5b5da8850579f54a67a77d6f0f4246669e3b1ecad6bc554e556a2b
+DIST p4-2022.2.2637361-x86 10841396 BLAKE2B 20ba88f541495d35b3df0396b8afc470678da691dbf017b69e4c933c119b329f514ddd563605a710ce613960065c8486238842532c5b2c54c128c1f0fd987ee7 SHA512 5106a3192f9b80a47d2069a27638ec8f04dc66c4ed88d5474a69eb6274e7a076d1bac3611c529a6baa5e3145a896aebe7a2b9e4d998f60667ad829584b507750
+DIST p4-2024.1.2625008-amd64 10580168 BLAKE2B a28454a30af8263c748afefc6b6e64db5afa32c22e03f93c109a8d8676f17553ab8f75af67092fef5142984b100218125d2c8d56fd0a97d8957792a8f1a76453 SHA512 7db62ba905d98ad7dcfd36f02cdf90a3b6828bbf68b65e453dd55e939128e1c8f5b075ed87dec6d98ec1191c589d1c966db9948e3a85a821d6fb3a4e4bf405e4
diff --git a/dev-vcs/p4/p4-2022.2.2637361.ebuild b/dev-vcs/p4/p4-2022.2.2637361.ebuild
new file mode 100644
index 0000000..036f986
--- /dev/null
+++ b/dev-vcs/p4/p4-2022.2.2637361.ebuild
@@ -0,0 +1,28 @@
+# 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="
+ x86? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86/p4 -> ${P}-x86 )
+ amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4 -> ${P}-amd64 )
+"
+S="${WORKDIR}"
+LICENSE="Perforce"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="mirror strip bindist"
+
+src_unpack() {
+ cp "${DISTDIR}/${A}" p4 || die
+}
+
+src_install() {
+ dobin p4
+}
diff --git a/dev-vcs/p4/p4-2023.2.2578891.ebuild b/dev-vcs/p4/p4-2024.1.2625008.ebuild
index 57773de..57773de 100644
--- a/dev-vcs/p4/p4-2023.2.2578891.ebuild
+++ b/dev-vcs/p4/p4-2024.1.2625008.ebuild