diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-26 17:48:15 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-30 00:15:59 +0200 |
commit | 8ea6fe12d3d11debb5ecbee53943730006d158b8 (patch) | |
tree | 26384200ed923a2ecefd9d84e230a06fbe00f79b /net-misc/datapipe | |
parent | app-misc/esekeyd: drop 1.2.7-r1 (diff) | |
download | gentoo-8ea6fe12d3d11debb5ecbee53943730006d158b8.tar.gz gentoo-8ea6fe12d3d11debb5ecbee53943730006d158b8.tar.bz2 gentoo-8ea6fe12d3d11debb5ecbee53943730006d158b8.zip |
net-misc/datapipe: EAPI8 bump, use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30769
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/datapipe')
-rw-r--r-- | net-misc/datapipe/datapipe-1.0-r2.ebuild | 11 |
1 files 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" |