commit: b28490af49c11c6806449507af2ddee6d08f1118 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 15 20:20:12 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 15 20:51:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28490af
net-vpn/httptunnel: bump to EAPI 7 Closes: https://bugs.gentoo.org/742032 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> net-vpn/httptunnel/httptunnel-3.3-r2.ebuild | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild b/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild index f5232f19e9f..f5887a74bbf 100644 --- a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild +++ b/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild @@ -1,30 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP" -HOMEPAGE="http://www.nocrew.org/software/httptunnel.html" +HOMEPAGE="https://github.com/larsbrinkhoff/httptunnel" SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" -IUSE="" SLOT="0" -DEPEND="" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${P}-fix_write_stdin.patch - tc-export CC -} - -src_configure() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die -} +PATCHES=( + "${FILESDIR}"/${P}-fix_write_stdin.patch +)
