commit:     35fca34cdf6a20fd1408c2d2b0e7b2a716668cca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 18:35:23 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 21:27:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fca34c

sys-libs/gwenhywfar: drop 5.12.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/gwenhywfar/gwenhywfar-5.12.1.ebuild | 67 ----------------------------
 1 file changed, 67 deletions(-)

diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.12.1.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-5.12.1.ebuild
deleted file mode 100644
index 79b0b800bf52..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-5.12.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2025 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/533/${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 gtk qt6 test" # doc (is broken, bug #950614
-
-# broken upstream, reported but got no reply
-RESTRICT="test"
-
-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 )
-       qt6? ( 
dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,sql,widgets,xml] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-# doc? ( app-text/doxygen )
-
-src_configure() {
-       local myeconfargs=(
-               --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
-               --with-libxml2-code=yes
-               $(use_enable debug)
-               #$(use_enable doc full-doc)
-       )
-#      use qt6 && myeconfargs+=(
-#              --with-qt6-moc="$(qt6_get_libdir)/qt6/libexec/moc"
-#              --with-qt6-qmake="$(qt6_get_bindir)/qmake"
-#      )
-
-       local guis=()
-       use gtk && guis+=( gtk3 )
-       use qt6 && guis+=( qt5 ) # yes. qt5.
-       QTPATHS="$(qt6_get_bindir)/qtpaths" \
-               econf "${myeconfargs[@]}" "--with-guis=${guis[*]}"
-}
-
-src_compile() {
-       emake
-       #use doc && emake srcdoc
-}
-
-src_install() {
-       default
-       #use doc && emake DESTDIR="${D}" install-srcdoc
-       find "${D}" -name '*.la' -type f -delete || die
-}

Reply via email to