From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/spread-sheet-widget/
Date: Tue, 15 Sep 2020 13:23:18 +0000 (UTC) [thread overview]
Message-ID: <1600176175.d078a83f70fb2642ab567a3eafccb62a5609859c.soap@gentoo> (raw)
commit: d078a83f70fb2642ab567a3eafccb62a5609859c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:22:55 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 13:22:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d078a83f
x11-libs/spread-sheet-widget: Disable static libraries
Closes: https://bugs.gentoo.org/742665
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...idget-0.3.ebuild => spread-sheet-widget-0.3-r1.ebuild} | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild
similarity index 62%
rename from x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild
rename to x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild
index 73c8b244c45..2558d389b35 100644
--- a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild
+++ b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,8 +10,17 @@ SRC_URI="mirror://gnu-alpha/ssw/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
DEPEND="x11-libs/gtk+:3"
RDEPEND="${DEPEND}"
-BDEPEND=""
+
+src_configure() {
+ econf --disable-static
+}
+
+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: 13+ 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 --
2024-12-05 12:29 [gentoo-commits] repo/gentoo:master commit in: x11-libs/spread-sheet-widget/ Sam James
2024-12-03 12:10 Sam James
2022-07-05 4:16 Sam James
2022-07-05 3:57 Sam James
2022-07-05 3:57 Sam James
2022-06-24 8:24 Agostino Sarubbo
2022-06-23 18:42 Sam James
2022-06-07 6:34 Sam James
2020-11-26 22:56 David Seifert
2019-01-17 16:58 Mikle Kolyada
2019-01-02 19:01 Thomas Deutschmann
2018-12-07 20:11 Alexey Shvetsov
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=1600176175.d078a83f70fb2642ab567a3eafccb62a5609859c.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