From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxls/
Date: Sat, 20 Jun 2020 18:41:26 +0000 (UTC) [thread overview]
Message-ID: <1592678474.6b4415beac1d8b238889590a6d2fa2617d087ed9.slyfox@gentoo> (raw)
commit: 6b4415beac1d8b238889590a6d2fa2617d087ed9
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 18:41:14 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 18:41:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4415be
dev-libs/libxls: bump up to 1.5.3
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/libxls/Manifest | 1 +
dev-libs/libxls/libxls-1.5.3.ebuild | 39 +++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest
index 5c838c90473..f20599c94ed 100644
--- a/dev-libs/libxls/Manifest
+++ b/dev-libs/libxls/Manifest
@@ -1 +1,2 @@
DIST libxls-1.5.2.tar.gz 443227 BLAKE2B 3d12357e3c476b203ce7be76cfb828a0353732135303301f26880ca1607e9cf4a6781fafe7ebf4dae0914678de30168d80230dc0d83d189dca63c98d0cd54384 SHA512 83e443713944648d6bb5db03a03b3addff1d925a1c83c49e6bb9b29245da76ff351e6a76239e62c92400e5d513394a33366fb979d2bc0b0d8ed0cc7f024c5fc1
+DIST libxls-1.5.3.tar.gz 442217 BLAKE2B 4aab9acfaab96cb25e00ada599f607e5f448820d9cb32605ccd51454fd9f819c1426810f300fbf4a1c7523d5409d6f4fcb08e827c95775f3ec95bc65d7f8315a SHA512 75943e7bd3f1dbc28cc50ff7e4f21a9b6a9c97299c7594e0807b06e0bca9cca3d83f3e52086950422d67f175ae0c7c677222a1f716c5297e2f072b8e7b4fc52d
diff --git a/dev-libs/libxls/libxls-1.5.3.ebuild b/dev-libs/libxls/libxls-1.5.3.ebuild
new file mode 100644
index 00000000000..6238aba02e3
--- /dev/null
+++ b/dev-libs/libxls/libxls-1.5.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="A 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/1" # libxlsreader.so.1
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND="
+ app-arch/unzip
+ virtual/pkgconfig
+"
+
+RESTRICT=test # test driver is missing
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.4.0-asprintf.patch
+)
+
+src_configure() {
+ econf \
+ --disable-static
+}
+
+src_install() {
+ default
+
+ find "${D}" -name '*.la' -type f -delete || die
+}
next reply other threads:[~2020-06-20 18:41 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-20 18:41 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 2:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxls/ Sam James
2025-04-26 1:56 Sam James
2025-04-26 1:17 Sam James
2025-02-23 22:19 Conrad Kostecki
2024-03-02 10:38 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-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=1592678474.6b4415beac1d8b238889590a6d2fa2617d087ed9.slyfox@gentoo \
--to=slyfox@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