From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxls/
Date: Sun, 23 Feb 2025 22:19:31 +0000 (UTC) [thread overview]
Message-ID: <1740349012.b87c35396aa212fbbb746d0bf89631987d548bc9.conikost@gentoo> (raw)
commit: b87c35396aa212fbbb746d0bf89631987d548bc9
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Feb 21 14:47:05 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:16:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87c3539
dev-libs/libxls: EAPI8 bump, add 1.6.3
Bug: https://bugs.gentoo.org/821517
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/40684
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-libs/libxls/Manifest | 1 +
dev-libs/libxls/libxls-1.6.3.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest
index de7f1516cbcb..0191b107e101 100644
--- a/dev-libs/libxls/Manifest
+++ b/dev-libs/libxls/Manifest
@@ -1 +1,2 @@
DIST libxls-1.6.2.tar.gz 443736 BLAKE2B 46f875613caa423dcb3acac0c38a68c7274993b25cc9be891266b8cf59e8eb0f17580e399305cf927854e090f34fa34f57f7fcbdceb75dffaf04c3362fa63095 SHA512 55e5cb33ec63484063d0893eee7352b89f993363762cd5ef42b5f918b09d1eafcf933fba076255267d9413c963481eb07c7054a2495d2d529db2e1d626353d22
+DIST libxls-1.6.3.tar.gz 469013 BLAKE2B 31e17ccfe1e412838670969322baa9f77189b7cb96cffe2d04c3b63011abd036cb67b4e8bc666d4d2f852c9d2f055f66b9887c01f20d0e6c5d136c1a6bc187a7 SHA512 003794f48f642674c90e5ad64ba9361ad7c4c6ccd3436b51bea3a6f2110629a33571d83d33e313cef0866f966bbb65046b8e7f4197b5893c8cc3a8fb4d003681
diff --git a/dev-libs/libxls/libxls-1.6.3.ebuild b/dev-libs/libxls/libxls-1.6.3.ebuild
new file mode 100644
index 000000000000..9534d2c65c1c
--- /dev/null
+++ b/dev-libs/libxls/libxls-1.6.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library which can read Excel (xls) files"
+HOMEPAGE="https://github.com/libxls/libxls"
+SRC_URI="https://github.com/libxls/libxls/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/8" # libxlsreader.so.8
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="
+ app-arch/unzip
+ virtual/pkgconfig
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.4.0-asprintf.patch
+)
+
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -type f -delete || die
+}
next reply other threads:[~2025-02-23 22:21 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 22:19 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-02 10:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxls/ Arthur Zamarin
2022-10-17 19:47 Sam James
2022-10-14 5:00 Arthur Zamarin
2022-06-27 5:05 Sam James
2021-07-30 8:55 Sergei Trofimovich
2021-02-06 18:27 Sergei Trofimovich
2021-02-05 15:25 Sam James
2021-02-05 10:40 Sam James
2021-01-04 11:43 Sergei Trofimovich
2020-10-15 23:20 Sergei Trofimovich
2020-10-13 10:01 Agostino Sarubbo
2020-09-10 21:49 Sergei Trofimovich
2020-09-10 21:49 Sergei Trofimovich
2020-09-06 7:49 Sergei Trofimovich
2020-08-06 21:22 Sergei Trofimovich
2020-07-25 11:17 Sam James
2020-06-20 18:41 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 9:51 Agostino Sarubbo
2019-12-22 11:41 Sergei Trofimovich
2019-12-09 18:11 Sergei Trofimovich
2019-11-09 16:24 Sergei Trofimovich
2017-01-28 20:31 Sergei Trofimovich
2017-01-28 20:31 Sergei Trofimovich
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=1740349012.b87c35396aa212fbbb746d0bf89631987d548bc9.conikost@gentoo \
--to=conikost@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