summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 19:49:03 +0100
committerSam James <sam@gentoo.org>2022-04-17 19:59:43 +0100
commit7c8bc3d14c0d266017d75717b8decf6b72c41ffe (patch)
treefe388f1ca311084886caf5ec081e1e4ae5239f81
parentdev-libs/libconfig: drop 1.7.2 (diff)
downloadgentoo-7c8bc3d14c0d266017d75717b8decf6b72c41ffe.tar.gz
gentoo-7c8bc3d14c0d266017d75717b8decf6b72c41ffe.tar.bz2
gentoo-7c8bc3d14c0d266017d75717b8decf6b72c41ffe.zip
dev-libs/libofx: drop 0.10.1-r1, 0.10.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/libofx/Manifest2
-rw-r--r--dev-libs/libofx/files/libofx-0.10.1-docdir.patch40
-rw-r--r--dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch34
-rw-r--r--dev-libs/libofx/libofx-0.10.1-r1.ebuild70
-rw-r--r--dev-libs/libofx/libofx-0.10.2.ebuild65
5 files changed, 0 insertions, 211 deletions
diff --git a/dev-libs/libofx/Manifest b/dev-libs/libofx/Manifest
index c8a6b9e57adc..ca4371e0ffd4 100644
--- a/dev-libs/libofx/Manifest
+++ b/dev-libs/libofx/Manifest
@@ -1,3 +1 @@
-DIST libofx-0.10.1.tar.gz 226512 BLAKE2B bc0fa1ea0d5c7968730b50b9163a045304dd82f7e312e407ce9393a56ea6b1f9d47382b1299ee990640b98d5f047656aa38a9a8da4d8f19d3bea0236e0487cf1 SHA512 4575424abb56b93021ef223f90460979b544c32b4624936bbad16d0b5711afb6b5fa31b7c2cb835ff7a26be8c7ac51951198e5565a098713b8d33f0e17be774a
-DIST libofx-0.10.2.tar.gz 225043 BLAKE2B 2ca8cdd9913f2bddb60600d75acfb114d56d6c59191fe2b836a0c2a988b6d0404821a9f99be1fa4b258afbbc35b0cb254b348a1e7a0f7a8c4010645afff52f91 SHA512 14ba2779d94209312a8a1bbf598e6a31820df4fa7e222ae1abb8d4234a6c7ba7068e06a73ad4ee93bcb53ccb99a8007d799d9e66a9921704dc75c84b0e7dc307
DIST libofx-0.10.3.tar.gz 225132 BLAKE2B 29dff4cb79a4a535bf255c787e184d103ecdbe975bb4bb223b675bbacaff9f8a228ae0a3dffe7710c2707496ac65c4f48ce993243b8353172c53cb02067d9267 SHA512 6c024628a6a11d9542c669a438223331a033eb820b1a2c3001c60d1ab3fad45ccdec64f9b54dd206fe0058ead8e14e751eb7a3bd88e8f9e1013b0bdd5b6c5242
diff --git a/dev-libs/libofx/files/libofx-0.10.1-docdir.patch b/dev-libs/libofx/files/libofx-0.10.1-docdir.patch
deleted file mode 100644
index a43fdffd523f..000000000000
--- a/dev-libs/libofx/files/libofx-0.10.1-docdir.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-https://github.com/libofx/libofx/commit/ee296908c23a944b9b034c9b1f8b974edcb44b80
-
-From ee296908c23a944b9b034c9b1f8b974edcb44b80 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Sat, 6 Mar 2021 06:09:11 +0000
-Subject: [PATCH] Makefile.am, doc/Makefile.am: don't override docdir
-
-'docdir' is already provided by autotools. By not overriding it,
-we allow the directory to be easily overriden at build time.
-
-By default, docdir is /usr/share/doc/libofx, so no change!
-
-e.g. In Gentoo, we prefer to use --docdir=/usr/share/doc/${PF}
-where ${PF} represents the upstream version combined with any
-internal distribution changes made.
-
-Signed-off-by: Sam James <sam@gentoo.org>
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -6,8 +6,6 @@ endif
- DIST_SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump ofxconnect
- SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump $(MAYBE_OFXCONNECT)
-
--docdir = $(datadir)/doc/libofx
--
- doc_DATA = \
- AUTHORS \
- COPYING \
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index 23e9d34..bd0a04d 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -1,7 +1,5 @@
- SUBDIRS =
-
--docdir = ${prefix}/share/doc/libofx
--
- EXTRA_DIST = \
- doxygen.cfg \
- ofx_sample_files \
diff --git a/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch b/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
deleted file mode 100644
index 036c6864bed9..000000000000
--- a/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://github.com/libofx/libofx/commit/a647c1db417459bded7fb47af69dff375eae83c1
-
-From a647c1db417459bded7fb47af69dff375eae83c1 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Sat, 6 Mar 2021 05:57:49 +0000
-Subject: [PATCH] configure.ac: Respect --libdir for OpenSP
-
-When searching for OpenSP, we want to use
-the libdir passed in to autotools (--libdir)
-to ensure that we find the library
-for the correct ABI.
-
-It is possible that we pick up the wrong
-copy from e.g. /usr/lib/ where a 32-bit
-copy of OpenSP exists
-when we're in the middle of a 64-bit build.
-
-Use ${libdir} to ensure we respect
-any preferences/information given and
-search for OpenSP in the right place.
-
-Bug: https://bugs.gentoo.org/693458
-Signed-off-by: Sam James <sam@gentoo.org>
---- a/configure.ac
-+++ b/configure.ac
-@@ -112,7 +112,7 @@ AC_ARG_WITH(opensp-libs,
- [ --with-opensp-libs=PATH specify where to look for libosp
- - default is /usr/lib],
- OPENSPLIBPATH="$with_opensp_libs",
-- OPENSPLIBPATH="/usr/lib")
-+ OPENSPLIBPATH="${libdir}")
-
- echo $OPENSPLIBPATH
- for d in /usr/include/OpenSP /usr/local/include/OpenSP /usr/include/sp/generic /usr/local/include/sp/generic; do
diff --git a/dev-libs/libofx/libofx-0.10.1-r1.ebuild b/dev-libs/libofx/libofx-0.10.1-r1.ebuild
deleted file mode 100644
index e2f99a67303d..000000000000
--- a/dev-libs/libofx/libofx-0.10.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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="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}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-opensp-libdir.patch
- "${FILESDIR}"/${P}-docdir.patch
-)
-
-src_prepare() {
- default
-
- # Not included in the tarball
- sed -i -e '/INSTALL/d' Makefile.am || die
-
- # bug #566456
- append-cxxflags -std=c++14
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable doc html-docs) \
- --disable-static
-}
-
-src_compile() {
- emake -j1
-
- if use doc ; then
- emake doc
- fi
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -type f -delete || die
- find "${ED}" -name '*.a' -type f -delete || die
-}
diff --git a/dev-libs/libofx/libofx-0.10.2.ebuild b/dev-libs/libofx/libofx-0.10.2.ebuild
deleted file mode 100644
index 1acb92d8616e..000000000000
--- a/dev-libs/libofx/libofx-0.10.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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="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_prepare() {
- default
-
- # Not included in the tarball
- sed -i -e '/INSTALL/d' Makefile.am || die
-
- # bug #566456
- append-cxxflags -std=c++14
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable doc html-docs) \
- --disable-static
-}
-
-src_compile() {
- emake -j1
-
- if use doc ; then
- emake doc
- fi
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -type f -delete || die
- find "${ED}" -name '*.a' -type f -delete || die
-}