From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/aqbanking/
Date: Mon, 14 Apr 2025 21:16:01 +0000 (UTC) [thread overview]
Message-ID: <1744665294.0a27bcc726a6373a7cd8037a1d8dab3ef5027a2d.asturm@gentoo> (raw)
commit: 0a27bcc726a6373a7cd8037a1d8dab3ef5027a2d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 19:33:36 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 21:14:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a27bcc7
net-libs/aqbanking: drop 6.5.3-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/aqbanking/Manifest | 1 -
net-libs/aqbanking/aqbanking-6.5.3-r1.ebuild | 59 ----------------------------
2 files changed, 60 deletions(-)
diff --git a/net-libs/aqbanking/Manifest b/net-libs/aqbanking/Manifest
index 7aadbc23a7c8..cc4d2be2925c 100644
--- a/net-libs/aqbanking/Manifest
+++ b/net-libs/aqbanking/Manifest
@@ -1,2 +1 @@
-DIST aqbanking-6.5.3.tar.gz 2690700 BLAKE2B 2a6407a9d6bfe6a7cfa3b3f4b6d3183b801bda8914770a11d48491fa7bc48e9b034b7eb5d220c6181725240e4475460a11c64df2d73dac98ccb30a61d5de5bca SHA512 bca4449981f9660dc7de8506a2088981b52dcf4ded765fd337263962b464b7903319878e8efbce6cbef043b65be8edb828fee873f19e8c6b2fed0cf7906d58b2
DIST aqbanking-6.6.0.tar.gz 2724090 BLAKE2B 32b5b83bd99f0404c84d0d1de096113c5236879535178f226d0ba5df1d9e9cc54bf2e1ba64af7c7e5e243ccf62dce3f44feb7e84dfe3327c9e9e79694418c53a SHA512 9275015f1c8885f9e59874abda3ad8977f0fddd24e80360ea1d88467832183d7bf4f3f3cb1138ede437a0e4f1bf8aec3d795d9a45f866e91a44936d7f30ec954
diff --git a/net-libs/aqbanking/aqbanking-6.5.3-r1.ebuild b/net-libs/aqbanking/aqbanking-6.5.3-r1.ebuild
deleted file mode 100644
index a0741935a412..000000000000
--- a/net-libs/aqbanking/aqbanking-6.5.3-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Generic Online Banking Interface"
-HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php"
-SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/467/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="debug doc ebics examples ofx"
-
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
- doc? ( app-text/doxygen )
-"
-DEPEND="
- app-misc/ktoblzcheck
- dev-libs/gmp:0=
- >=sys-libs/gwenhywfar-5.10.1:=
- virtual/libintl
- ebics? ( dev-libs/xmlsec:=[gcrypt] )
- ofx? ( >=dev-libs/libofx-0.9.5:= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
- local backends="aqhbci aqnone aqpaypal"
- use ofx && backends="${backends} aqofxconnect"
- use ebics && backends="${backends} aqebics"
-
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/"${PF}"
- $(use_enable debug)
- $(use_enable doc full-doc)
- --with-backends="${backends}"
- )
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- rm -rv "${ED}"/usr/share/doc/ || die "Failed to remove docs"
-
- einstalldocs
-
- if use examples; then
- docinto tutorials
- dodoc tutorials/*.{c,h} tutorials/README
- fi
-
- find "${D}" -name '*.la' -type f -delete || die
-}
next reply other threads:[~2025-04-14 21:16 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 21:16 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 20:50 [gentoo-commits] repo/gentoo:master commit in: net-libs/aqbanking/ Sam James
2025-04-12 20:41 Sam James
2025-01-12 12:09 Andreas Sturmlechner
2023-04-15 5:40 Sam James
2023-01-04 21:00 Andreas Sturmlechner
2023-01-03 18:28 Sam James
2023-01-03 18:28 Sam James
2022-12-02 7:43 Joonas Niilola
2022-03-30 14:14 Yixun Lan
2021-01-03 22:56 Sam James
2020-11-15 14:01 Andreas Sturmlechner
2020-11-15 5:24 Sam James
2020-11-12 21:03 Thomas Deutschmann
2020-10-31 22:40 Andreas Sturmlechner
2020-09-09 9:05 Hanno Böck
2020-08-29 13:21 Sam James
2020-05-21 11:20 Andreas Sturmlechner
2020-02-15 10:33 Andreas Sturmlechner
2020-02-13 12:46 Agostino Sarubbo
2020-02-08 13:54 Mikle Kolyada
2020-01-19 22:08 Andreas Sturmlechner
2020-01-19 22:08 Andreas Sturmlechner
2020-01-15 19:41 Andreas Sturmlechner
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-13 21:25 Andreas Sturmlechner
2019-11-13 21:25 Andreas Sturmlechner
2019-10-13 13:41 Andreas Sturmlechner
2019-10-13 12:03 Andreas Sturmlechner
2019-10-13 11:40 Andreas Sturmlechner
2019-10-13 11:40 Andreas Sturmlechner
2019-09-18 18:13 Andreas Sturmlechner
2018-07-14 14:57 Andreas Sturmlechner
2018-06-23 18:21 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-05-13 21:05 Andreas Sturmlechner
2018-02-06 19:35 Andreas Sturmlechner
2017-08-22 21:41 Michał Górny
2017-01-16 10:15 Agostino Sarubbo
2016-12-20 14:04 Tobias Klausmann
2016-06-25 18:15 Hanno Boeck
2016-05-12 10:04 Patrice Clement
2016-05-12 9:33 Hanno Boeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744665294.0a27bcc726a6373a7cd8037a1d8dab3ef5027a2d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox