public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Sun, 21 Jan 2018 20:08:10 +0000 (UTC)	[thread overview]
Message-ID: <1516565281.c768cd838f4ce160158022e1803213e8b4eea61a.polynomial-c@gentoo> (raw)

commit:     c768cd838f4ce160158022e1803213e8b4eea61a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 20:03:59 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 20:08:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c768cd83

net-misc/wget: Bump to version 1.19.4

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-misc/wget/Manifest           |   1 +
 net-misc/wget/wget-1.19.4.ebuild | 117 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest
index ca35245a5b4..3c58342fa16 100644
--- a/net-misc/wget/Manifest
+++ b/net-misc/wget/Manifest
@@ -1,3 +1,4 @@
 DIST wget-1.19.1.tar.xz 2111756 BLAKE2B e5dcaa791f78bb2d7de19a6f689430cd692e1232b7392102936e5f3b4e3592861bcfc78e27df0c4b02a9002ce4c755e765a0a51749670464789fc9f07f8787f7 SHA512 00864d225439bcb7c5af01d7ef19efa615427812d3320ab3f4c8f62c38191e837b1392397843f935d7dc5860a4d0ce89ee31f2730c4a729402f1f2bf3e5f64e5
 DIST wget-1.19.2.tar.gz 4349267 BLAKE2B 3622d39ea477d4137bd7f2a443d141d8832e2e1adf4dceb5c396aea782fee31bd69ad2b49771062f25c57e6a21701f844077000dfa175e89eae26cf4c3fdca09 SHA512 a0f8afcc0767a8fd1acd64b1b1b27d177bc938e70cc3709c1b3faa6c1426ec926642cd8e49d292cec0268ee507683539b5152072110106de5a728a03efd8cedd
 DIST wget-1.19.3.tar.gz 4311432 BLAKE2B 7c636465b1fe575531ec6616d27a07d3c4b398dda002eb4199d4c72906f233067a420f1c3a0878b3fe3cb9fae47a12cd50a83098f20f59ca6dd35bc37b1468a6 SHA512 8e1cbad2a31880befaf2c079bb17a357a135f6f2402048d27ac367430dbd932ef1b8197fb1002a64474e5480a8d9e41146b5cfd591d204b2f8b0bb240ecddb2c
+DIST wget-1.19.4.tar.gz 4310657 BLAKE2B 3f2e5a32e897101761d449f079bf9df38e60b68284230553b03280a6262e60b3d0b5af3bd9fdd334d09cac5ed3417c3a7e8736b1710f3a7402a123b4633b95e4 SHA512 e84b0c40235b160ade69e18f2f139c782eb2387edc97a847c11dbb906c0273daf6d0ef5afe20360ba965c7da8b5e109f5a45e39ea93d20ec945575203235943a

diff --git a/net-misc/wget/wget-1.19.4.ebuild b/net-misc/wget/wget-1.19.4.ebuild
new file mode 100644
index 00000000000..77b15f3632f
--- /dev/null
+++ b/net-misc/wget/wget-1.19.4.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit flag-o-matic python-any-r1 toolchain-funcs
+
+DESCRIPTION="Network utility to retrieve files from the WWW"
+HOMEPAGE="https://www.gnu.org/software/wget/"
+SRC_URI="mirror://gnu/wget/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
+REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
+
+# Force a newer libidn2 to avoid libunistring deps. #612498
+LIB_DEPEND="
+	idn? ( >=net-dns/libidn2-0.14[static-libs(+)] )
+	pcre? ( dev-libs/libpcre[static-libs(+)] )
+	ssl? (
+		gnutls? ( net-libs/gnutls:0=[static-libs(+)] )
+		!gnutls? (
+			!libressl? ( dev-libs/openssl:0=[static-libs(+)] )
+			libressl? ( dev-libs/libressl[static-libs(+)] )
+		)
+	)
+	uuid? ( sys-apps/util-linux[static-libs(+)] )
+	zlib? ( sys-libs/zlib[static-libs(+)] )
+"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+DEPEND="
+	${RDEPEND}
+	app-arch/xz-utils
+	virtual/pkgconfig
+	static? ( ${LIB_DEPEND} )
+	test? (
+		${PYTHON_DEPS}
+		dev-lang/perl
+		dev-perl/HTTP-Daemon
+		dev-perl/HTTP-Message
+		dev-perl/IO-Socket-SSL
+	)
+	nls? ( sys-devel/gettext )
+"
+
+DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc )
+
+pkg_setup() {
+	use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	# revert some hack that breaks linking, bug #585924
+	if [[ ${CHOST} == *-darwin* ]] \
+	|| [[ ${CHOST} == *-solaris* ]] \
+	|| [[ ${CHOST} == *-uclibc* ]] \
+	|| [[ ${CHOST} == *-cygwin* ]] \
+	; then
+		sed -i \
+			-e 's/^  LIBICONV=$/:/' \
+			configure || die
+	fi
+}
+
+src_configure() {
+	# fix compilation on Solaris, we need filio.h for FIONBIO as used in
+	# the included gnutls -- force ioctl.h to include this header
+	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DBSD_COMP=1
+
+	if use static ; then
+		append-ldflags -static
+		tc-export PKG_CONFIG
+		PKG_CONFIG+=" --static"
+	fi
+
+	# There is no flag that controls this.  libunistring-prefix only
+	# controls the search path (which is why we turn it off below).
+	# Further, libunistring is only needed w/older libidn2 installs,
+	# and since we force the latest, we can force off libunistring. #612498
+	local myeconfargs=(
+		--disable-assert
+		--disable-rpath
+		--without-included-libunistring
+		--without-libunistring-prefix
+		$(use_enable debug)
+		$(use_enable idn iri)
+		$(use_enable ipv6)
+		$(use_enable nls)
+		$(use_enable ntlm)
+		$(use_enable pcre)
+		$(use_enable ssl digest)
+		$(use_enable ssl opie)
+		$(use_with idn libidn)
+		$(use_with ssl ssl $(usex gnutls gnutls openssl))
+		$(use_with uuid libuuid)
+		$(use_with zlib)
+	)
+	ac_cv_libunistring=no \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	sed -i \
+		-e "s:/usr/local/etc:${EPREFIX}/etc:g" \
+		"${ED%/}"/etc/wgetrc \
+		"${ED%/}"/usr/share/man/man1/wget.1 \
+		"${ED%/}"/usr/share/info/wget.info \
+		|| die
+}


             reply	other threads:[~2018-01-21 20:08 UTC|newest]

Thread overview: 192+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-21 20:08 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  7:28 [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/ Sam James
2024-06-16 19:11 Arthur Zamarin
2024-06-15 18:58 Mike Gilbert
2024-06-03  1:05 Sam James
2024-05-29  6:26 Jakov Smolić
2024-05-28 22:01 Sam James
2024-04-15  6:12 Sam James
2023-06-18 16:51 Arthur Zamarin
2023-06-18 16:50 Arthur Zamarin
2023-06-18 14:47 Sam James
2023-06-17 21:03 Sam James
2023-06-17 10:42 Arthur Zamarin
2023-06-17  8:42 Arthur Zamarin
2023-06-17  7:43 Arthur Zamarin
2023-05-11  1:54 Sam James
2023-03-13 20:50 Sam James
2023-02-24 18:36 Sam James
2022-11-18  7:23 Arthur Zamarin
2022-09-23  2:09 Sam James
2022-09-19  3:28 Sam James
2022-07-30  3:14 Sam James
2022-07-29 20:40 Sam James
2022-07-16  8:59 Agostino Sarubbo
2022-07-16  8:58 Agostino Sarubbo
2022-07-16  8:57 Agostino Sarubbo
2022-07-16  8:56 Agostino Sarubbo
2022-07-16  7:41 Agostino Sarubbo
2022-07-15 10:59 Arthur Zamarin
2022-07-15  9:41 Arthur Zamarin
2022-06-24 11:28 Arthur Zamarin
2022-06-09  1:20 Sam James
2022-06-09  1:20 Sam James
2022-05-22  6:22 Agostino Sarubbo
2022-05-22  6:20 Agostino Sarubbo
2022-05-22  6:19 Agostino Sarubbo
2022-05-22  6:17 Agostino Sarubbo
2022-05-22  3:21 Sam James
2022-05-22  3:20 Sam James
2022-05-22  3:18 Sam James
2022-04-07  4:07 Sam James
2022-02-27  2:07 Sam James
2022-01-17  3:46 Mike Gilbert
2022-01-16 17:37 Mike Gilbert
2022-01-16 17:37 Mike Gilbert
2022-01-16 17:37 Mike Gilbert
2022-01-16 17:04 Mike Gilbert
2022-01-16 17:04 Mike Gilbert
2022-01-16 17:04 Mike Gilbert
2022-01-16 17:04 Mike Gilbert
2022-01-16 12:20 Fabian Groffen
2022-01-14 11:26 Arthur Zamarin
2022-01-13 20:42 Arthur Zamarin
2022-01-13 20:10 Arthur Zamarin
2022-01-13 18:42 Arthur Zamarin
2022-01-13 10:19 Sam James
2022-01-13 10:10 Sam James
2022-01-13  8:33 Jakov Smolić
2022-01-13  8:33 Jakov Smolić
2022-01-02  7:11 Sam James
2022-01-01 20:08 David Seifert
2021-10-16 12:38 Fabian Groffen
2021-08-22 12:00 Fabian Groffen
2021-08-15 22:45 James Le Cuirot
2021-06-10 18:28 Sam James
2021-06-06 22:10 Sam James
2021-06-02 14:33 Sergei Trofimovich
2021-06-02 10:39 Sam James
2021-06-01 17:58 Sam James
2021-06-01  6:59 Agostino Sarubbo
2021-06-01  6:57 Agostino Sarubbo
2021-06-01  6:32 Agostino Sarubbo
2021-04-30 14:00 Mikle Kolyada
2021-01-09 12:07 Lars Wendler
2021-01-06 15:06 Fabian Groffen
2021-01-02 19:46 Lars Wendler
2020-12-31 20:10 Lars Wendler
2020-12-31 20:10 Lars Wendler
2020-12-27 17:57 Fabian Groffen
2020-07-24 18:58 Fabian Groffen
2020-07-23 11:11 Kent Fredric
2020-05-13 11:28 Agostino Sarubbo
2020-05-13 10:19 Agostino Sarubbo
2020-05-13 10:08 Agostino Sarubbo
2020-05-12 12:41 Mikle Kolyada
2020-05-06 17:34 Sergei Trofimovich
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-05-04  6:16 Mart Raudsepp
2020-05-03 16:25 Sergei Trofimovich
2020-05-02 18:12 Thomas Deutschmann
2019-12-02  9:59 Lars Wendler
2019-12-02  9:13 Lars Wendler
2019-06-12 11:23 Lars Wendler
2019-06-12 11:21 Lars Wendler
2019-05-04 11:30 Mikle Kolyada
2019-04-26 20:54 Mikle Kolyada
2019-04-20 17:57 Mikle Kolyada
2019-04-17 20:01 Sergei Trofimovich
2019-04-14 16:18 Mikle Kolyada
2019-04-10 22:03 Sergei Trofimovich
2019-04-10 17:04 Thomas Deutschmann
2019-04-10  4:13 Aaron Bauman
2019-04-10  4:04 Aaron Bauman
2019-04-05 12:02 Lars Wendler
2019-04-02  7:32 Lars Wendler
2019-01-10 10:20 Mikle Kolyada
2019-01-10 10:20 Mikle Kolyada
2019-01-10 10:20 Mikle Kolyada
2019-01-10 10:20 Mikle Kolyada
2019-01-10 10:20 Mikle Kolyada
2019-01-07 18:48 Mart Raudsepp
2019-01-07  0:33 Thomas Deutschmann
2019-01-02  9:59 Mikle Kolyada
2019-01-01 12:36 Sergei Trofimovich
2019-01-01 12:17 Sergei Trofimovich
2019-01-01 12:17 Sergei Trofimovich
2019-01-01 10:52 Sergei Trofimovich
2018-12-31 17:00 Jeroen Roovers
2018-12-31 16:43 Thomas Deutschmann
2018-12-27 15:07 Lars Wendler
2018-11-30  8:00 Lars Wendler
2018-05-15 14:35 Mikle Kolyada
2018-05-14 19:21 Tobias Klausmann
2018-05-11 21:59 Sergei Trofimovich
2018-05-08 21:16 Sergei Trofimovich
2018-05-08 15:36 Jeroen Roovers
2018-05-07 23:55 Thomas Deutschmann
2018-05-07 21:40 Mikle Kolyada
2018-05-07 21:26 Mart Raudsepp
2018-05-07  8:12 Lars Wendler
2018-05-07  8:12 Lars Wendler
2018-04-23 17:09 Aaron Bauman
2018-01-19 20:13 Lars Wendler
2018-01-19 20:13 Lars Wendler
2018-01-08  1:40 Mikle Kolyada
2018-01-08  1:37 Mikle Kolyada
2017-11-19 15:14 Markus Meier
2017-11-15 15:51 Fabian Groffen
2017-11-08 12:51 Tobias Klausmann
2017-10-30  1:12 Thomas Deutschmann
2017-10-28 20:53 Sergei Trofimovich
2017-10-28 20:47 Sergei Trofimovich
2017-10-28 20:25 Sergei Trofimovich
2017-10-28 10:11 Sergei Trofimovich
2017-10-27 16:57 Thomas Deutschmann
2017-10-26 15:04 Thomas Deutschmann
2017-10-26 15:04 Thomas Deutschmann
2017-05-15 17:10 Manuel Rüger
2017-03-20  7:00 Mike Frysinger
2017-03-20  6:54 Mike Frysinger
2017-03-20  6:54 Mike Frysinger
2017-03-20  6:17 Matt Turner
2017-03-20  1:05 Matt Turner
2017-03-18 15:44 Matt Turner
2017-03-14 16:22 Jeroen Roovers
2017-03-13 12:58 Agostino Sarubbo
2017-03-11 23:44 Michael Weber
2017-03-11 22:58 Michael Weber
2017-02-12 16:10 Lars Wendler
2017-02-03 18:24 Lars Wendler
2016-07-22 12:51 Mike Frysinger
2016-07-18  9:14 Anthony G. Basile
2016-06-27  8:47 Agostino Sarubbo
2016-06-27  8:23 Agostino Sarubbo
2016-06-22 18:55 Fabian Groffen
2016-06-21 18:32 Markus Meier
2016-06-21 11:37 Jeroen Roovers
2016-06-15 15:41 Jeroen Roovers
2016-06-14 16:32 Tobias Klausmann
2016-06-10  3:50 Mike Frysinger
2016-06-10  3:50 Mike Frysinger
2016-06-04  4:59 Markus Meier
2016-05-27 12:46 Lars Wendler
2016-05-26 20:37 Lars Wendler
2016-05-25  6:52 Jeroen Roovers
2016-05-25  6:29 Matt Turner
2015-12-12 21:04 Mike Frysinger
2015-11-17 13:08 Lars Wendler
2015-10-22 13:03 Julian Ospald
2015-10-19  0:17 Mike Frysinger
2015-10-10 15:15 Mikle Kolyada
2015-09-25  6:02 Markus Meier
2015-09-23  2:39 Mike Frysinger
2015-09-23  2:39 Mike Frysinger
2015-09-23  2:39 Mike Frysinger
2015-09-22  8:57 Agostino Sarubbo
2015-09-20 13:44 Julian Ospald
2015-09-16 11:06 Tobias Klausmann
2015-09-16  5:31 Jeroen Roovers
2015-09-15 12:28 Agostino Sarubbo
2015-09-15 12:28 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1516565281.c768cd838f4ce160158022e1803213e8b4eea61a.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox