dev-libs/libofx: Drop old
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 11:24:43 +0000 (13:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 16:19:17 +0000 (18:19 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/libofx/libofx-0.9.14.ebuild [deleted file]

diff --git a/dev-libs/libofx/libofx-0.9.14.ebuild b/dev-libs/libofx/libofx-0.9.14.ebuild
deleted file mode 100644 (file)
index 7896e2e..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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/7"
-KEYWORDS="amd64 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
-}