public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/igraph/
Date: Sun, 23 Aug 2020 17:01:54 +0000 (UTC)	[thread overview]
Message-ID: <1598202094.e807e60264c21329d8f8b8b8bb5fc04ed294895a.soap@gentoo> (raw)

commit:     e807e60264c21329d8f8b8b8bb5fc04ed294895a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 17:01:34 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 17:01:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e807e602

dev-libs/igraph: Remove libtool archives

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/igraph/igraph-0.7.1-r2.ebuild | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-libs/igraph/igraph-0.7.1-r2.ebuild b/dev-libs/igraph/igraph-0.7.1-r2.ebuild
index 83c2185d5b3..b920276602c 100644
--- a/dev-libs/igraph/igraph-0.7.1-r2.ebuild
+++ b/dev-libs/igraph/igraph-0.7.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools toolchain-funcs
 
@@ -22,8 +22,8 @@ RDEPEND="
 	>=sci-libs/cxsparse-3
 	sci-mathematics/glpk
 	gmp? ( dev-libs/gmp:0 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-unbundle.patch )
 
@@ -37,6 +37,7 @@ src_configure() {
 	econf \
 		$(use_enable gmp) \
 		$(use_enable debug) \
+		--disable-static \
 		--disable-tls \
 		--with-external-arpack \
 		--with-external-blas \
@@ -44,3 +45,10 @@ src_configure() {
 		--with-external-f2c \
 		--with-external-glpk
 }
+
+src_install() {
+	default
+
+	# no static archives
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2020-08-23 17:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 17:01 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 22:36 [gentoo-commits] repo/gentoo:master commit in: dev-libs/igraph/ Jakov Smolić
2024-05-09 21:46 Sam James
2024-05-09 21:46 Sam James
2024-05-09 20:43 Sam James
2024-05-09 20:43 Sam James
2024-05-09 20:43 Sam James
2024-04-07 14:02 David Seifert
2024-03-11 14:24 Sam James
2024-03-11 14:24 Sam James
2023-12-16 16:17 Arthur Zamarin
2023-05-22 20:12 Michael Orlitzky
2023-05-01  0:30 Sam James
2023-05-01  0:12 Sam James
2023-02-10 12:51 Andrew Ammerlaan
2022-12-20 19:27 Sam James
2022-12-20 19:26 Sam James
2022-12-20 19:26 Sam James
2021-06-17 17:49 David Seifert
2021-02-27 19:33 Sam James
2021-02-26 22:45 Sam James
2020-12-27  3:51 Sam James
2020-11-14 22:47 David Seifert
2016-06-03 13:23 Michael Orlitzky

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=1598202094.e807e60264c21329d8f8b8b8bb5fc04ed294895a.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