From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/
Date: Mon, 25 Jan 2021 21:44:04 +0000 (UTC) [thread overview]
Message-ID: <1611611042.617770aa10b5cabfabf9f0b9b1dcb9fc3a9ba817.sam@gentoo> (raw)
commit: 617770aa10b5cabfabf9f0b9b1dcb9fc3a9ba817
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 21:27:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 21:44:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617770aa
dev-libs/libofx: bump to 0.10.1
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libofx/Manifest | 1 +
dev-libs/libofx/libofx-0.10.1.ebuild | 57 ++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-libs/libofx/Manifest b/dev-libs/libofx/Manifest
index 7cd2c9d067a..020b39511de 100644
--- a/dev-libs/libofx/Manifest
+++ b/dev-libs/libofx/Manifest
@@ -1,2 +1,3 @@
DIST libofx-0.10.0.tar.gz 225574 BLAKE2B 29ce24ce8f0a333e2d35371cba217223e59e72e1f41051279c15033fecd5f33d7381e9be8403f2e639c007ca6aca1d53cf651e057c9842350772c2296b92c436 SHA512 b7767088701e22a2eba072c365d379987c6e9b2403888550068d6f62f48eaee7935e5355fa6ec97ac7a79bb847c833552250c0bd3065f9274b209585a7884f1d
+DIST libofx-0.10.1.tar.gz 226512 BLAKE2B bc0fa1ea0d5c7968730b50b9163a045304dd82f7e312e407ce9393a56ea6b1f9d47382b1299ee990640b98d5f047656aa38a9a8da4d8f19d3bea0236e0487cf1 SHA512 4575424abb56b93021ef223f90460979b544c32b4624936bbad16d0b5711afb6b5fa31b7c2cb835ff7a26be8c7ac51951198e5565a098713b8d33f0e17be774a
DIST libofx-0.9.15.tar.gz 207361 BLAKE2B c84fd4593a9888268c691653dc1b5fff5c38013f12ccc4a8454f9a5026ba190388e5747074aa800266efcfd49a0fdb391a605d5837f664bdcb8fe1dc5c064839 SHA512 6014bf9c457adbe9053a47718064e6246c911c3bf081c690bf761650220208aabe94824aaa38794c1834462894b7948a06b3ff6b517a9a84b9f881ba51aee3a1
diff --git a/dev-libs/libofx/libofx-0.10.1.ebuild b/dev-libs/libofx/libofx-0.10.1.ebuild
new file mode 100644
index 00000000000..1b4d6cf7be8
--- /dev/null
+++ b/dev-libs/libofx/libofx-0.10.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Library to support the Open Financial eXchange XML format"
+HOMEPAGE="https://github.com/libofx/libofx"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/10"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ dev-util/gengetopt
+ sys-apps/help2man
+ virtual/pkgconfig
+ test? ( app-crypt/gnupg )
+"
+RDEPEND="
+ >app-text/opensp-1.5
+ >=dev-cpp/libxmlpp-2.40.1:2.6
+ >=net-misc/curl-7.9.7
+ virtual/libiconv
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+
+ # Not included in the tarball
+ sed -i -e '/INSTALL/d' Makefile.am || die
+ # Use correct location for docs
+ sed -i -e 's:doc/libofx:doc/${PF}:' Makefile.am doc/Makefile.am || die
+
+ eautoreconf
+ append-cxxflags -std=c++14 # bug #566456
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_compile() {
+ emake -j1
+}
+
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -type f -delete || die
+ find "${ED}" -name '*.a' -type f -delete || die
+}
next reply other threads:[~2021-01-25 21:44 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 21:44 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/ Sam James
2022-12-18 11:55 Sam James
2022-12-18 11:47 Sam James
2022-10-04 5:33 Sam James
2022-10-04 5:33 Sam James
2022-10-02 2:26 Sam James
2022-09-04 22:56 Sam James
2022-03-30 14:14 Yixun Lan
2021-12-05 18:39 Sam James
2021-12-05 18:32 Sam James
2021-12-05 4:45 Sam James
2021-09-29 22:54 Sam James
2021-06-07 6:25 Sergei Trofimovich
2021-05-30 9:50 Agostino Sarubbo
2021-05-23 23:05 Agostino Sarubbo
2021-05-23 22:28 Agostino Sarubbo
2021-04-25 6:19 Sam James
2021-03-06 7:24 Sam James
2021-03-02 14:54 Thomas Deutschmann
2021-03-01 17:05 Sam James
2021-03-01 17:05 Sam James
2021-03-01 9:20 Agostino Sarubbo
2021-02-25 8:36 Sergei Trofimovich
2021-02-24 20:24 Sam James
2021-01-03 22:59 Sam James
2021-01-03 22:56 Sam James
2020-08-29 13:21 Sam James
2019-10-24 11:40 Agostino Sarubbo
2019-10-23 12:45 Agostino Sarubbo
2019-10-23 12:30 Agostino Sarubbo
2019-10-22 18:11 Andreas Sturmlechner
2019-10-22 18:11 Andreas Sturmlechner
2019-10-15 22:42 Andreas Sturmlechner
2019-10-15 22:42 Andreas Sturmlechner
2019-09-02 16:54 Matt Turner
2019-08-23 10:07 Agostino Sarubbo
2019-08-23 10:03 Agostino Sarubbo
2019-08-20 20:03 Aaron Bauman
2019-08-19 11:37 Agostino Sarubbo
2019-08-18 21:51 Agostino Sarubbo
2019-08-18 2:13 Aaron Bauman
2019-08-18 2:13 Aaron Bauman
2016-04-12 4:52 Jeroen Roovers
2015-12-25 15:13 Agostino Sarubbo
2015-12-19 10:10 Pacho Ramos
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=1611611042.617770aa10b5cabfabf9f0b9b1dcb9fc3a9ba817.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