aboutsummaryrefslogtreecommitdiffstats
path: root/dev-vcs/p4v/p4v-2026.2.3029854.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/p4v/p4v-2026.2.3029854.ebuild')
-rw-r--r--dev-vcs/p4v/p4v-2026.2.3029854.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-vcs/p4v/p4v-2026.2.3029854.ebuild b/dev-vcs/p4v/p4v-2026.2.3029854.ebuild
deleted file mode 100644
index 7a5752b..0000000
--- a/dev-vcs/p4v/p4v-2026.2.3029854.ebuild
+++ /dev/null
@@ -1,35 +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 -r /opt/p4v/bin/"$i" /usr/bin/"$i"
- done
-
- dosym -r /opt/p4v/lib/libssl.so.3 /opt/p4v/lib/libssl.so
- dosym -r /opt/p4v/lib/libcrypto.so.3 /opt/p4v/lib/libcrypto.so
-}