From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2375138334 for ; Sun, 13 Oct 2019 11:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7CBAE08A0; Sun, 13 Oct 2019 11:41:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DA84E08A0 for ; Sun, 13 Oct 2019 11:41:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82B2F34BCCF for ; Sun, 13 Oct 2019 11:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 329908A5 for ; Sun, 13 Oct 2019 11:40:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1570966829.fe8f2d95e9332b0c1d51178a6c3c54b47a7cdd06.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild X-VCS-Directories: sys-libs/gwenhywfar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe8f2d95e9332b0c1d51178a6c3c54b47a7cdd06 X-VCS-Branch: master Date: Sun, 13 Oct 2019 11:40:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82a7f009-6518-425a-99e0-f793368f869c X-Archives-Hash: a3405482ebbfc40c19a0ef45adfa6815 commit: fe8f2d95e9332b0c1d51178a6c3c54b47a7cdd06 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 11:34:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 11:40:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8f2d95 sys-libs/gwenhywfar: Drop 4.20.2 (r0) Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild | 109 --------------------------- 1 file changed, 109 deletions(-) diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild deleted file mode 100644 index b20b4023391..00000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild +++ /dev/null @@ -1,109 +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 ) -" -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+: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 ) - test? ( dev-qt/qttest:5 ) - webkit? ( dev-qt/qtwebkit:5 ) -" -DEPEND="${RDEPEND}" - -# 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 -}