From de026cadc881232d624665a9f9b5268ce4cf7720 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Fri, 6 Sep 2024 23:45:43 +0100 Subject: dev-vcs/p4v: update, remove old versions --- dev-vcs/p4v/Manifest | 4 +--- dev-vcs/p4v/p4v-2023.2.2467475.ebuild | 32 -------------------------------- dev-vcs/p4v/p4v-2023.4.2558838.ebuild | 32 -------------------------------- dev-vcs/p4v/p4v-2024.1.2591061.ebuild | 32 -------------------------------- dev-vcs/p4v/p4v-2024.2.2634463.ebuild | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 33 insertions(+), 99 deletions(-) delete mode 100644 dev-vcs/p4v/p4v-2023.2.2467475.ebuild delete mode 100644 dev-vcs/p4v/p4v-2023.4.2558838.ebuild delete mode 100644 dev-vcs/p4v/p4v-2024.1.2591061.ebuild create mode 100644 dev-vcs/p4v/p4v-2024.2.2634463.ebuild diff --git a/dev-vcs/p4v/Manifest b/dev-vcs/p4v/Manifest index 810c74b..1117275 100644 --- a/dev-vcs/p4v/Manifest +++ b/dev-vcs/p4v/Manifest @@ -1,3 +1 @@ -DIST p4v-2023.2.2467475-amd64.tgz 194594026 BLAKE2B abeccd350a76330dffb5ec95f1cf5bf79784912f63f44fd647dbb2f8f146a4ae523057436adfffc5e4804712292b9a05cb33c9ccfceb9fe1992631edca8fad8d SHA512 c7e0c0fcf87ee49186a6a2e4b308741cb8173add4ddacb369a2edd30c8b93d37dc01a06ab4fc304d1d96b824339e88975d977cce485748ff6d087daa7a0698b3 -DIST p4v-2023.4.2558838-amd64.tgz 186937615 BLAKE2B e1ff9800247bbbb34c20572b68231fcc1e91bc5ed2b3a13c133a64ed0b047c3183f7c7e498a3e22f59f0bbe5338be025a3d8ab088038d6976f11f8670aa62b9c SHA512 cf88d0d7d25a88ce778fbc63bb04b966a95627d68d7946d64b53c26f2899db15a1ea982667773c462bcba7e7bf5b6c142627d34d45c6c6fdcf75f8a141b942bf -DIST p4v-2024.1.2591061-amd64.tgz 186905372 BLAKE2B 155f089c174e5b02308d2103d29d1b1c9a2b0c30c14d0aa46f71583db2358ff5b2b75be11cc0269b05b721a7d6ccb7e0fa27738e8c7399adc2f8707a1e70ba5e SHA512 f56c64ff9cb641c1c700ea0000c7299998d80e2dc4cca7967815b0277de22de91419971e513197d8c6819af78fc12d0a7c4698632804f8395f7acc38d5b20a19 +DIST p4v-2024.2.2634463-amd64.tgz 187838817 BLAKE2B 9cfd19dff2cd9b472ebf94713079ac276ec67492aaa6e9b14ff9dbcb23072748e1a3d0217e116b55204a6a243592bcae1fde41e1c61f14f4a8ff397bde69aef2 SHA512 2743504f8207a4724aec192ee8adf202e0f8e86612c11cda3f3d8a443a345bcd422dd77e36b0643862c966a1acea0ea38c9ecf224197476fc4a3c772fb3bac9f diff --git a/dev-vcs/p4v/p4v-2023.2.2467475.ebuild b/dev-vcs/p4v/p4v-2023.2.2467475.ebuild deleted file mode 100644 index 2203dc7..0000000 --- a/dev-vcs/p4v/p4v-2023.2.2467475.ebuild +++ /dev/null @@ -1,32 +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="Visual client for the Perforce VCS" -HOMEPAGE="https://www.perforce.com/" -SRC_URI=" - amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz ) -" -#S="${WORKDIR}/${P}" -LICENSE="Perforce-P4V" -SLOT="0" -KEYWORDS="-* ~amd64" -IUSE="" -RESTRICT="mirror strip bindist" - -RDEPEND="dev-vcs/p4" -DEPEND="" - -src_install() { - dodir /opt - cp -R "${S}" "${D}/opt/p4v" || die "Install failed!" - - dodir /usr/bin - for i in p4admin p4merge p4v p4vc; do - dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i" - done -} diff --git a/dev-vcs/p4v/p4v-2023.4.2558838.ebuild b/dev-vcs/p4v/p4v-2023.4.2558838.ebuild deleted file mode 100644 index 2203dc7..0000000 --- a/dev-vcs/p4v/p4v-2023.4.2558838.ebuild +++ /dev/null @@ -1,32 +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="Visual client for the Perforce VCS" -HOMEPAGE="https://www.perforce.com/" -SRC_URI=" - amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz ) -" -#S="${WORKDIR}/${P}" -LICENSE="Perforce-P4V" -SLOT="0" -KEYWORDS="-* ~amd64" -IUSE="" -RESTRICT="mirror strip bindist" - -RDEPEND="dev-vcs/p4" -DEPEND="" - -src_install() { - dodir /opt - cp -R "${S}" "${D}/opt/p4v" || die "Install failed!" - - dodir /usr/bin - for i in p4admin p4merge p4v p4vc; do - dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i" - done -} diff --git a/dev-vcs/p4v/p4v-2024.1.2591061.ebuild b/dev-vcs/p4v/p4v-2024.1.2591061.ebuild deleted file mode 100644 index 2203dc7..0000000 --- a/dev-vcs/p4v/p4v-2024.1.2591061.ebuild +++ /dev/null @@ -1,32 +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="Visual client for the Perforce VCS" -HOMEPAGE="https://www.perforce.com/" -SRC_URI=" - amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz ) -" -#S="${WORKDIR}/${P}" -LICENSE="Perforce-P4V" -SLOT="0" -KEYWORDS="-* ~amd64" -IUSE="" -RESTRICT="mirror strip bindist" - -RDEPEND="dev-vcs/p4" -DEPEND="" - -src_install() { - dodir /opt - cp -R "${S}" "${D}/opt/p4v" || die "Install failed!" - - dodir /usr/bin - for i in p4admin p4merge p4v p4vc; do - dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i" - done -} diff --git a/dev-vcs/p4v/p4v-2024.2.2634463.ebuild b/dev-vcs/p4v/p4v-2024.2.2634463.ebuild new file mode 100644 index 0000000..2203dc7 --- /dev/null +++ b/dev-vcs/p4v/p4v-2024.2.2634463.ebuild @@ -0,0 +1,32 @@ +# 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="Visual client for the Perforce VCS" +HOMEPAGE="https://www.perforce.com/" +SRC_URI=" + amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz ) +" +#S="${WORKDIR}/${P}" +LICENSE="Perforce-P4V" +SLOT="0" +KEYWORDS="-* ~amd64" +IUSE="" +RESTRICT="mirror strip bindist" + +RDEPEND="dev-vcs/p4" +DEPEND="" + +src_install() { + dodir /opt + cp -R "${S}" "${D}/opt/p4v" || die "Install failed!" + + dodir /usr/bin + for i in p4admin p4merge p4v p4vc; do + dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i" + done +} -- cgit v1.2.3