From 8ea6fe12d3d11debb5ecbee53943730006d158b8 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 26 Apr 2023 17:48:15 +0200 Subject: [PATCH] net-misc/datapipe: EAPI8 bump, use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/30769 Signed-off-by: Conrad Kostecki --- net-misc/datapipe/datapipe-1.0-r2.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-misc/datapipe/datapipe-1.0-r2.ebuild b/net-misc/datapipe/datapipe-1.0-r2.ebuild index 840d7da326605..622423b24877b 100644 --- a/net-misc/datapipe/datapipe-1.0-r2.ebuild +++ b/net-misc/datapipe/datapipe-1.0-r2.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs -DESCRIPTION="bind a local port and connect it to a remote socket" -HOMEPAGE="http://http.distributed.net/pub/dcti/unsupported/" -SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz http://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz" +DESCRIPTION="Bind a local port and connect it to a remote socket" +HOMEPAGE="https://http.distributed.net/pub/dcti/unsupported/" +SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz + https://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz" LICENSE="public-domain" SLOT="0"