Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
Date: Fri, 06 Apr 2018 00:42:27
Message-Id: 1522975320.26b5e6901708132469ce69fa967a6e1d2882c484.asturm@gentoo
1 commit: 26b5e6901708132469ce69fa967a6e1d2882c484
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 00:38:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 00:42:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b5e690
7
8 sys-libs/gwenhywfar: Drop vulnerable and Qt4-based
9
10 Bug: https://bugs.gentoo.org/582740
11 Closes: https://bugs.gentoo.org/644782
12 Package-Manager: Portage-2.3.28, Repoman-2.3.9
13
14 sys-libs/gwenhywfar/Manifest | 1 -
15 sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild | 62 -------------------------
16 sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild | 59 -----------------------
17 3 files changed, 122 deletions(-)
18
19 diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
20 index 86dc8e05dc5..878eb1529e1 100644
21 --- a/sys-libs/gwenhywfar/Manifest
22 +++ b/sys-libs/gwenhywfar/Manifest
23 @@ -1,2 +1 @@
24 -DIST gwenhywfar-4.15.3.tar.gz 2249350 BLAKE2B 278ee013fbcf1e05f8006b3b1bcf325e47895987e374868c9c64d1312a43485b61589d17ab1790f64b11d06c9976960b66f587157ca87749fa259502fa19e405 SHA512 a14d625518d94c94491df149f9e746ed8d769f4e43b6df24f51f4269f29005f7431e33e85de0bde0a81a2e876fea8ddad5ed4191114295d6c9ea2e94aba08799
25 DIST gwenhywfar-4.19.0.tar.gz 2362848 BLAKE2B cfdde7b26c9ab26d0ab8ce45ccb8da417bc118507e24d7c4315d0f0480deb92e60f331147cde2145b7b41e4764d18266ed221632b0110e3735a20ce6a6a674b2 SHA512 d05b230f7c00247301428046bf9ed643915d0939d804c78622892ae85c81dfe244832a8375820d489277251b407e424a5cf9b19224ad14f7fbfae83485e00da1
26
27 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild
28 deleted file mode 100644
29 index 9c3542e3c33..00000000000
30 --- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild
31 +++ /dev/null
32 @@ -1,62 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit qmake-utils
39 -
40 -MY_P="${P/_beta/beta}"
41 -DESCRIPTION="A multi-platform helper library for other libraries"
42 -HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
43 -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"
44 -S="${WORKDIR}/${MY_P}"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
49 -IUSE="debug doc fox gtk qt4 qt5"
50 -
51 -RDEPEND="dev-libs/libgpg-error
52 - dev-libs/libgcrypt:0=
53 - dev-libs/openssl:0=
54 - net-libs/gnutls:=
55 - virtual/libiconv
56 - virtual/libintl
57 - fox? ( x11-libs/fox:1.6 )
58 - gtk? ( x11-libs/gtk+:2 )
59 - qt4? ( dev-qt/qtgui:4 )
60 - qt5? ( dev-qt/qtgui:5 )"
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig
63 - sys-devel/gettext
64 - doc? ( app-doc/doxygen )"
65 -
66 -# broken upstream, reported but got no reply
67 -RESTRICT="test"
68 -
69 -src_configure() {
70 - local guis
71 - local extra_opts
72 - use fox && guis="${guis} fox16"
73 - use gtk && guis="${guis} gtk2"
74 - use qt4 && guis="${guis} qt4" && extra_opts="${extra_opts} --with-qt4-moc="$(qt4_get_bindir)/moc""
75 - use qt5 && guis="${guis} qt5" && extra_opts="${extra_opts} --with-qt5-qmake="$(qt5_get_bindir)/qmake" --with-qt5-moc="$(qt5_get_bindir)/moc""
76 - econf \
77 - --enable-ssl \
78 - $(use_enable debug) \
79 - $(use_enable doc full-doc) \
80 - --with-guis="${guis}" \
81 - ${extra_opts} \
82 - --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
83 -}
84 -
85 -src_compile() {
86 - emake
87 - use doc && emake srcdoc
88 -}
89 -
90 -src_install() {
91 - default
92 - use doc && emake DESTDIR="${D}" install-srcdoc
93 - find "${ED}" -name '*.la' -delete || die
94 -}
95
96 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild
97 deleted file mode 100644
98 index 8dd748cddb8..00000000000
99 --- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild
100 +++ /dev/null
101 @@ -1,59 +0,0 @@
102 -# Copyright 1999-2017 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=5
106 -
107 -MY_P="${P/_beta/beta}"
108 -DESCRIPTION="A multi-platform helper library for other libraries"
109 -HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
110 -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"
111 -S="${WORKDIR}/${MY_P}"
112 -
113 -LICENSE="LGPL-2.1"
114 -SLOT="0"
115 -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86"
116 -IUSE="debug doc fox gtk qt4"
117 -
118 -RDEPEND="dev-libs/libgpg-error
119 - >=dev-libs/libgcrypt-1.2.0:0
120 - dev-libs/openssl:0
121 - >=net-libs/gnutls-2.0.1
122 - virtual/libiconv
123 - virtual/libintl
124 - fox? ( x11-libs/fox:1.6 )
125 - gtk? ( >=x11-libs/gtk+-2.17.5:2 )
126 - qt4? ( dev-qt/qtgui:4 )"
127 -DEPEND="${RDEPEND}
128 - virtual/pkgconfig
129 - sys-devel/gettext
130 - doc? ( app-doc/doxygen )"
131 -
132 -# broken upstream, reported but got no reply
133 -RESTRICT="test"
134 -
135 -src_configure() {
136 - local guis
137 - use fox && guis="${guis} fox16"
138 - use gtk && guis="${guis} gtk2"
139 - use qt4 && guis="${guis} qt4"
140 -
141 - econf \
142 - --enable-ssl \
143 - --enable-visibility \
144 - $(use_enable debug) \
145 - $(use_enable doc full-doc) \
146 - --with-guis="${guis}" \
147 - --with-docpath=/usr/share/doc/${PF}/apidoc
148 -}
149 -
150 -src_compile() {
151 - emake
152 - use doc && emake srcdoc
153 -}
154 -
155 -src_install() {
156 - emake DESTDIR="${D}" install
157 - use doc && emake DESTDIR="${D}" install-srcdoc
158 - dodoc AUTHORS ChangeLog README TODO
159 - find "${ED}" -name '*.la' -exec rm -f {} +
160 -}