public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
Date: Thu, 21 May 2020 11:20:47 +0000 (UTC)	[thread overview]
Message-ID: <1590059973.2367a2512e12be3b2863587a8af464ff7076fe03.asturm@gentoo> (raw)

commit:     2367a2512e12be3b2863587a8af464ff7076fe03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 23:57:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 11:19:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367a251

sys-libs/gwenhywfar: Drop 4.20.0 and 4.20.2-r1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/gwenhywfar/Manifest                    |   2 -
 sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild    | 111 -----------------------
 sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild | 113 ------------------------
 3 files changed, 226 deletions(-)

diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index d2a069a754e..605f8454997 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -1,3 +1 @@
-DIST gwenhywfar-4.20.0.tar.gz 2379537 BLAKE2B 7e3439959f61c28d8845ee8355b21b71446f3108f5e344ee600eda58cdccb31cfe93a45cdc9ef8b682fbb3171d20658766918924b48150fea5f2abc1eaa76af1 SHA512 bc1d47c39654940198396f1bdb9f4a87ff4e0e6b07cb4525c10f7f8e6ce93445d5b9d85586a47c93c558e86eb826f7006eca29b93fad6371dfe72830bf9b88e1
-DIST gwenhywfar-4.20.2.tar.gz 2350327 BLAKE2B 1209bc46fe16e4a76886327bdcc0c9dde7bc135851bea27caa1795f8d652b968842e5191817e255044034827fc2f7e8c392f45ce52c85eb4d9382609f7238e53 SHA512 9012b82b4aa5229576951ebc835621f18a19f817a689f149b120710fadf8cc3d60481a6724967db44fb04c5eedf3e96d7ec919933ff325c9b4b8dad9c7fe870b
 DIST gwenhywfar-5.1.2.tar.gz 2354910 BLAKE2B e73519d33da9268f90ae2924b177c4ef684c9d991faa1f788f8c30ea669fa27d645481e6e41673b22d2796376aaab9cec72de6874b89c2fe141102cfbac2d2e4 SHA512 20374ed6c134b310f375eb286d83bf6074e397e3c6e22b0370d06fb870b9506f171a9276cad9a809331d8917e3bca1eca30a5d5776818ca7f5b06100474a7e0f

diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
deleted file mode 100644
index b3b3fb98539..00000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="https://www.aquamaniac.de/aqbanking/"
-SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01&release=208&file=02&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/60" # correspond with libgwenhywfar.so version
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test webkit"
-
-REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )"
-
-# TODO: not yet required by any revdep. Switch gtk when gnucash is ported.
-# gtk3? ( x11-libs/gtk+:3 )
-RDEPEND="
-	dev-libs/libgcrypt:0=
-	dev-libs/libgpg-error
-	libressl? ( dev-libs/libressl:0= )
-	!libressl? ( dev-libs/openssl:0= )
-	net-libs/gnutls:=
-	virtual/libiconv
-	virtual/libintl
-	virtual/opengl
-	designer? ( dev-qt/designer:5 )
-	fox? ( x11-libs/fox:1.6 )
-	gtk? ( x11-libs/gtk+:2 )
-	qml? ( dev-qt/qtdeclarative:5 )
-	qt5? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qthelp:5
-		dev-qt/qtmultimedia:5[widgets]
-		dev-qt/qtnetwork:5
-		dev-qt/qtopengl:5
-		dev-qt/qtprintsupport:5
-		dev-qt/qtscript:5
-		dev-qt/qtsql:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtx11extras:5
-		dev-qt/qtxml:5
-		dev-qt/qtxmlpatterns:5
-	)
-	sensors? ( dev-qt/qtsensors:5 )
-	serialport? ( dev-qt/qtserialport:5 )
-	test? ( dev-qt/qttest:5 )
-	webkit? ( dev-qt/qtwebkit:5 )
-"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-
-# broken upstream, reported but got no reply
-RESTRICT="test"
-
-src_configure() {
-	disableQtModule() {
-		local module
-		for module in ${@}; do
-			sed -e "/qtHaveModule(${module})/s|^|#DONT|" -i configure || die
-		done
-	}
-
-	use designer || disableQtModule designer uitools
-	use qml || disableQtModule qml qmltest
-	use sensors || disableQtModule sensors
-	use serialport || disableQtModule serialport
-	use test || disableQtModule testlib
-	use webkit || disableQtModule webkit webkitwidgets
-
-	local guis=()
-	use fox && guis+=( fox16 )
-	use gtk && guis+=( gtk2 )
-	use qt5 && guis+=( qt5 )
-	# use gtk3 && guis+=( gtk3 )
-
-	local myeconfargs=(
-		--enable-ssl
-		$(use_enable debug)
-		$(use_enable doc full-doc)
-		--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
-	)
-	use qt5 && myeconfargs+=(
-		--with-qt5-moc="$(qt5_get_bindir)/moc"
-		--with-qt5-qmake="$(qt5_get_bindir)/qmake"
-	)
-
-	guis_config="--with-guis=${guis[@]}"
-	econf ${myeconfargs[@]} "${guis_config}"
-}
-
-src_compile() {
-	emake
-	use doc && emake srcdoc
-}
-
-src_install() {
-	default
-	use doc && emake DESTDIR="${D}" install-srcdoc
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild
deleted file mode 100644
index 2aad87d8493..00000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/108/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/60" # correspond with libgwenhywfar.so version
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test webkit"
-
-REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )"
-
-BDEPEND="
-	sys-devel/gettext
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-COMMON_DEPEND="
-	dev-libs/libgcrypt:0=
-	dev-libs/libgpg-error
-	libressl? ( dev-libs/libressl:0= )
-	!libressl? ( dev-libs/openssl:0= )
-	net-libs/gnutls:=
-	virtual/libiconv
-	virtual/libintl
-	virtual/opengl
-	designer? ( dev-qt/designer:5 )
-	fox? ( x11-libs/fox:1.6 )
-	gtk? ( x11-libs/gtk+:3 )
-	qml? ( dev-qt/qtdeclarative:5 )
-	qt5? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qthelp:5
-		dev-qt/qtmultimedia:5[widgets]
-		dev-qt/qtnetwork:5
-		dev-qt/qtopengl:5
-		dev-qt/qtprintsupport:5
-		dev-qt/qtscript:5
-		dev-qt/qtsql:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtx11extras:5
-		dev-qt/qtxml:5
-		dev-qt/qtxmlpatterns:5
-	)
-	sensors? ( dev-qt/qtsensors:5 )
-	serialport? ( dev-qt/qtserialport:5 )
-	webkit? ( dev-qt/qtwebkit:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-	gtk? ( !<app-office/gnucash-3.7[aqbanking] )
-"
-
-# broken upstream, reported but got no reply
-RESTRICT="test"
-
-src_configure() {
-	disableQtModule() {
-		local module
-		for module in ${@}; do
-			sed -e "/qtHaveModule(${module})/s|^|#DONT|" -i configure || die
-		done
-	}
-
-	use designer || disableQtModule designer uitools
-	use qml || disableQtModule qml qmltest
-	use sensors || disableQtModule sensors
-	use serialport || disableQtModule serialport
-	use test || disableQtModule testlib
-	use webkit || disableQtModule webkit webkitwidgets
-
-	local guis=()
-	use fox && guis+=( fox16 )
-	use gtk && guis+=( gtk3 )
-	use qt5 && guis+=( qt5 )
-
-	local myeconfargs=(
-		--enable-ssl
-		$(use_enable debug)
-		$(use_enable doc full-doc)
-		--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
-	)
-	use qt5 && myeconfargs+=(
-		--with-qt5-moc="$(qt5_get_bindir)/moc"
-		--with-qt5-qmake="$(qt5_get_bindir)/qmake"
-	)
-
-	guis_config="--with-guis=${guis[@]}"
-	econf "${myeconfargs[@]}" "${guis_config}"
-}
-
-src_compile() {
-	emake
-	use doc && emake srcdoc
-}
-
-src_install() {
-	default
-	use doc && emake DESTDIR="${D}" install-srcdoc
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2020-05-21 11:20 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-21 11:20 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12 12:09 [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ Andreas Sturmlechner
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-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-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=1590059973.2367a2512e12be3b2863587a8af464ff7076fe03.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