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 B754A15800F for ; Tue, 17 Jan 2023 17:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1B22E07E2; Tue, 17 Jan 2023 17:43:57 +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 D3670E07E2 for ; Tue, 17 Jan 2023 17:43:57 +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 93E13340BE3 for ; Tue, 17 Jan 2023 17:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0E587DE for ; Tue, 17 Jan 2023 17:43:52 +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: <1673977061.12c7357341e7c6228ddd8fe0b1a7c6d085ed69a3.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/ent/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/ent/ent-101202.ebuild X-VCS-Directories: sci-mathematics/ent/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 12c7357341e7c6228ddd8fe0b1a7c6d085ed69a3 X-VCS-Branch: master Date: Tue, 17 Jan 2023 17:43:52 +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: ca1b58fc-721c-4797-84ee-ab6a3a220f72 X-Archives-Hash: 7cdca98ab1bbe297883a60d3b75016a1 commit: 12c7357341e7c6228ddd8fe0b1a7c6d085ed69a3 Author: Jonas Stein gentoo org> AuthorDate: Tue Jan 17 17:37:41 2023 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Jan 17 17:37:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c73573 sci-mathematics/ent: update DESCRIPTION, HOMEPAGE Signed-off-by: Jonas Stein gentoo.org> sci-mathematics/ent/ent-101202.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/ent/ent-101202.ebuild b/sci-mathematics/ent/ent-101202.ebuild index 694df9dc8441..4f6083e1c889 100644 --- a/sci-mathematics/ent/ent-101202.ebuild +++ b/sci-mathematics/ent/ent-101202.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit toolchain-funcs -DESCRIPTION="Pseudorandom number sequence test" -HOMEPAGE="http://www.fourmilab.ch/random/" +DESCRIPTION="Random number sequence test and entropy calculation" +HOMEPAGE="https://www.fourmilab.ch/random/ https://github.com/Fourmilab/ent_random_sequence_tester" SRC_URI="mirror://gentoo/random-${PV}.zip" S="${WORKDIR}"