summaryrefslogtreecommitdiff
path: root/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/httptunnel/httptunnel-3.3-r2.ebuild')
-rw-r--r--net-vpn/httptunnel/httptunnel-3.3-r2.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild b/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild
deleted file mode 100644
index f5887a74bbf4..000000000000
--- a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP"
-HOMEPAGE="https://github.com/larsbrinkhoff/httptunnel"
-SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-
-PATCHES=(
- "${FILESDIR}"/${P}-fix_write_stdin.patch
-)