From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/
Date: Mon, 9 Mar 2020 10:34:22 +0000 (UTC) [thread overview]
Message-ID: <1583750047.b5848880f4bdcd1e0afb48d489e528dd817896f1.soap@gentoo> (raw)
commit: b5848880f4bdcd1e0afb48d489e528dd817896f1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 9 10:34:07 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Mar 9 10:34:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5848880
net-misc/wget2: [QA] Do not build static libraries
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/wget2/wget2-1.99.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/net-misc/wget2/wget2-1.99.2.ebuild b/net-misc/wget2/wget2-1.99.2.ebuild
index 972c5d38954..6e48cfdc1ee 100644
--- a/net-misc/wget2/wget2-1.99.2.ebuild
+++ b/net-misc/wget2/wget2-1.99.2.ebuild
@@ -12,9 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/0" # subslot = libwget.so version
KEYWORDS="~amd64 ~x86"
-
IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn libressl lzma openssl pcre psl +ssl test valgrind xattr zlib"
-
REQUIRED_USE="valgrind? ( test )"
RDEPEND="
@@ -22,7 +20,7 @@ RDEPEND="
bzip2? ( app-arch/bzip2 )
!gnutls? ( dev-libs/libgcrypt:= )
ssl? (
- gnutls? ( net-libs/gnutls )
+ gnutls? ( net-libs/gnutls:= )
!gnutls? (
libressl? ( dev-libs/libressl:0= )
!libressl? ( dev-libs/openssl:0= )
@@ -63,6 +61,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
+ --disable-static
--with-plugin-support
--with-ssl="$(usex ssl $(usex gnutls gnutls openssl) none)"
--without-libidn
@@ -88,6 +87,6 @@ src_install() {
doman docs/man/man{1/*.1,3/*.3}
- find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+ find "${D}" -type f -name '*.la' -delete || die
rm "${ED}"/usr/bin/${PN}_noinstall || die
}
next reply other threads:[~2020-03-09 10:34 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 10:34 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-23 1:49 [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/ Sam James
2023-10-27 15:20 Michał Górny
2023-09-24 17:09 WANG Xuerui
2023-09-19 20:30 Bernard Cafarelli
2023-09-19 20:30 Bernard Cafarelli
2023-08-21 17:23 Bernard Cafarelli
2023-08-16 21:50 Bernard Cafarelli
2023-05-14 0:31 Sam James
2023-05-14 0:31 Sam James
2022-09-19 3:28 Sam James
2022-09-09 16:55 Arthur Zamarin
2022-07-19 17:51 Bernard Cafarelli
2022-07-17 17:41 Bernard Cafarelli
2022-07-17 17:41 Bernard Cafarelli
2022-07-17 9:25 Bernard Cafarelli
2022-07-17 9:23 Bernard Cafarelli
2022-07-10 12:55 Bernard Cafarelli
2022-05-27 14:11 Lars Wendler
2022-04-10 15:33 Lars Wendler
2022-02-16 21:26 David Seifert
2021-11-05 23:25 Mike Gilbert
2021-11-05 22:47 Mike Gilbert
2021-09-14 8:56 Lars Wendler
2021-08-23 0:39 Sam James
2021-08-22 19:11 Matt Turner
2021-05-01 10:19 Mikle Kolyada
2020-12-29 16:14 Lars Wendler
2020-12-29 15:49 Lars Wendler
2020-03-09 8:19 Lars Wendler
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=1583750047.b5848880f4bdcd1e0afb48d489e528dd817896f1.soap@gentoo \
--to=soap@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