From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/neXtaw/
Date: Sat, 14 Nov 2020 20:22:10 +0000 (UTC) [thread overview]
Message-ID: <1605385225.3824de17a3b35b941830624efc88b7258f105de5.soap@gentoo> (raw)
commit: 3824de17a3b35b941830624efc88b7258f105de5
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 20:20:25 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 20:20:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3824de17
x11-libs/neXtaw: disable static libs
Closes: https://bugs.gentoo.org/726148
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild b/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild
index cf5551a641a..547227d7959 100644
--- a/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild
+++ b/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Athena Widgets with N*XTSTEP appearance"
HOMEPAGE="http://siag.nu/neXtaw/"
@@ -10,9 +10,9 @@ SRC_URI="http://siag.nu/pub/neXtaw/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-RDEPEND="x11-base/xorg-proto
+RDEPEND="
+ x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXext
x11-libs/libXt
@@ -24,7 +24,11 @@ RDEPEND="x11-base/xorg-proto
!<x11-libs/neXtaw-0.15.1-r1"
DEPEND="${RDEPEND}"
+src_configure() {
+ econf --disable-static
+}
+
src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+ default
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2020-11-14 20:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-14 20:22 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-08 12:03 [gentoo-commits] repo/gentoo:master commit in: x11-libs/neXtaw/ Sam James
2023-01-05 7:47 Sam James
2022-12-08 7:38 WANG Xuerui
2019-07-27 12:54 Aaron Bauman
2019-04-11 19:15 Sergei Trofimovich
2018-06-16 18:14 Pacho Ramos
2018-06-09 19:22 Sergei Trofimovich
2018-04-16 21:52 Mikle Kolyada
2018-04-07 20:22 Sergei Trofimovich
2018-04-01 17:41 Aaron Bauman
2018-03-31 15:38 Tobias Klausmann
2018-03-26 6:05 Sergei Trofimovich
2018-03-24 13:56 Sergei Trofimovich
2017-10-24 13:50 Amy Liffey
2017-06-17 11:11 Alexis Ballier
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=1605385225.3824de17a3b35b941830624efc88b7258f105de5.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