summaryrefslogtreecommitdiff
path: root/net-proxy/3proxy/3proxy-0.7.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/3proxy/3proxy-0.7.1.2.ebuild')
-rw-r--r--net-proxy/3proxy/3proxy-0.7.1.2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-proxy/3proxy/3proxy-0.7.1.2.ebuild b/net-proxy/3proxy/3proxy-0.7.1.2.ebuild
deleted file mode 100644
index 092c5f001ef5..000000000000
--- a/net-proxy/3proxy/3proxy-0.7.1.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="A really tiny cross-platform proxy servers set"
-HOMEPAGE="https://www.3proxy.ru/"
-SRC_URI="https://3proxy.ru/${PV}/${P}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- cp Makefile.Linux Makefile || die
- default
-}
-
-src_install() {
- local x
-
- cd src || die
- dobin 3proxy
- for x in proxy socks ftppr pop3p tcppm udppm mycrypt dighosts countersutil ; do
- newbin ${x} ${PN}-${x}
- [[ -f "${S}"/man/${x}.8 ]] && newman "${S}"/man/${x}.8 ${PN}-${x}.8
- done
- cd ..
-
- doman man/3proxy*.[38]
-
- dodoc Readme
- docinto html
- dodoc -r doc/html/*
- docinto cfg
- dodoc -r cfg/*
-}