net-libs/aqbanking: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Andreas Sturmlechner
2018-02-04 23:25:56 +01:00
parent d2664f20fe
commit 93bb87e73b
4 changed files with 0 additions and 191 deletions

View File

@@ -1,4 +1 @@
DIST aqbanking-5.0.25.tar.gz 3637565 BLAKE2B 5fefc6093d5670e5e7c8e8fdd69cb7c8df36b7d00122584b4896471e210ffcc44d8570cc91bbefc773b1a4063c584129f2adb2de122b77bc9ab7a581e8128c5d SHA512 57a2f759c8958737fea2735771a62d2c71181bbab4666f642e06094093f6a545be3df56db45991e7fb03248e3fdd6ace2096df498ff3596dbcb6857caf4e53d0
DIST aqbanking-5.4.3beta.tar.gz 3743279 BLAKE2B 352d6ff49b74ef2021efe2943dfe9200d4d94d0c003bca65001bf7874ae9c0083df585760120e8abd9592514efb618c807b4b9c1d5d6d665464b7ba2f43dbd0c SHA512 3dfd90c1460e7a4b02dc33adf6378cc5ef2127e278ba4c23a4e95eaa732c7f6487fbd1dde5fdce0080d58edb2d69c8e2148cb64b23c0ff85773148a548bc24a2
DIST aqbanking-5.5.1.tar.gz 3818696 BLAKE2B e8d58b53ebafe3e479c6fc65e005d8ffa2f46467cca4e7e2a7683b6c777c82117e6e37f3a84634e9b62c57d2c247217d7b7ec6e3a53fd69fefe816cfc807ca43 SHA512 37220e2da9289b43929fa7406c0ce81596e26e6e82b2c2052a743029e1cbc77e6c3d44a2767a637f5e724a4e328d3110584025b730e2cdfa9d350279e2ac2659
DIST aqbanking-5.6.10.tar.gz 3687687 BLAKE2B 9bb357db8ddf853867fb4c80c5e86d37bfdccb2244ec6458a3f6117b6e3316cb365e48054102227f8a72fdf2493ae37a6d7303abeda3ad8ea28f783ff36c21bc SHA512 2429be829bf8c7b81b608ceb39d1f7f7f1876b52961d98356c611196577c89991983a0e87575605deda1e4ef71c68a20466457c827c36910b316178d9a37352a

View File

@@ -1,62 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit eutils
DESCRIPTION="Generic Online Banking Interface"
HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php"
SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=03&release=95&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="chipcard debug doc examples gtk ofx"
RDEPEND=">=app-misc/ktoblzcheck-1.39
>=dev-libs/gmp-5
>=sys-libs/gwenhywfar-4.3.3[gtk?]
virtual/libintl
ofx? ( >=dev-libs/libofx-0.9.5 )
chipcard? ( >=sys-libs/libchipcard-5.0.2 )"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
doc? ( app-doc/doxygen )"
MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
src_configure() {
local backends="aqhbci aqnone aqpaypal"
use ofx && backends="${backends} aqofxconnect"
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 -rf "${ED}"/usr/share/doc/aq{banking,hbci,paypal}
dodoc AUTHORS ChangeLog NEWS README TODO
newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
README.aqhbci-tool
newdoc src/plugins/backends/aqpaypal/tools/aqpaypal-tool/README \
README.aqpaypal-tool
if use examples; then
docinto tutorials
dodoc tutorials/*.{c,h} tutorials/README
fi
prune_libtool_files --all
}

View File

@@ -1,62 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
MY_P="${P/_beta/beta}"
DESCRIPTION="Generic Online Banking Interface"
HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php"
SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=03&release=115&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="chipcard debug doc examples gtk ofx"
RDEPEND=">=app-misc/ktoblzcheck-1.45
>=dev-libs/gmp-5
>=sys-libs/gwenhywfar-4.12.0_beta[gtk?]
virtual/libintl
ofx? ( >=dev-libs/libofx-0.9.5 )
chipcard? ( >=sys-libs/libchipcard-5.0.2 )"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
doc? ( app-doc/doxygen )"
MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
src_configure() {
local backends="aqhbci aqnone aqpaypal"
use ofx && backends="${backends} aqofxconnect"
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 -rf "${ED}"/usr/share/doc/aq{banking,hbci,paypal}
dodoc AUTHORS ChangeLog NEWS README TODO
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
prune_libtool_files --all
}

View File

@@ -1,64 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
MY_P="${P/_beta/beta}"
DESCRIPTION="Generic Online Banking Interface"
HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php"
SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=03&release=118&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="chipcard debug doc ebics examples gtk ofx"
RDEPEND=">=app-misc/ktoblzcheck-1.48
>=dev-libs/gmp-5
>=sys-libs/gwenhywfar-4.13.1[gtk?]
virtual/libintl
ofx? ( >=dev-libs/libofx-0.9.5 )
chipcard? ( >=sys-libs/libchipcard-5.0.2 )
ebics? ( dev-libs/xmlsec[gcrypt,gnutls] )"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
doc? ( app-doc/doxygen )"
MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
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 -rf "${ED}"/usr/share/doc/aq{banking,hbci,paypal}
dodoc AUTHORS ChangeLog NEWS README TODO
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
prune_libtool_files --all
}