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 3A94D1382C5 for ; Fri, 6 Apr 2018 00:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B039E0973; Fri, 6 Apr 2018 00:42:26 +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 2B1CAE0973 for ; Fri, 6 Apr 2018 00:42:25 +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 EDC08335C5A for ; Fri, 6 Apr 2018 00:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6154227C for ; Fri, 6 Apr 2018 00:42:23 +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: <1522975320.26b5e6901708132469ce69fa967a6e1d2882c484.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gwenhywfar/Manifest sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild X-VCS-Directories: sys-libs/gwenhywfar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26b5e6901708132469ce69fa967a6e1d2882c484 X-VCS-Branch: master Date: Fri, 6 Apr 2018 00:42:23 +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-Archives-Salt: ea678e97-7888-4b79-b457-827828ebf6b8 X-Archives-Hash: f8aee10a9aabdebb41c34dbd0cf0f217 commit: 26b5e6901708132469ce69fa967a6e1d2882c484 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:38:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:42:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b5e690 sys-libs/gwenhywfar: Drop vulnerable and Qt4-based Bug: https://bugs.gentoo.org/582740 Closes: https://bugs.gentoo.org/644782 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-libs/gwenhywfar/Manifest | 1 - sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild | 62 ------------------------- sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild | 59 ----------------------- 3 files changed, 122 deletions(-) diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest index 86dc8e05dc5..878eb1529e1 100644 --- a/sys-libs/gwenhywfar/Manifest +++ b/sys-libs/gwenhywfar/Manifest @@ -1,2 +1 @@ -DIST gwenhywfar-4.15.3.tar.gz 2249350 BLAKE2B 278ee013fbcf1e05f8006b3b1bcf325e47895987e374868c9c64d1312a43485b61589d17ab1790f64b11d06c9976960b66f587157ca87749fa259502fa19e405 SHA512 a14d625518d94c94491df149f9e746ed8d769f4e43b6df24f51f4269f29005f7431e33e85de0bde0a81a2e876fea8ddad5ed4191114295d6c9ea2e94aba08799 DIST gwenhywfar-4.19.0.tar.gz 2362848 BLAKE2B cfdde7b26c9ab26d0ab8ce45ccb8da417bc118507e24d7c4315d0f0480deb92e60f331147cde2145b7b41e4764d18266ed221632b0110e3735a20ce6a6a674b2 SHA512 d05b230f7c00247301428046bf9ed643915d0939d804c78622892ae85c81dfe244832a8375820d489277251b407e424a5cf9b19224ad14f7fbfae83485e00da1 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild deleted file mode 100644 index 9c3542e3c33..00000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -MY_P="${P/_beta/beta}" -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://www.aquamaniac.de/aqbanking/" -SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=201&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug doc fox gtk qt4 qt5" - -RDEPEND="dev-libs/libgpg-error - dev-libs/libgcrypt:0= - dev-libs/openssl:0= - net-libs/gnutls:= - virtual/libiconv - virtual/libintl - fox? ( x11-libs/fox:1.6 ) - gtk? ( x11-libs/gtk+:2 ) - qt4? ( dev-qt/qtgui:4 ) - qt5? ( dev-qt/qtgui:5 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - doc? ( app-doc/doxygen )" - -# broken upstream, reported but got no reply -RESTRICT="test" - -src_configure() { - local guis - local extra_opts - use fox && guis="${guis} fox16" - use gtk && guis="${guis} gtk2" - use qt4 && guis="${guis} qt4" && extra_opts="${extra_opts} --with-qt4-moc="$(qt4_get_bindir)/moc"" - use qt5 && guis="${guis} qt5" && extra_opts="${extra_opts} --with-qt5-qmake="$(qt5_get_bindir)/qmake" --with-qt5-moc="$(qt5_get_bindir)/moc"" - econf \ - --enable-ssl \ - $(use_enable debug) \ - $(use_enable doc full-doc) \ - --with-guis="${guis}" \ - ${extra_opts} \ - --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc" -} - -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.15.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild deleted file mode 100644 index 8dd748cddb8..00000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P="${P/_beta/beta}" -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://www.aquamaniac.de/aqbanking/" -SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=201&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86" -IUSE="debug doc fox gtk qt4" - -RDEPEND="dev-libs/libgpg-error - >=dev-libs/libgcrypt-1.2.0:0 - dev-libs/openssl:0 - >=net-libs/gnutls-2.0.1 - virtual/libiconv - virtual/libintl - fox? ( x11-libs/fox:1.6 ) - gtk? ( >=x11-libs/gtk+-2.17.5:2 ) - qt4? ( dev-qt/qtgui:4 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - doc? ( app-doc/doxygen )" - -# broken upstream, reported but got no reply -RESTRICT="test" - -src_configure() { - local guis - use fox && guis="${guis} fox16" - use gtk && guis="${guis} gtk2" - use qt4 && guis="${guis} qt4" - - econf \ - --enable-ssl \ - --enable-visibility \ - $(use_enable debug) \ - $(use_enable doc full-doc) \ - --with-guis="${guis}" \ - --with-docpath=/usr/share/doc/${PF}/apidoc -} - -src_compile() { - emake - use doc && emake srcdoc -} - -src_install() { - emake DESTDIR="${D}" install - use doc && emake DESTDIR="${D}" install-srcdoc - dodoc AUTHORS ChangeLog README TODO - find "${ED}" -name '*.la' -exec rm -f {} + -}