summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-11 13:30:01 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-12 20:36:06 +0200
commitcf62b7f4eb4fb6e08a60ef5403113f26e20d61f1 (patch)
treeb0af0cdb6c4ddf628a27604b73be757dbce66afb /net-misc/puf
parentgames-util/wxchtdecoder: use HTTPS, fix LICENSE (diff)
downloadgentoo-cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1.tar.gz
gentoo-cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1.tar.bz2
gentoo-cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1.zip
net-misc/puf: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31832 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/puf')
-rw-r--r--net-misc/puf/puf-1.0.0-r2.ebuild (renamed from net-misc/puf/puf-1.0.0-r1.ebuild)10
1 files 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
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 )