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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E25A15810F for ; Sat, 10 Jun 2023 00:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19FD6E0918; Sat, 10 Jun 2023 00:13:38 +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 EE8ADE0918 for ; Sat, 10 Jun 2023 00:13:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C97C341098 for ; Sat, 10 Jun 2023 00:13:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3AA6A85 for ; Sat, 10 Jun 2023 00:13:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1686355970.66baf48b1615af7172c5222a09b88c192720603c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ndisc6/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ndisc6/ndisc6-1.0.6.ebuild X-VCS-Directories: net-misc/ndisc6/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 66baf48b1615af7172c5222a09b88c192720603c X-VCS-Branch: master Date: Sat, 10 Jun 2023 00:13:34 +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: 9d51fcf5-231f-47b0-88bd-0ebdd667a3aa X-Archives-Hash: 443fb02a9edbd46f90c538c14fcfd297 commit: 66baf48b1615af7172c5222a09b88c192720603c Author: Mike Gilbert gentoo org> AuthorDate: Sat Jun 10 00:12:50 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 10 00:12:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66baf48b net-misc/ndisc6: update DESCRIPTION Signed-off-by: Mike Gilbert gentoo.org> net-misc/ndisc6/ndisc6-1.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/ndisc6/ndisc6-1.0.6.ebuild b/net-misc/ndisc6/ndisc6-1.0.6.ebuild index 41d31d5d2b5c..ca2f9f669509 100644 --- a/net-misc/ndisc6/ndisc6-1.0.6.ebuild +++ b/net-misc/ndisc6/ndisc6-1.0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DESCRIPTION="Recursive DNS Servers discovery Daemon (rdnssd) for IPv6" +DESCRIPTION="IPv6 diagnostic tools" HOMEPAGE="https://www.remlab.net/ndisc6/" SRC_URI="https://www.remlab.net/files/${PN}/${P}.tar.bz2"