public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/freexl/
Date: Thu, 14 Mar 2024 00:35:34 +0000 (UTC)	[thread overview]
Message-ID: <1710376475.aeb865d72c40490ae1e65fecf7dcc0380dcc3eae.sam@gentoo> (raw)

commit:     aeb865d72c40490ae1e65fecf7dcc0380dcc3eae
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 00:29:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 00:34:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb865d7

dev-libs/freexl: make sure elibtoolize is applied

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/freexl/freexl-1.0.6.ebuild    | 9 ++++++++-
 dev-libs/freexl/freexl-2.0.0-r1.ebuild | 7 +++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/dev-libs/freexl/freexl-1.0.6.ebuild b/dev-libs/freexl/freexl-1.0.6.ebuild
index cc7c1fda2005..04dcf301b20e 100644
--- a/dev-libs/freexl/freexl-1.0.6.ebuild
+++ b/dev-libs/freexl/freexl-1.0.6.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit libtool
+
 DESCRIPTION="Simple XLS data extraction library"
 HOMEPAGE="https://www.gaia-gis.it/fossil/freexl/index"
 SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
@@ -14,6 +16,11 @@ KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86"
 DEPEND="virtual/libiconv"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	default
+	elibtoolize
+}
+
 src_configure() {
 	econf --disable-static
 }

diff --git a/dev-libs/freexl/freexl-2.0.0-r1.ebuild b/dev-libs/freexl/freexl-2.0.0-r1.ebuild
index 88eb45d06bc1..c13a8a75b37f 100644
--- a/dev-libs/freexl/freexl-2.0.0-r1.ebuild
+++ b/dev-libs/freexl/freexl-2.0.0-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit libtool
+
 DESCRIPTION="Simple XLS data extraction library"
 HOMEPAGE="https://www.gaia-gis.it/fossil/freexl/index"
 SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
@@ -18,6 +20,11 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	default
+	elibtoolize
+}
+
 src_configure() {
 	econf --enable-xmldocs
 }


             reply	other threads:[~2024-03-14  0:35 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  0:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25 22:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/freexl/ Sam James
2024-11-23 20:15 Arthur Zamarin
2024-11-23 15:57 Sam James
2024-11-23 15:52 Sam James
2024-01-03 10:06 Sam James
2023-12-05 11:01 Sam James
2021-08-14 23:15 Marek Szuba
2021-03-03 23:03 Sam James
2021-03-02  3:15 Sam James
2021-03-02  1:40 Sam James
2021-03-01 23:44 Sam James
2021-03-01 23:44 Sam James
2021-01-12 23:47 Sam James
2021-01-12 23:47 Sam James
2020-07-18  0:01 Sam James
2020-07-17  7:44 Agostino Sarubbo
2020-07-09  0:54 Sam James
2020-07-08 10:59 Michał Górny
2020-07-06  7:22 Sergei Trofimovich
2020-07-06  7:02 Sergei Trofimovich
2020-06-29 19:51 Michał Górny
2020-06-29 19:51 Michał Górny
2019-05-16 19:30 Aaron Bauman
2017-07-20 20:57 Sergei Trofimovich
2017-07-17  9:48 Alexis Ballier
2016-03-27 12:02 Sam Jorna
2016-03-16 14:13 Amy Winston
2016-02-22  6:06 Jeroen Roovers
2016-02-15 10:22 Agostino Sarubbo
2016-02-15 10:22 Agostino Sarubbo
2016-02-14 19:10 Amy Winston

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=1710376475.aeb865d72c40490ae1e65fecf7dcc0380dcc3eae.sam@gentoo \
    --to=sam@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