[gentoo-commits] repo/gentoo:master commit in: net-misc/puf/

2023-07-12 Thread Conrad Kostecki
commit: cf62b7f4eb4fb6e08a60ef5403113f26e20d61f1
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jul 11 11:30:01 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 12 18:36:06 2023 +
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 )



[gentoo-commits] repo/gentoo:master commit in: net-misc/puf/

2018-02-07 Thread Amy Liffey
commit: 2c8fb5d043b82455ae918e10fcc05ea917d9129b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Feb  7 18:51:11 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Feb  7 21:32:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8fb5d0

net-misc/puf: remove old 1.0.0

Closes: https://github.com/gentoo/gentoo/pull/7115

 net-misc/puf/puf-1.0.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/net-misc/puf/puf-1.0.0.ebuild b/net-misc/puf/puf-1.0.0.ebuild
deleted file mode 100644
index 04a6a67d2ea..000
--- a/net-misc/puf/puf-1.0.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A download tool for UNIX-like systems"
-HOMEPAGE="http://puf.sourceforge.net/;
-SRC_URI="mirror://sourceforge/puf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DOCS=( AUTHORS NEWS README TODO )



[gentoo-commits] repo/gentoo:master commit in: net-misc/puf/

2017-05-17 Thread Patrice Clement
commit: 62dcb737d4129a9d931c3590ba0fa87d0b1cbf6a
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed May 17 12:09:58 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed May 17 13:47:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dcb737

net-misc/puf: EAPI 6 bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/puf/puf-1.0.0-r1.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/net-misc/puf/puf-1.0.0-r1.ebuild b/net-misc/puf/puf-1.0.0-r1.ebuild
new file mode 100644
index 000..cc241aa7a92
--- /dev/null
+++ b/net-misc/puf/puf-1.0.0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A download tool for UNIX-like systems"
+HOMEPAGE="http://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 )