From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/
Date: Sun, 18 Aug 2019 02:13:52 +0000 (UTC) [thread overview]
Message-ID: <1566094411.451fc2c8ff8cb638785cb2a51d722da9e35700e3.bman@gentoo> (raw)
commit: 451fc2c8ff8cb638785cb2a51d722da9e35700e3
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 02:06:31 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 02:13:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451fc2c8
dev-libs/libofx: bump package
* non-maintainer security bump
* drop PPC/PPC64 keywords due to new dep on dev-util/gengetopt
* move from autotools-utils to autotools eclass
* bump EAPI
* Update HOMEPAGE and SRC_URI
* move RDEPEND deps to DEPEND where they belong
Bug: https://bugs.gentoo.org/631304
Bug: https://bugs.gentoo.org/636062
Bug: https://bugs.gentoo.org/662910
Closes: https://bugs.gentoo.org/675152
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/libofx/Manifest | 1 +
dev-libs/libofx/libofx-0.9.14.ebuild | 56 ++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-libs/libofx/Manifest b/dev-libs/libofx/Manifest
index 4b302287fec..a963d76fa3a 100644
--- a/dev-libs/libofx/Manifest
+++ b/dev-libs/libofx/Manifest
@@ -1 +1,2 @@
DIST libofx-0.9.10.tar.gz 1433837 BLAKE2B 131be0243b8450d32417dd75f0421744412a3186c0f7a3451883b6572c0dd27427579baf280ac2ae6409d0738bd578f69eaa9debfe50024411c6b0ccad11f5c9 SHA512 061110702034dbbb9be3adaebe6236a4b0842169d8ee7671bad6c93960b380cbb33953bdf080c8b14f45930b0c817fcfe1bf71f15d9872dd2535a1415f5be895
+DIST libofx-0.9.14.tar.gz 210155 BLAKE2B 1b5ee8503dd9d4837415e53ae79889c32c50146b2b508aab052e8074a277f8181c6866470220758ed7997b0b6e3e524ac6f9e1cac9a673f60c30ce3093e5a3ee SHA512 785c5130fc6f6cfc019d4aee2bf6de6311835e5dc7f2bd56a83f1ecf5e62ecb320a95bf4a5ff8f9e14dcaf5ff1eabc833cd7974927e571a8469c9a02fb8362d2
diff --git a/dev-libs/libofx/libofx-0.9.14.ebuild b/dev-libs/libofx/libofx-0.9.14.ebuild
new file mode 100644
index 00000000000..d6ce2c6f74e
--- /dev/null
+++ b/dev-libs/libofx/libofx-0.9.14.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="A 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"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="static-libs test"
+
+RDEPEND="
+ >=net-misc/curl-7.9.7
+ virtual/libiconv
+"
+DEPEND="${RDEPEND}
+ >app-text/opensp-1.5
+ >=dev-cpp/libxmlpp-2.40.1:2.6
+ dev-util/gengetopt
+ sys-apps/help2man
+ virtual/pkgconfig
+ test? ( app-crypt/gnupg )"
+
+# workaround needed for ofxconnect to compile
+MAKEOPTS="-j1"
+
+src_prepare() {
+ default
+ eautoreconf
+
+ # we will tell you where we wants the docs!
+ sed -i -e 's:docdir.*::' Makefile.am || die
+ sed -i -e 's:docdir.*::' dtd/Makefile.am || die
+
+ # configure arguments alone don't disable everything
+ sed -e "/^SUBDIRS/s/doc//" -i Makefile.am || die
+
+ append-cxxflags -std=c++14
+
+ # build will fail without this. shenanigans...
+ touch INSTALL || die "failed to touch INSTALL"
+}
+
+src_configure() {
+ econf --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2019-08-18 2:13 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-18 2:13 Aaron Bauman [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-25 21:44 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
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=1566094411.451fc2c8ff8cb638785cb2a51d722da9e35700e3.bman@gentoo \
--to=bman@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