mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Conrad Kostecki
parent
aa61e19bcb
commit
8ea6fe12d3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user