diff options
author | 1024x2 | 2024-09-06 23:45:43 +0100 |
---|---|---|
committer | 1024x2 | 2024-09-06 23:45:43 +0100 |
commit | de026cadc881232d624665a9f9b5268ce4cf7720 (patch) | |
tree | 9b85cccf781ca640bec3a326b4d74e790ab40c21 /dev-vcs/p4v/p4v-2024.1.2591061.ebuild | |
parent | 84e9dac31869317962dbc9841d81bfefc2a4800a (diff) |
dev-vcs/p4v: update, remove old versions
Diffstat (limited to 'dev-vcs/p4v/p4v-2024.1.2591061.ebuild')
-rw-r--r-- | dev-vcs/p4v/p4v-2024.1.2591061.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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 -} |