Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wput/
Date: Thu, 02 Mar 2023 16:41:03
Message-Id: 1677775198.47dbb59bea51c3332d97e00cad257b38feb11d59.juippis@gentoo
1 commit: 47dbb59bea51c3332d97e00cad257b38feb11d59
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Feb 24 17:50:16 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:39:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dbb59b
7
8 net-misc/wput: update HOMEPAGE, LICENSE
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 net-misc/wput/wput-0.6.2.ebuild | 6 +++---
14 net-misc/wput/wput-0.6.2_p20130413_p11.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-misc/wput/wput-0.6.2.ebuild b/net-misc/wput/wput-0.6.2.ebuild
18 index b9fa842bf3ab..c5722a566a9f 100644
19 --- a/net-misc/wput/wput-0.6.2.ebuild
20 +++ b/net-misc/wput/wput-0.6.2.ebuild
21 @@ -1,13 +1,13 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2023 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
29 -HOMEPAGE="http://wput.sourceforge.net/"
30 +HOMEPAGE="https://wput.sourceforge.net/"
31 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
32
33 -LICENSE="GPL-2"
34 +LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="amd64 ppc ~sparc x86"
37 IUSE="debug nls ssl"
38
39 diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
40 index 518960f4edb5..8e78b06cf2b7 100644
41 --- a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
42 +++ b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2022 Gentoo Authors
45 +# Copyright 1999-2023 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=8
49 @@ -6,7 +6,7 @@ EAPI=8
50 inherit autotools
51
52 DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
53 -HOMEPAGE="http://wput.sourceforge.net/"
54 +HOMEPAGE="https://wput.sourceforge.net/"
55
56 if [[ ${PV} == *_p* ]] ; then
57 MY_PV=$(ver_cut 1-3)
58 @@ -17,7 +17,7 @@ else
59 SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz"
60 fi
61
62 -LICENSE="GPL-2"
63 +LICENSE="GPL-2+"
64 SLOT="0"
65 KEYWORDS="amd64 ppc ~sparc x86"
66 IUSE="debug ssl"