summaryrefslogtreecommitdiff
path: root/net-ftp/profxp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /net-ftp/profxp
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'net-ftp/profxp')
-rw-r--r--net-ftp/profxp/Manifest4
-rw-r--r--net-ftp/profxp/metadata.xml5
-rw-r--r--net-ftp/profxp/profxp-3_pre2-r2.ebuild45
3 files changed, 0 insertions, 54 deletions
diff --git a/net-ftp/profxp/Manifest b/net-ftp/profxp/Manifest
deleted file mode 100644
index 1527a2f3f351..000000000000
--- a/net-ftp/profxp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST SOCKS.pm 17069 BLAKE2B 01830c151b33d2cb042f19f346d8a32fd8932743f99c0e6f42c195c5482fb22a85e4ec071c8a6bf4c75cddcf8c0fcb9fd7ed4afc97c88c4761c0e0a76c14a133 SHA512 87029d9fb58ba384499a2ac73d661dd4c91faa81636e41c1d3c3a1d1efab1d5e01804467428d1daf8dd2fcb231666e2986f6cc806f5f7d419e7d3280a95c497e
-DIST profxp-v3-pre2-src.tar.gz 16647 BLAKE2B 2208be3d5d9dc34b27d2d653f1d959902327df34f8d2a72b920a0107b95a57a25b8ada821c1a0e3ddd957feba4046e113ed29ed574b17256b602728a1cf88477 SHA512 5f48e15f0c6c43c8b20b7cb72bf642e12a99d469bea21372a7a602d5f8522c4097d18918a3a007961b3ea6177ec864d50a7bc24211194ac9d791c5190978e167
-EBUILD profxp-3_pre2-r2.ebuild 942 BLAKE2B a16974d4205e4b919ed1047e491dc93df6454ffca5209c2869daae607e4a41a4821afb4329410e4bf18c33f6f6a9b0bcbb6cabc4ea6d375a179439dd16c4de61 SHA512 6591668a3cc49bbbddae449a74089f283d80a171c4c46278e7a5894fa5a38c6bd51d4ba20461d4ce23d88f0e5918c5aeb09f972fab31aff9afbddfa9d73906a2
-MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
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
-}