net-libs/aqbanking: Drop 5.7.8

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-05-21 01:58:07 +02:00
parent 2367a2512e
commit fab2722064
3 changed files with 0 additions and 70 deletions

View File

@@ -1,2 +1 @@
DIST aqbanking-5.7.8.tar.gz 3818825 BLAKE2B 6536b11251fda4977fd964f513f4b2bb23cd14d62adffdd18e7508afe85d660b86aa1aadc80fe4ba47c5b393659ba7139c65eaf342795f6f05599efdd2c3904d SHA512 4078c3bc2c0b6f38f853fed064e37b6188c0b8158416ca6482756232ef8fe71e9cc1df0abe8c6bcbe8a7e818c24210f553c367f540d60cb7b7cf0161a9ca7117
DIST aqbanking-6.0.1.tar.gz 2551617 BLAKE2B 0f18e63f6fc695b4fb3c5b831d324cf039f02ce740655953bacbcb6fa805e441ac989fa1ef7504cf3417b366acc9dc5562b13788af72faedfd27778bd3097769 SHA512 57a4f1416efddff4ce0a7b1cd5f1035df95a01001fff3b43b0febbb62b322839b1d0e8be2c765863da6de3e30c85726a8866529d9b16162b18d5c204e7eb8081

View File

@@ -1,68 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_P="${P/_beta/beta}"
DESCRIPTION="Generic Online Banking Interface"
HOMEPAGE="https://www.aquamaniac.de/aqbanking/"
SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=03&release=217&file=02&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="chipcard debug doc ebics examples gtk ofx"
RDEPEND="
app-misc/ktoblzcheck
dev-libs/gmp:0=
sys-libs/gwenhywfar:=[gtk?]
virtual/libintl
chipcard? ( >=sys-libs/libchipcard-5.0.2 )
ebics? ( dev-libs/xmlsec[gcrypt,gnutls] )
ofx? ( >=dev-libs/libofx-0.9.5 )
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
doc? ( app-doc/doxygen )"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
MAKEOPTS="${MAKEOPTS} -j1" # 5.7.8 still fails with > -j1
S="${WORKDIR}/${MY_P}"
src_configure() {
local backends="aqhbci aqnone aqpaypal"
use ofx && backends="${backends} aqofxconnect"
use ebics && backends="${backends} aqebics"
local mytest
use gtk && mytest="--enable-gui-tests"
econf \
$(use_enable debug) \
$(use_enable doc full-doc) \
--with-backends="${backends}" \
--with-docpath=/usr/share/doc/${PF}/apidoc \
${mytest}
}
src_install() {
emake DESTDIR="${D}" install
rm -rv "${ED}"/usr/share/doc/ || die
einstalldocs
newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
README.aqhbci-tool
if use examples; then
docinto tutorials
dodoc tutorials/*.{c,h} tutorials/README
fi
find "${ED}" -name '*.la' -delete || die
}

View File

@@ -4,7 +4,6 @@
<maintainer type="person">
<email>hanno@gentoo.org</email></maintainer>
<use>
<flag name="chipcard">Enable support for DDV/RSA-chipcards</flag>
<flag name="ebics">Enable support for Electronic Banking Internet Communication Standard (EBICS)</flag>
</use>
</pkgmetadata>