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 08CA415800A for ; Wed, 12 Jul 2023 18:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 921B9E083B; Wed, 12 Jul 2023 18:46:02 +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 75EA8E081E for ; Wed, 12 Jul 2023 18:46:02 +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 88176335CD4 for ; Wed, 12 Jul 2023 18:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90219AD8 for ; Wed, 12 Jul 2023 18:45:58 +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: <1689186966.cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/puf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/puf/puf-1.0.0-r1.ebuild net-misc/puf/puf-1.0.0-r2.ebuild X-VCS-Directories: net-misc/puf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1 X-VCS-Branch: master Date: Wed, 12 Jul 2023 18:45:58 +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: 0af6136d-a696-4e09-a3d9-62c867359f84 X-Archives-Hash: f851b2df0fd6c4a0bb20daab5059562d commit: cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 11 11:30:01 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 12 18:36:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf62b7f4 net-misc/puf: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31832 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/puf/{puf-1.0.0-r1.ebuild => puf-1.0.0-r2.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net-misc/puf/puf-1.0.0-r1.ebuild b/net-misc/puf/puf-1.0.0-r2.ebuild similarity index 52% rename from net-misc/puf/puf-1.0.0-r1.ebuild rename to net-misc/puf/puf-1.0.0-r2.ebuild index cc241aa7a92c..ab3729ad5e25 100644 --- a/net-misc/puf/puf-1.0.0-r1.ebuild +++ b/net-misc/puf/puf-1.0.0-r2.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -DESCRIPTION="A download tool for UNIX-like systems" -HOMEPAGE="http://puf.sourceforge.net/" +DESCRIPTION="Download tool for UNIX-like systems" +HOMEPAGE="https://puf.sourceforge.net/" SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -DOCS=( AUTHORS NEWS README TODO )