commit:     8ea6fe12d3d11debb5ecbee53943730006d158b8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Apr 26 15:48:15 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 22:15:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea6fe12

net-misc/datapipe: EAPI8 bump, use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30769
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 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 840d7da32660..622423b24877 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"

Reply via email to