commit: cc0e3287539da187fd705c8ee8da334fd1336a91 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu May 15 07:08:52 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu May 15 07:21:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0e3287
net-vpn/httptunnel: drop 3.3_p20180119 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-vpn/httptunnel/Manifest | 1 - net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/net-vpn/httptunnel/Manifest b/net-vpn/httptunnel/Manifest index 5ceef63730c1..1049be2e977b 100644 --- a/net-vpn/httptunnel/Manifest +++ b/net-vpn/httptunnel/Manifest @@ -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 diff --git a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild deleted file mode 100644 index 9e6f1b23f274..000000000000 --- a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild +++ /dev/null @@ -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 -}
