From 671eb2ed60d87309874df0a707aa8fdeb9fb3768 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Mon, 21 Nov 2022 21:38:05 +0100 Subject: sys-libs/gwenhywfar: bump to 5.10.1 Signed-off-by: Marco Scardovi Signed-off-by: Joonas Niilola --- sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild | 80 ++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild (limited to 'sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild') diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild new file mode 100644 index 000000000000..ab910b95aef6 --- /dev/null +++ b/sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils + +DESCRIPTION="Multi-platform helper library for other libraries" +HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php" +SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/465/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/79" # correspond with libgwenhywfar.so version +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug doc gtk qt5 test" + +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" +DEPEND=" + dev-libs/libgcrypt:0= + dev-libs/libgpg-error + dev-libs/libxml2:2 + dev-libs/openssl:0= + net-libs/gnutls:= + virtual/libiconv + virtual/libintl + virtual/opengl + gtk? ( x11-libs/gtk+:3 ) + qt5? ( + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + ) +" +RDEPEND=" + ${DEPEND} + gtk? ( !