From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
Date: Wed, 4 Jan 2023 21:00:06 +0000 (UTC) [thread overview]
Message-ID: <1672865986.27ab1b090fe8b9ce650178ef1f6777d2fe2fa412.asturm@gentoo> (raw)
commit: 27ab1b090fe8b9ce650178ef1f6777d2fe2fa412
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 20:39:37 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 20:59:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ab1b09
sys-libs/gwenhywfar: drop 5.4.1-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-libs/gwenhywfar/Manifest | 1 -
sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild | 82 --------------------------
2 files changed, 83 deletions(-)
diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index 8563699d13ed..17e89385ff99 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -1,2 +1 @@
DIST gwenhywfar-5.10.1.tar.gz 2687042 BLAKE2B 78fb776a605761f309060affef4e84e526ba789039f48f1e68e107d5002c508e19c9c2c2c0b3a8aba39c6c32543816914b504a6212219cfeeb4f0f04b0354f45 SHA512 11781bec2dd1c4156b609574283179278b8070d604a792aeddf92c8f9b873b3ac09273a8558b9adba567af8d016ea10914d2a149f4b6813798b5800e34e29aa5
-DIST gwenhywfar-5.4.1.tar.gz 2373780 BLAKE2B bc2666145d958c5ab9c5600be65bcdd4a2ea6e35f3bd83a5ba9a2380dcc8788e91038733c49c1c16ff00d27eea999a0c0f4a02a70f30180d54a1541dbb951131 SHA512 78ec815374410bb3ebbbcc5c18120b47bbc2460aa8a620fae068f3c6aaeb16351139fe0e28e8dc7037ffb9eaa449011d2483dde3c99ecd0fed7bb2c9f97f89a0
diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
deleted file mode 100644
index be6067e23d3e..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P/_rc/rc}"
-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/344/${MY_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? ( !<app-office/gnucash-3.7[aqbanking] )
-"
-
-# broken upstream, reported but got no reply
-RESTRICT+=" test"
-
-S="${WORKDIR}/${MY_P}"
-
-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 qt5 && myeconfargs+=(
- --with-qt5-moc="$(qt5_get_bindir)/moc"
- --with-qt5-qmake="$(qt5_get_bindir)/qmake"
- )
-
- local guis=()
- use gtk && guis+=( gtk3 )
- use qt5 && guis+=( qt5 )
- 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
-}
next reply other threads:[~2023-01-04 21:00 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 21:00 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-14 21:16 [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ Andreas Sturmlechner
2025-04-12 20:50 Sam James
2025-04-12 20:41 Sam James
2025-04-12 18:35 Andreas Sturmlechner
2025-01-12 12:09 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-05-02 12:37 Mikle Kolyada
2020-11-15 14:01 Andreas Sturmlechner
2020-11-15 5:24 Sam James
2020-11-12 21:03 Thomas Deutschmann
2020-11-11 18:30 Andreas Sturmlechner
2020-10-31 22:40 Andreas Sturmlechner
2020-09-09 9:03 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:07 Andreas Sturmlechner
2020-01-15 19:41 Andreas Sturmlechner
2020-01-12 20:12 Andreas Sturmlechner
2020-01-12 20:07 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 11:40 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-04-06 0:42 Andreas Sturmlechner
2018-04-06 0:33 Thomas Deutschmann
2018-04-05 21:16 Aaron Bauman
2018-04-03 21:47 Sergei Trofimovich
2018-02-14 5:41 Jeroen Roovers
2018-02-13 20:25 Jeroen Roovers
2018-02-13 19:43 Andreas Sturmlechner
2018-02-12 23:50 Andreas Sturmlechner
2018-02-12 23:50 Andreas Sturmlechner
2018-02-06 19:35 Andreas Sturmlechner
2017-01-16 10:15 Agostino Sarubbo
2016-12-20 14:04 Tobias Klausmann
2016-11-05 16:46 Michael Palimaka
2016-11-05 16:44 Michael Palimaka
2016-05-11 9:18 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=1672865986.27ab1b090fe8b9ce650178ef1f6777d2fe2fa412.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