net-vpn/httptunnel: drop 3.3_p20180119

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-05-15 09:08:52 +02:00
parent c0af9969b2
commit cc0e328753
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST httptunnel-3.3_p20180119.tar.gz 376338 BLAKE2B 6625a0ef0bef7afad4ca9b5791abe51d72553877c31dfcb4e4d0bfd6d0e3bf3a0a9f7c529db6a9f9c60726e7e79284959ed8a8bf64e1165e40265341f39cbaf6 SHA512 593efe9ebdc3c41338306e5038cacd63ec171d228ebf13ba52949c353b1d45666bc836ce34102735a383b6cc91f2df1c01e87c2ab1cf5e650fe5fe7fcc658de0
DIST httptunnel-3.3_p20230508.tar.gz 376345 BLAKE2B fc7cd76be346b5e289d7ce21348d87304ee08a11afbcae53f84afef19ea2dfcf88256f3afbcba242acb01f12a9adc08e6679b6c96f2ebe9051fbac6fe4a1d227 SHA512 77383fc2926d1579a3efdde476b8057373b544f3ace4a5a855692fd8b313d192e98e8d003b5165bba0559f114b0c1fa6ab5345b2bb6206e95cc3eee3c3dacda3

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools toolchain-funcs
COMMIT="f440dcb3c341d22428898952c343ad9fa6e9e7f5"
DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP"
HOMEPAGE="https://github.com/larsbrinkhoff/httptunnel"
SRC_URI="https://github.com/larsbrinkhoff/httptunnel/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"
SLOT="0"
PATCHES=(
"${FILESDIR}/${PN}-3.3_p20180119-respect-AR.patch"
)
src_prepare() {
default
tc-export AR RANLIB
eautoreconf
}