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 2728E15838C for ; Sun, 28 Jan 2024 22:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64B3DE29E9; Sun, 28 Jan 2024 22:56:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28CF9E29E9 for ; Sun, 28 Jan 2024 22:56:18 +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 3B4E33434A8 for ; Sun, 28 Jan 2024 22:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD38BFA7 for ; Sun, 28 Jan 2024 22:56:15 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1706482541.e63eb6709c5f6c12d312c9683e72f1d9368f9024.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/prettyping/prettyping-1.0.1.ebuild X-VCS-Directories: net-analyzer/prettyping/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: e63eb6709c5f6c12d312c9683e72f1d9368f9024 X-VCS-Branch: master Date: Sun, 28 Jan 2024 22:56:15 +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: 4ed0a58b-ad09-48e0-8ec8-cec53390e083 X-Archives-Hash: 5c5ea11749f82d27df3709fa697b41a3 commit: e63eb6709c5f6c12d312c9683e72f1d9368f9024 Author: Jonas Stein gentoo org> AuthorDate: Sun Jan 28 22:55:41 2024 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sun Jan 28 22:55:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63eb670 net-analyzer/prettyping: update HOMEPAGE Signed-off-by: Jonas Stein gentoo.org> net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild index d8edee93db2a..284ed8a7c3b4 100644 --- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild +++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Ping wrapper that produces coloured, easily readable output" -HOMEPAGE="http://denilson.sa.nom.br/prettyping/" +HOMEPAGE="https://denilson.sa.nom.br/prettyping/" SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"