From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC0C615ACFC for ; Sat, 29 Apr 2023 22:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1276EE07FE; Sat, 29 Apr 2023 22:18:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8B09E07FE for ; Sat, 29 Apr 2023 22:18:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC33534129C for ; Sat, 29 Apr 2023 22:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FE08AC for ; Sat, 29 Apr 2023 22:18:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1682806559.8ea6fe12d3d11debb5ecbee53943730006d158b8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/datapipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/datapipe/datapipe-1.0-r2.ebuild X-VCS-Directories: net-misc/datapipe/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8ea6fe12d3d11debb5ecbee53943730006d158b8 X-VCS-Branch: master Date: Sat, 29 Apr 2023 22:18:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2c78191-bed4-49c5-a5f4-d1cf621cf378 X-Archives-Hash: fa04d91a1462bc7946e4fab10ae84c49 commit: 8ea6fe12d3d11debb5ecbee53943730006d158b8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Apr 26 15:48:15 2023 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30769 Signed-off-by: Conrad Kostecki 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"