summaryrefslogtreecommitdiff
path: root/dev-libs/libofx/libofx-0.10.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-04 07:16:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-04 07:16:51 +0100
commitbf99f8024d68382f76665735c70ae912331bc2ca (patch)
tree6fa5830f88fa9ddb794b019c25b83a76ec410df4 /dev-libs/libofx/libofx-0.10.8.ebuild
parentc1bd8495f43d1e8a084ac779db6e4623aaa8d6ad (diff)
gentoo auto-resync : 04:10:2022 - 07:16:51
Diffstat (limited to 'dev-libs/libofx/libofx-0.10.8.ebuild')
-rw-r--r--dev-libs/libofx/libofx-0.10.8.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/dev-libs/libofx/libofx-0.10.8.ebuild b/dev-libs/libofx/libofx-0.10.8.ebuild
deleted file mode 100644
index 87cfdff2482d..000000000000
--- a/dev-libs/libofx/libofx-0.10.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic
-
-DESCRIPTION="Library to support the Open Financial eXchange XML format"
-HOMEPAGE="https://github.com/libofx/libofx"
-SRC_URI="https://github.com/libofx/libofx/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0/10"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- dev-util/gengetopt
- sys-apps/help2man
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( app-crypt/gnupg )
-"
-RDEPEND="
- >app-text/opensp-1.5
- app-text/openjade
- >=dev-cpp/libxmlpp-2.40.1:2.6
- >=net-misc/curl-7.9.7
- virtual/libiconv
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- # bug #566456
- append-cxxflags -std=c++14
-
- econf $(use_enable doc html-docs)
-}
-
-src_compile() {
- emake all $(usev doc)
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -type f -delete || die
- find "${ED}" -name '*.a' -type f -delete || die
-}