summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:55:43 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:55:43 +0100
commit7af65399d3fafd91a818fc716510fb7175421bf7 (patch)
treed0dba8ff4087c2c49aa10b10fae18818e36ab747 /net-ftp/profxp
parentsys-auth/ykneo-ccid-tools: treeclean (diff)
downloadgentoo-7af65399d3fafd91a818fc716510fb7175421bf7.tar.gz
gentoo-7af65399d3fafd91a818fc716510fb7175421bf7.tar.bz2
gentoo-7af65399d3fafd91a818fc716510fb7175421bf7.zip
net-ftp/profxp: treeclean
Closes: https://bugs.gentoo.org/819339 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-ftp/profxp')
-rw-r--r--net-ftp/profxp/Manifest2
-rw-r--r--net-ftp/profxp/metadata.xml5
-rw-r--r--net-ftp/profxp/profxp-3_pre2-r2.ebuild45
3 files changed, 0 insertions, 52 deletions
diff --git a/net-ftp/profxp/Manifest b/net-ftp/profxp/Manifest
deleted file mode 100644
index 3aaa4d95ac8e..000000000000
--- a/net-ftp/profxp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST SOCKS.pm 17069 BLAKE2B 01830c151b33d2cb042f19f346d8a32fd8932743f99c0e6f42c195c5482fb22a85e4ec071c8a6bf4c75cddcf8c0fcb9fd7ed4afc97c88c4761c0e0a76c14a133 SHA512 87029d9fb58ba384499a2ac73d661dd4c91faa81636e41c1d3c3a1d1efab1d5e01804467428d1daf8dd2fcb231666e2986f6cc806f5f7d419e7d3280a95c497e
-DIST profxp-v3-pre2-src.tar.gz 16647 BLAKE2B 2208be3d5d9dc34b27d2d653f1d959902327df34f8d2a72b920a0107b95a57a25b8ada821c1a0e3ddd957feba4046e113ed29ed574b17256b602728a1cf88477 SHA512 5f48e15f0c6c43c8b20b7cb72bf642e12a99d469bea21372a7a602d5f8522c4097d18918a3a007961b3ea6177ec864d50a7bc24211194ac9d791c5190978e167
diff --git a/net-ftp/profxp/metadata.xml b/net-ftp/profxp/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/net-ftp/profxp/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-ftp/profxp/profxp-3_pre2-r2.ebuild b/net-ftp/profxp/profxp-3_pre2-r2.ebuild
deleted file mode 100644
index c78525fd1b9f..000000000000
--- a/net-ftp/profxp/profxp-3_pre2-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="FXP (server-to-server FTP) commandline client written in Perl"
-HOMEPAGE="https://duncanthrax.net/profxp/"
-SRC_URI="https://duncanthrax.net/profxp/profxp-v${PV/_/-}-src.tar.gz
- http://search.cpan.org/src/CLINTDW/SOCKS-0.03/lib/Net/SOCKS.pm"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="virtual/perl-Time-HiRes
- dev-perl/TermReadKey
- dev-perl/Term-ReadLine-Perl"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack profxp-v${PV/_/-}-src.tar.gz
- cp "${DISTDIR}"/SOCKS.pm "${S}"/
-}
-
-src_prepare() {
- sed -i 's:/home/tom/ActivePerl-5\.6:/usr:' "${S}"/profxpv3.pl || die
-}
-
-src_compile() {
- :;
-}
-
-src_install() {
- perl_set_version
- newbin profxpv3.pl profxp.pl
- dosym profxp.pl /usr/bin/profxp
- insinto ${ARCH_LIB}/Net
- doins SOCKS.pm
- insinto ${ARCH_LIB}/${PN}
- doins ${PN}/*.pm
-}