commit: cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jul 11 11:30:01 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31832 Signed-off-by: Conrad Kostecki <conikost <AT> 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 )
