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 D8DD5158015 for ; Sun, 24 Dec 2023 23:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC9812BC058; Sun, 24 Dec 2023 23:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D4C422BC057 for ; Sun, 24 Dec 2023 23:16:52 +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 B85EF33FD24 for ; Sun, 24 Dec 2023 23:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E03514C5 for ; Sun, 24 Dec 2023 23:16:49 +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: <1703459791.ad8250ea887e095712c4f3471af1af12096c01b3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild X-VCS-Directories: sys-apps/audio-entropyd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ad8250ea887e095712c4f3471af1af12096c01b3 X-VCS-Branch: master Date: Sun, 24 Dec 2023 23:16:49 +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: abfa88c0-2475-4f16-a078-7473a1e5f3ad X-Archives-Hash: dc31c2e16a81f6a09dbcb4b6cdf7535a commit: ad8250ea887e095712c4f3471af1af12096c01b3 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Dec 23 09:29:41 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 24 23:16:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8250ea sys-apps/audio-entropyd: EAPI8 bump, fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34439 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild index 1f7451848ea1..9d7326263e83 100644 --- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild +++ b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit systemd toolchain-funcs DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device" -HOMEPAGE="http://www.vanheusden.com/aed/" -SRC_URI="http://www.vanheusden.com/aed/${P}.tgz" +HOMEPAGE="https://vanheusden.com/crypto/entropy/aed/" +SRC_URI="https://vanheusden.com/crypto/entropy/aed/${P}.tgz" LICENSE="GPL-2" SLOT="0"