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

2023-10-09 Thread Sam James
commit: c9a18b4d02079c563ca825b1a9f428c5b8cf4d97
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 20:29:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 20:30:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a18b4d

net-misc/wput: Stabilize 0.6.2_p20130413_p11-r1 amd64, #915441

Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
index ce1a8fc2c03c..44e2c7becb8c 100644
--- a/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls:= )"



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

2023-10-08 Thread Sam James
commit: f928c40ec8ba1b9234929a550b09ed710bc2cc58
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 04:56:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 04:56:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f928c40e

net-misc/wput: Stabilize 0.6.2_p20130413_p11-r1 x86, #915441

Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
index feeba7bfe7a1..8d4ea662b1ad 100644
--- a/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="debug ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls:= )"



[gentoo-commits] repo/gentoo:master commit in: net-misc/wput/, net-misc/wput/files/

2023-07-14 Thread Joonas Niilola
commit: a8cbe0ecfc59d2c2fe2371a5c9d3f8320e31797d
Author: Brahmajit Das  gmail  com>
AuthorDate: Wed Jun 21 15:30:52 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 14 07:24:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cbe0ec

net-misc/wput: Fix call to undeclared library function exit

Closes: https://bugs.gentoo.org/898060
Signed-off-by: Brahmajit Das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31564
Signed-off-by: Joonas Niilola  gentoo.org>

 ...t-0.6.2_p20130413_p11-exit-not-found-musl.patch |  9 
 net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild   | 55 ++
 2 files changed, 64 insertions(+)

diff --git 
a/net-misc/wput/files/wput-0.6.2_p20130413_p11-exit-not-found-musl.patch 
b/net-misc/wput/files/wput-0.6.2_p20130413_p11-exit-not-found-musl.patch
new file mode 100644
index ..e92fb092dbd0
--- /dev/null
+++ b/net-misc/wput/files/wput-0.6.2_p20130413_p11-exit-not-found-musl.patch
@@ -0,0 +1,9 @@
+Bug: https://bugs.gentoo.org/898060
+--- a/src/memdbg.c
 b/src/memdbg.c
+@@ -1,4 +1,5 @@
+ #include 
++#include 
+ #include 
+ #include 
+ #ifndef WIN32

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
new file mode 100644
index ..feeba7bfe7a1
--- /dev/null
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
+HOMEPAGE="https://wput.sourceforge.net/;
+
+if [[ ${PV} == *_p* ]] ; then
+   MY_PV=$(ver_cut 1-3)
+   SRC_URI=" mirror://debian/pool/main/w/wput/wput_${MY_PV}+git$(ver_cut 
5).orig.tar.bz2"
+   SRC_URI+=" mirror://debian/pool/main/w/wput/wput_${MY_PV}+git$(ver_cut 
5)-$(ver_cut 7).debian.tar.xz"
+   S="${WORKDIR}"/${PN}-${MY_PV}+git$(ver_cut 5)
+else
+   SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug ssl"
+
+RDEPEND="ssl? ( net-libs/gnutls:= )"
+DEPEND="${RDEPEND}"
+# Debian's patches to fix spelling means need gettext to regenerate
+# It's so common that it's not really worth the 'touch' dance to avoid it
+# or conditional patching.
+BDEPEND="sys-devel/gettext"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.2_p20130413_p11-xopen_source-strdup.patch
+   "${FILESDIR}"/${PN}-0.6.2_p20130413_p11-no-compress-manpages.patch
+   "${FILESDIR}"/${PN}-0.6.2_p20130413_p11-exit-not-found-musl.patch
+)
+
+src_prepare() {
+   eapply $(sed -e "s:^:${WORKDIR}/debian/patches/:" 
"${WORKDIR}"/debian/patches/series)
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --enable-g-switch=no
+   --enable-nls
+
+   $(usev debug '--enable-memdbg=yes')
+   $(use_with ssl)
+   )
+
+   econf "${myconf[@]}"
+}



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

2023-03-02 Thread Joonas Niilola
commit: 47dbb59bea51c3332d97e00cad257b38feb11d59
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Feb 24 17:50:16 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  2 16:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dbb59b

net-misc/wput: update HOMEPAGE, LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/wput/wput-0.6.2.ebuild   | 6 +++---
 net-misc/wput/wput-0.6.2_p20130413_p11.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/wput/wput-0.6.2.ebuild b/net-misc/wput/wput-0.6.2.ebuild
index b9fa842bf3ab..c5722a566a9f 100644
--- a/net-misc/wput/wput-0.6.2.ebuild
+++ b/net-misc/wput/wput-0.6.2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
-HOMEPAGE="http://wput.sourceforge.net/;
+HOMEPAGE="https://wput.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug nls ssl"

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
index 518960f4edb5..8e78b06cf2b7 100644
--- a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools
 
 DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
-HOMEPAGE="http://wput.sourceforge.net/;
+HOMEPAGE="https://wput.sourceforge.net/;
 
 if [[ ${PV} == *_p* ]] ; then
MY_PV=$(ver_cut 1-3)
@@ -17,7 +17,7 @@ else
SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz"
 fi
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug ssl"



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

2022-10-27 Thread Agostino Sarubbo
commit: c5fc50e953c73f699188ed974203118d3f3a89f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:40:26 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:40:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fc50e9

net-misc/wput: Stabilize 0.6.2_p20130413_p11 ppc, #873529

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/wput/wput-0.6.2_p20130413_p11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
index eeff9d20599b..518960f4edb5 100644
--- a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls:= )"



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

2022-10-25 Thread Sam James
commit: f004cc9ef6b3e454a09e6182f1fe365f117f5f21
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 25 17:54:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 25 17:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f004cc9e

net-misc/wput: Stabilize 0.6.2_p20130413_p11 amd64, #873529

Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/wput-0.6.2_p20130413_p11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
index 7ee4c29b053c..eeff9d20599b 100644
--- a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="debug ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls:= )"



[gentoo-commits] repo/gentoo:master commit in: net-misc/wput/files/, net-misc/wput/

2022-09-26 Thread Sam James
commit: 8ec95f3f9000ec314553778e3fc9aedae8a93775
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 26 03:58:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 26 03:58:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec95f3f

net-misc/wput: add 0.6.2_p20130413_p11 (Debian fork)

Fixes Clang 15.

Closes: https://bugs.gentoo.org/871180
Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/Manifest |  2 +
 ...-0.6.2_p20130413_p11-no-compress-manpages.patch | 39 
 ...t-0.6.2_p20130413_p11-xopen_source-strdup.patch | 14 ++
 net-misc/wput/wput-0.6.2_p20130413_p11.ebuild  | 54 ++
 4 files changed, 109 insertions(+)

diff --git a/net-misc/wput/Manifest b/net-misc/wput/Manifest
index bd6176fde979..5d5aff6c7a1c 100644
--- a/net-misc/wput/Manifest
+++ b/net-misc/wput/Manifest
@@ -1 +1,3 @@
 DIST wput-0.6.2.tgz 368510 BLAKE2B 
bf59720e220d837354aff7d90bf06dcf54df4adf10c53ca844cb18dc6f327793ebd5dce7beecc76b43ddccfe273435a1eca918ab2272145dc8bf47293f601004
 SHA512 
e1d0fb8570cbda44c97215ee1a021a9867f2e91323b3d7f7df1d7fd68a1b2aba40a7f3068e5e85e8c736b1dba1fba62df375af99e3fb96cd0fd414b139c641bd
+DIST wput_0.6.2+git20130413-11.debian.tar.xz 15976 BLAKE2B 
4f1facab61d22544855ce49875357c8d67d6eab013cf73cb8507a334c07b1f9e9391e342347eeafdb26b62a4156d4a0a4e2967198662ad66ef8ebb35ed2c9bf8
 SHA512 
d80e727edee34bd0f9b40b14c0ed1bfd2ec456542445fd38c487f06d47ca210d785e911a71d455d335b9e3940a5cfc19cc7202d93501b0b0f4f3a1e6f6a5fc0a
+DIST wput_0.6.2+git20130413.orig.tar.bz2 257503 BLAKE2B 
a5386f5de3e8df23d814b3a7ebba1725bcb75f0a61bd26ea402053bd11d717ae5bdd1c1bc9e43d4f4a61f55a91d9222fffe62988b869b68c206c46bfd89cf28b
 SHA512 
f8bb23f60ae008ecd18ec7f891fc17fe8d2b3550d7788c591067e48af00c934f2c3b2e5d07234fc25bcf6cb94464710ff0309151e9ad6dd734f5a30c3fdab06f

diff --git 
a/net-misc/wput/files/wput-0.6.2_p20130413_p11-no-compress-manpages.patch 
b/net-misc/wput/files/wput-0.6.2_p20130413_p11-no-compress-manpages.patch
new file mode 100644
index ..cc0c6e8e1b8b
--- /dev/null
+++ b/net-misc/wput/files/wput-0.6.2_p20130413_p11-no-compress-manpages.patch
@@ -0,0 +1,39 @@
+--- a/Makefile.in
 b/Makefile.in
+@@ -10,7 +10,6 @@ bindir=@bindir@
+ all clean:
+   cd po && $(MAKE) $(MAKEDEFS) $@
+   cd src && $(MAKE) $(MAKEDEFS) $@
+-  cd doc && $(MAKE) $(MAKEDEFS) $@
+
+ win-clean:
+   cd src && $(MAKE) $(MAKEDEFS) $@
+@@ -20,9 +20,9 @@ install: all
+   install -m0755 -d $(destdir)$(bindir)
+   install -m0755 -d $(destdir)$(mandir)
+   install -m0755 wput $(destdir)$(bindir)
+-  install -m0644 doc/wput.1.gz $(destdir)$(mandir)
++  install -m0644 doc/wput.1 $(destdir)$(mandir)
+   cd $(destdir)$(bindir) && ln -s wput wdel
+-  install -m0644 doc/wdel.1.gz $(destdir)$(mandir)
++  install -m0644 doc/wdel.1 $(destdir)$(mandir)
+   @echo ""
+   @echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' 
for"
+   @echo "usage information."
+@@ -34,6 +34,6 @@ install: all
+ uninstall:
+   rm -f $(destdir)$(bindir)/wput
+   rm -f $(destdir)$(bindir)/wdel
+-  rm -f $(destdir)$(mandir)/wput.1.gz
+-  rm -f $(destdir)$(mandir)/wdel.1.gz
++  rm -f $(destdir)$(mandir)/wput.1
++  rm -f $(destdir)$(mandir)/wdel.1
+ 
+--- a/doc/Makefile
 /dev/null
+@@ -1,5 +0,0 @@
+-all:
+-  gzip < wput.1 > wput.1.gz
+-  gzip < wdel.1 > wdel.1.gz
+-clean:
+-  rm -f wput.1.gz wdel.1.gz

diff --git 
a/net-misc/wput/files/wput-0.6.2_p20130413_p11-xopen_source-strdup.patch 
b/net-misc/wput/files/wput-0.6.2_p20130413_p11-xopen_source-strdup.patch
new file mode 100644
index ..e2426d3fc25f
--- /dev/null
+++ b/net-misc/wput/files/wput-0.6.2_p20130413_p11-xopen_source-strdup.patch
@@ -0,0 +1,14 @@
+ftp-ls.c:319:22: error: call to undeclared library function 'strdup' with type 
'char *(const char *)'; ISO C99 and later do not support implicit function 
declarations [-Wimplicit-function-declaration]
+  cur.linkto = xstrdup (p + 4);
+   ^
+--- a/src/ftp-ls.c
 b/src/ftp-ls.c
+@@ -29,7 +29,7 @@ file, but you are not obligated to do so.  If you do not 
wish to do
+ so, delete this exception statement from your version.  */
+ 
+ #include "config.h"
+-#define _XOPEN_SOURCE
++#define _XOPEN_SOURCE 600
+ #include 
+ #include 
+ #include 

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
new file mode 100644
index ..5934fa45be29
--- /dev/null
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
+HOMEPAGE="http://wput.sourceforge.net/;
+
+if [[ ${PV} == *_p* ]] ; then
+   

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

2021-03-20 Thread Joonas Niilola
commit: 3730581bc7a360196b6bfc20967123c68f4981ea
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Mar 18 19:19:49 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 20 06:58:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3730581b

net-misc/wput: remove unused patch

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19993
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/wput/files/wput-0.6-gentoo.diff | 17 -
 1 file changed, 17 deletions(-)

diff --git a/net-misc/wput/files/wput-0.6-gentoo.diff 
b/net-misc/wput/files/wput-0.6-gentoo.diff
deleted file mode 100644
index 7ddf0ba3ba1..000
--- a/net-misc/wput/files/wput-0.6-gentoo.diff
+++ /dev/null
@@ -1,17 +0,0 @@
 a/Makefile.in
-+++ b/Makefile.in
-@@ -15,8 +15,12 @@
- 
- install: all
-   cd po && $(MAKE) $(MAKEDEFS) $@
--  install -m0755 wput $(bindir)
--  install -m0644 doc/wput.1.gz $(mandir)
-+
-+  install -d $(DESTDIR)/$(bindir)
-+  install -m0755 wput $(DESTDIR)/$(bindir)
-+  install -d $(DESTDIR)/$(mandir)
-+  install -m0644 doc/wput.1.gz $(DESTDIR)/$(mandir)
-+  
-   @echo ""
-   @echo "Wput installed. See 'wput -h' or 'man wput' for usage 
information."
-   @echo "Further documentation is located in the doc/USAGE.* files."



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

2021-03-16 Thread Sam James
commit: 93de193cf76fc0b69705c1aceed22e5389b819e8
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 16 19:36:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 16 19:56:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93de193c

net-misc/wput: drop 0.6.1-r1

Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/Manifest |  1 -
 net-misc/wput/wput-0.6.1-r1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/net-misc/wput/Manifest b/net-misc/wput/Manifest
index 5e669fa06ef..bd6176fde97 100644
--- a/net-misc/wput/Manifest
+++ b/net-misc/wput/Manifest
@@ -1,2 +1 @@
-DIST wput-0.6.1.tgz 312342 BLAKE2B 
67053f71307e9fbb3f085e9347c7843f4bcaf951858164fa228f9cfd80898192efc344f1f9cbf65a3db286fae5b514da64ed3599627f264586c9242ac753f62b
 SHA512 
f5eb5e343c77cec0f3370e8d73679e3c720a848a963c2cdc64e6c52f30b47d76e0de9ccde965da9af97d2e5f23f45dd894f26371f56ead498d28fadffe65fc4b
 DIST wput-0.6.2.tgz 368510 BLAKE2B 
bf59720e220d837354aff7d90bf06dcf54df4adf10c53ca844cb18dc6f327793ebd5dce7beecc76b43ddccfe273435a1eca918ab2272145dc8bf47293f601004
 SHA512 
e1d0fb8570cbda44c97215ee1a021a9867f2e91323b3d7f7df1d7fd68a1b2aba40a7f3068e5e85e8c736b1dba1fba62df375af99e3fb96cd0fd414b139c641bd

diff --git a/net-misc/wput/wput-0.6.1-r1.ebuild 
b/net-misc/wput/wput-0.6.1-r1.ebuild
deleted file mode 100644
index f45089a463e..000
--- a/net-misc/wput/wput-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tiny program like wget to upload files/whole directories via FTP"
-HOMEPAGE="http://wput.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="debug nls ssl"
-
-BDEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="ssl? ( net-libs/gnutls )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.6-gentoo.diff"
-   "${FILESDIR}/${PN}-0.6-respectldflags.patch"
-   "${FILESDIR}/${PN}-0.6.2-fno-common.patch"
-)
-
-DOCS=( ChangeLog INSTALL TODO )
-
-src_configure() {
-   local myconf="--enable-g-switch=no"
-   use debug && myconf="--enable-memdbg=yes"
-   econf \
-   $(use_enable nls) \
-   $(use_with ssl) \
-   "${myconf}"
-}



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

2020-11-03 Thread Sergei Trofimovich
commit: ffb7a66713c7a226c8e74e18e22adf55faafb951
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  4 07:58:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  4 07:58:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb7a667

net-misc/wput: stable 0.6.2 for ppc

stable wrt bug #752072

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-misc/wput/wput-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2.ebuild b/net-misc/wput/wput-0.6.2.ebuild
index 756c1ee191f..b9fa842bf3a 100644
--- a/net-misc/wput/wput-0.6.2.ebuild
+++ b/net-misc/wput/wput-0.6.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug nls ssl"
 
 BDEPEND="nls? ( sys-devel/gettext )"



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

2020-11-03 Thread Sam James
commit: 26621d53a72b030e6ea4a7b6b116255cafb89133
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 00:55:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 00:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26621d53

net-misc/wput: Stabilize 0.6.2 amd64, #752072

Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/wput-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2.ebuild b/net-misc/wput/wput-0.6.2.ebuild
index f39bf6c2426..756c1ee191f 100644
--- a/net-misc/wput/wput-0.6.2.ebuild
+++ b/net-misc/wput/wput-0.6.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="debug nls ssl"
 
 BDEPEND="nls? ( sys-devel/gettext )"



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

2020-11-01 Thread Thomas Deutschmann
commit: b529105dbd54ce0868d136bb3f1fba9836cf3336
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  1 21:29:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  1 21:29:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b529105d

net-misc/wput: x86 stable (bug #752072)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/wput/wput-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2.ebuild b/net-misc/wput/wput-0.6.2.ebuild
index dd45712ffb4..f39bf6c2426 100644
--- a/net-misc/wput/wput-0.6.2.ebuild
+++ b/net-misc/wput/wput-0.6.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="debug nls ssl"
 
 BDEPEND="nls? ( sys-devel/gettext )"



[gentoo-commits] repo/gentoo:master commit in: net-misc/wput/files/, net-misc/wput/

2020-10-31 Thread Sam James
commit: a1e12b78372b32130e849b458f6dbdf2df363e7a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  1 05:01:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  1 05:10:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e12b78

net-misc/wput: fix build with gcc 10

Closes: https://bugs.gentoo.org/706954
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/wput/files/wput-0.6-gentoo.diff   |  5 ++---
 net-misc/wput/files/wput-0.6-respectldflags.patch  |  4 +---
 net-misc/wput/files/wput-0.6.2-fno-common.patch| 25 ++
 .../wput/files/wput-0.6.2-respect-destdir.patch|  2 --
 net-misc/wput/files/wput-fix-crash.patch   |  5 ++---
 net-misc/wput/wput-0.6.1-r1.ebuild | 15 +
 net-misc/wput/wput-0.6.2.ebuild|  9 
 7 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/net-misc/wput/files/wput-0.6-gentoo.diff 
b/net-misc/wput/files/wput-0.6-gentoo.diff
index 312172348d0..7ddf0ba3ba1 100644
--- a/net-misc/wput/files/wput-0.6-gentoo.diff
+++ b/net-misc/wput/files/wput-0.6-gentoo.diff
@@ -1,6 +1,5 @@
-diff -urN wput/Makefile.in wput/Makefile.in
 wput/Makefile.in   2006-04-04 18:16:52.0 +0100
-+++ wput/Makefile.in   2006-11-07 17:31:10.0 +
+--- a/Makefile.in
 b/Makefile.in
 @@ -15,8 +15,12 @@
  
  install: all

diff --git a/net-misc/wput/files/wput-0.6-respectldflags.patch 
b/net-misc/wput/files/wput-0.6-respectldflags.patch
index d2b460b339b..9f0e09c4a78 100644
--- a/net-misc/wput/files/wput-0.6-respectldflags.patch
+++ b/net-misc/wput/files/wput-0.6-respectldflags.patch
@@ -1,6 +1,4 @@
-Index: wput/src/Makefile.in
-===
 wput.orig/src/Makefile.in
+--- wput/src/Makefile.in
 +++ wput/src/Makefile.in
 @@ -23,7 +23,7 @@ ftplib.o: socketlib.h ftplib.h
  ftp-ls.o: ftp.h wget.h url.h

diff --git a/net-misc/wput/files/wput-0.6.2-fno-common.patch 
b/net-misc/wput/files/wput-0.6.2-fno-common.patch
new file mode 100644
index 000..f188141aa87
--- /dev/null
+++ b/net-misc/wput/files/wput-0.6.2-fno-common.patch
@@ -0,0 +1,25 @@
+https://sources.debian.org/patches/wput/0.6.2+git20130413-9/single-declaration.patch/
+https://bugs.gentoo.org/706954
+--- a/src/wput.h
 b/src/wput.h
+@@ -140,7 +140,9 @@
+ 
+   unsigned short int retry_interval;
+   unsigned   int speed_limit;
+-} opt;
++};
++
++extern struct global_options opt;
+ 
+ extern _fsession * fsession_queue_entry_point;
+ extern char * email_address;
+--- a/src/wput.c
 b/src/wput.c
+@@ -55,6 +55,7 @@
+ #include "utils.h"
+ 
+ extern char *optarg;
++struct global_options opt;
+ 
+ #ifdef WIN32
+ const static char * version = "0.6.2-w32";

diff --git a/net-misc/wput/files/wput-0.6.2-respect-destdir.patch 
b/net-misc/wput/files/wput-0.6.2-respect-destdir.patch
index f0cbfcdebd6..9cece1f388f 100644
--- a/net-misc/wput/files/wput-0.6.2-respect-destdir.patch
+++ b/net-misc/wput/files/wput-0.6.2-respect-destdir.patch
@@ -1,5 +1,3 @@
-diff --git a/Makefile.in b/Makefile.in
-index 6756cd2..6debea8 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -16,12 +16,12 @@ win-clean:

diff --git a/net-misc/wput/files/wput-fix-crash.patch 
b/net-misc/wput/files/wput-fix-crash.patch
index 2afab8e5991..3d0efc9fd37 100644
--- a/net-misc/wput/files/wput-fix-crash.patch
+++ b/net-misc/wput/files/wput-fix-crash.patch
@@ -1,6 +1,5 @@
-diff -ur wput-0.6.2+git20130413.orig/src/progress.c 
wput-0.6.2+git20130413/src/progress.c
 wput-0.6.2+git20130413.orig/src/progress.c 2013-07-15 00:05:50.0 
+0200
-+++ wput-0.6.2+git20130413/src/progress.c  2016-10-25 16:48:05.909105000 
+0200
+--- a/src/progress.c
 b/src/progress.c
 @@ -181,7 +181,7 @@
static char output[15];
time_t secs = time (NULL);

diff --git a/net-misc/wput/wput-0.6.1-r1.ebuild 
b/net-misc/wput/wput-0.6.1-r1.ebuild
index 4622df77796..4121f54eca3 100644
--- a/net-misc/wput/wput-0.6.1-r1.ebuild
+++ b/net-misc/wput/wput-0.6.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
+DESCRIPTION="Tiny program like wget to upload files/whole directories via FTP"
 HOMEPAGE="http://wput.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
@@ -12,15 +12,14 @@ SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug nls ssl"
 
+BDEPEND="nls? ( sys-devel/gettext )"
 RDEPEND="ssl? ( net-libs/gnutls )"
-
-DEPEND="
-   ${RDEPEND}
-   nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
"${FILESDIR}/${PN}-0.6-gentoo.diff"
"${FILESDIR}/${PN}-0.6-respectldflags.patch"
+   "${FILESDIR}/${PN}-0.6.2-fno-common.patch"
 )
 
 DOCS=( ChangeLog INSTALL TODO )
@@ -33,7 +32,3 @@ src_configure() {

[gentoo-commits] repo/gentoo:master commit in: net-misc/wput/, net-misc/wput/files/

2020-01-29 Thread Ben Kohler
commit: 782156e886fb0d76fa2831b36ec0c7f48f6278a4
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan 29 17:47:37 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan 29 17:48:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782156e8

net-misc/wput: bump to 0.6.2 w/ crash fix

Closes: https://bugs.gentoo.org/647848
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/wput/Manifest |  1 +
 .../wput/files/wput-0.6.2-respect-destdir.patch| 23 +++
 net-misc/wput/files/wput-fix-crash.patch   | 47 ++
 net-misc/wput/wput-0.6.2.ebuild| 36 +
 4 files changed, 107 insertions(+)

diff --git a/net-misc/wput/Manifest b/net-misc/wput/Manifest
index 31766c93b6c..5e669fa06ef 100644
--- a/net-misc/wput/Manifest
+++ b/net-misc/wput/Manifest
@@ -1 +1,2 @@
 DIST wput-0.6.1.tgz 312342 BLAKE2B 
67053f71307e9fbb3f085e9347c7843f4bcaf951858164fa228f9cfd80898192efc344f1f9cbf65a3db286fae5b514da64ed3599627f264586c9242ac753f62b
 SHA512 
f5eb5e343c77cec0f3370e8d73679e3c720a848a963c2cdc64e6c52f30b47d76e0de9ccde965da9af97d2e5f23f45dd894f26371f56ead498d28fadffe65fc4b
+DIST wput-0.6.2.tgz 368510 BLAKE2B 
bf59720e220d837354aff7d90bf06dcf54df4adf10c53ca844cb18dc6f327793ebd5dce7beecc76b43ddccfe273435a1eca918ab2272145dc8bf47293f601004
 SHA512 
e1d0fb8570cbda44c97215ee1a021a9867f2e91323b3d7f7df1d7fd68a1b2aba40a7f3068e5e85e8c736b1dba1fba62df375af99e3fb96cd0fd414b139c641bd

diff --git a/net-misc/wput/files/wput-0.6.2-respect-destdir.patch 
b/net-misc/wput/files/wput-0.6.2-respect-destdir.patch
new file mode 100644
index 000..f0cbfcdebd6
--- /dev/null
+++ b/net-misc/wput/files/wput-0.6.2-respect-destdir.patch
@@ -0,0 +1,23 @@
+diff --git a/Makefile.in b/Makefile.in
+index 6756cd2..6debea8 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -16,12 +16,12 @@ win-clean:
+ 
+ install: all
+   cd po && $(MAKE) $(MAKEDEFS) $@
+-  mkdir -p $(bindir) 
+-  mkdir -p $(mandir) 
+-  install -m0755 wput $(bindir)
+-  install -m0644 doc/wput.1.gz $(mandir)
+-  ln -s $(bindir)/wput $(bindir)/wdel
+-  install -m0644 doc/wdel.1.gz $(mandir)
++  install -d $(DESTDIR)/$(bindir)
++  install -d $(DESTDIR)/$(mandir)
++  install -m0755 wput $(DESTDIR)/$(bindir)
++  install -m0644 doc/wput.1 $(DESTDIR)/$(mandir)
++  ln -s wput $(DESTDIR)/$(bindir)/wdel
++  install -m0644 doc/wdel.1 $(DESTDIR)/$(mandir)
+   @echo ""
+   @echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' 
for"
+   @echo "usage information."

diff --git a/net-misc/wput/files/wput-fix-crash.patch 
b/net-misc/wput/files/wput-fix-crash.patch
new file mode 100644
index 000..2afab8e5991
--- /dev/null
+++ b/net-misc/wput/files/wput-fix-crash.patch
@@ -0,0 +1,47 @@
+diff -ur wput-0.6.2+git20130413.orig/src/progress.c 
wput-0.6.2+git20130413/src/progress.c
+--- wput-0.6.2+git20130413.orig/src/progress.c 2013-07-15 00:05:50.0 
+0200
 wput-0.6.2+git20130413/src/progress.c  2016-10-25 16:48:05.909105000 
+0200
+@@ -181,7 +181,7 @@
+   static char output[15];
+   time_t secs = time (NULL);
+   struct tm *ptm = localtime ();
+-  sprintf (output, "%02d:%02d:%02d", ptm->tm_hour, ptm->tm_min, ptm->tm_sec);
++  snprintf (output, sizeof(output), "%02d:%02d:%02d", ptm->tm_hour, 
ptm->tm_min, ptm->tm_sec);
+   return output;
+ }
+ 
+@@ -261,11 +261,11 @@
+   unit = 3, trate = trate / (1024 * 1024 * 1024);
+   
+ if(trate < 100) 
+-  sprintf(buf, "%s%.2f%s", (trate < 10) ? " " : "", trate, 
units[sp][unit]);
++  snprintf(buf, sizeof(buf), "%s%.2f%s", (trate < 10) ? " " : "", 
trate, units[sp][unit]);
+   else if(trate < 1000)
+-  sprintf(buf, "%.1f%s", trate, units[sp][unit]);
++  snprintf(buf, sizeof(buf), "%.1f%s", trate, units[sp][unit]);
+   else
+-  sprintf(buf, " %d%s", (int) trate, units[sp][unit]);
++  snprintf(buf, sizeof(buf), " %d%s", (int) trate, 
units[sp][unit]);
+ return buf;
+ }
+ /* wrapper for our progress_bar */
+@@ -303,13 +303,15 @@
+   remain = (int) (WINCONV (fsession->local_fsize - transfered) * 
((double) time_diff * 1000)
+   / (double) WINCONV tbytes / 1000);
+ if(remain < 60)
+-  sprintf(buf, "ETA%02ds", remain);
++  snprintf(buf, sizeof(buf), "ETA%02ds", remain);
+   else if(remain < 3600)
+-  sprintf(buf, "ETA %2d:%02dm", remain / 60, remain % 60);
++  snprintf(buf, sizeof(buf), "ETA %2d:%02dm", remain / 60, remain 
% 60);
+   else if(remain < 3600 * 24)
+-  sprintf(buf, "ETA %2d:%02dh", remain / 3600, (remain % 3600) / 
60);
++  snprintf(buf, sizeof(buf), "ETA %2d:%02dh", remain / 3600, 
(remain % 3600) / 60);
++  else if(remain < 3600 * 24 * 100)
++  

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

2018-04-17 Thread David Seifert
commit: 0bae59e073320e1e99e8378d87a3cc002fd0229f
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Apr 17 08:36:33 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Apr 17 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bae59e0

net-misc/wput: Clean up old

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 net-misc/wput/wput-0.6.1.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/net-misc/wput/wput-0.6.1.ebuild b/net-misc/wput/wput-0.6.1.ebuild
deleted file mode 100644
index 1d495ab77a2..000
--- a/net-misc/wput/wput-0.6.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
-HOMEPAGE="http://wput.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="debug nls ssl"
-
-RDEPEND="ssl? ( net-libs/gnutls )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}/${PN}-0.6-gentoo.diff"
-   # Fix bug 126828
-   epatch "${FILESDIR}/wput-0.6-respectldflags.patch"
-}
-
-src_compile() {
-   local myconf
-   use debug && myconf="--enable-memdbg=yes" || 
myconf="--enable-g-switch=no"
-   econf ${myconf} \
-   $(use_enable nls) \
-   $(use_with ssl) || die "econf failed"
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-   dodoc ChangeLog INSTALL TODO
-}



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

2018-04-16 Thread Sergei Trofimovich
commit: d9b3b0f320223ebf38a18b60b96210f1c34c69c3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 16 21:14:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 16 21:25:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b3b0f3

net-misc/wput: stable 0.6.1-r1 for ppc, bug #647736

Bug: https://bugs.gentoo.org/647736
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 net-misc/wput/wput-0.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.1-r1.ebuild 
b/net-misc/wput/wput-0.6.1-r1.ebuild
index 95361822ca9..4622df77796 100644
--- a/net-misc/wput/wput-0.6.1-r1.ebuild
+++ b/net-misc/wput/wput-0.6.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug nls ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls )"



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

2018-02-18 Thread Thomas Deutschmann
commit: 647629bf217dbaa03c6c4f31663c93669198665c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 18 21:47:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 18 21:48:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647629bf

net-misc/wput: x86 stable (bug #647736)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/wput/wput-0.6.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/wput/wput-0.6.1-r1.ebuild 
b/net-misc/wput/wput-0.6.1-r1.ebuild
index 354b883b95e..2faba78f82c 100644
--- a/net-misc/wput/wput-0.6.1-r1.ebuild
+++ b/net-misc/wput/wput-0.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="debug nls ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls )"



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

2017-08-10 Thread Patrice Clement
commit: e8d522ac26dda3560e840f614613040d16350da2
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 10 08:29:35 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 10 09:46:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d522ac

net-misc/wput: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-misc/wput/wput-0.6.1-r1.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/net-misc/wput/wput-0.6.1-r1.ebuild 
b/net-misc/wput/wput-0.6.1-r1.ebuild
new file mode 100644
index 000..354b883b95e
--- /dev/null
+++ b/net-misc/wput/wput-0.6.1-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
+HOMEPAGE="http://wput.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug nls ssl"
+
+RDEPEND="ssl? ( net-libs/gnutls )"
+
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.6-gentoo.diff"
+   "${FILESDIR}/${PN}-0.6-respectldflags.patch"
+)
+
+DOCS=( ChangeLog INSTALL TODO )
+
+src_configure() {
+   local myconf="--enable-g-switch=no"
+   use debug && myconf="--enable-memdbg=yes"
+   econf \
+   $(use_enable nls) \
+   $(use_with ssl) \
+   "${myconf}"
+}
+
+src_install() {
+   default
+}



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

2017-08-06 Thread Amy Liffey
commit: e18367738cf73ea23ef62960785ad7275888f1d0
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Aug  6 13:04:20 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug  6 13:41:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1836773

net-misc/wput: Shorter DESCRIPTION

 net-misc/wput/wput-0.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/wput/wput-0.6.1.ebuild b/net-misc/wput/wput-0.6.1.ebuild
index b42f7b0ec72..1d495ab77a2 100644
--- a/net-misc/wput/wput-0.6.1.ebuild
+++ b/net-misc/wput/wput-0.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils
 
-DESCRIPTION="A tiny, wget-alike program, that is designed to upload 
files/whole directories to remote ftp-servers"
+DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
 HOMEPAGE="http://wput.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 



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

2016-08-07 Thread Pacho Ramos
commit: 8c5e9c062424d18bd088c6174fc022237609c72f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 06:45:07 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 06:45:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5e9c06

net-misc/wput: Cleanup per bug #269977

Package-Manager: portage-2.3.0

 net-misc/wput/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-misc/wput/metadata.xml b/net-misc/wput/metadata.xml
index 34c8e18..2d3a29a 100644
--- a/net-misc/wput/metadata.xml
+++ b/net-misc/wput/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   wi...@gentoo.org
-   Alex Alexander
-   

wput