From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
Date: Tue, 15 Sep 2020 13:23:18 +0000 (UTC) [thread overview]
Message-ID: <1600176178.dc3830ef602e9e00b8a711c5f0374ee6cfe2ccbd.soap@gentoo> (raw)
commit: dc3830ef602e9e00b8a711c5f0374ee6cfe2ccbd
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:22:58 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 13:22:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3830ef
x11-libs/scw: Disable static libraries
Closes: https://bugs.gentoo.org/742659
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{scw-0.4.7-r1.ebuild => scw-0.4.7-r2.ebuild} | 23 ++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r2.ebuild
similarity index 60%
rename from x11-libs/scw/scw-0.4.7-r1.ebuild
rename to x11-libs/scw/scw-0.4.7-r2.ebuild
index 479049556df..a180f163479 100644
--- a/x11-libs/scw/scw-0.4.7-r1.ebuild
+++ b/x11-libs/scw/scw-0.4.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,15 +14,22 @@ IUSE="doc"
RDEPEND="
dev-libs/glib:2
- x11-libs/gtk+:2
-"
-DEPEND="
- ${RDEPEND}
- doc? ( dev-util/gtk-doc )
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/glib-utils
virtual/pkgconfig
-"
+ doc? ( dev-util/gtk-doc )"
src_configure() {
- econf $(use_enable doc gtk-doc)
+ econf \
+ --disable-static \
+ $(use_enable doc gtk-doc)
+}
+
+src_install() {
+ default
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2020-09-15 13:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 13:23 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-20 18:52 [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/ Pacho Ramos
2017-11-27 9:53 Mikle Kolyada
2017-11-27 0:20 Thomas Deutschmann
2017-09-16 8:28 Patrice Clement
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=1600176178.dc3830ef602e9e00b8a711c5f0374ee6cfe2ccbd.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