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: Tue, 06 Feb 2018 19:35:32
Message-Id: 1517945709.d2664f20fe125aff4bd8719bc896994e77dacf0f.asturm@gentoo
1 commit: d2664f20fe125aff4bd8719bc896994e77dacf0f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 22:23:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 19:35:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2664f20
7
8 sys-libs/gwenhywfar: Drop old
9
10 Bug: https://bugs.gentoo.org/590626
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 sys-libs/gwenhywfar/Manifest | 3 --
14 sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild | 59 -----------------------
15 sys-libs/gwenhywfar/gwenhywfar-4.13.1.ebuild | 59 -----------------------
16 sys-libs/gwenhywfar/gwenhywfar-4.3.3.ebuild | 57 ----------------------
17 4 files changed, 178 deletions(-)
18
19 diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
20 index 7f789dfe0e0..561dbf5d447 100644
21 --- a/sys-libs/gwenhywfar/Manifest
22 +++ b/sys-libs/gwenhywfar/Manifest
23 @@ -1,4 +1 @@
24 -DIST gwenhywfar-4.12.0beta.tar.gz 2442433 BLAKE2B a3341df696dc861fe5695be4991423fc866ab006ce9343d68b24be4c8c15ad9331ce5dd7a244a6165877879b041b001adfdaa4da78e91e84753e7b0bd953495a SHA512 102d41a2efa248fe5c65f8d85688728f081c4e97e6ca58b125430e5b4dbc8f5f5d025ea0b03015f6055b21811d4baf2cc9e5e96fc80d3ae4b768a777a06c7531
25 -DIST gwenhywfar-4.13.1.tar.gz 2518248 BLAKE2B 495560ebe98d29ceb16f80d6b905aeb5c960642e130309e24bbfc137537381d377083f18238dcf27618d1a23e391ad2e015028849a8107cff2f550c8f069e448 SHA512 6a7d58189c0a9250c5291ab6350ace3b33201f5565b713b2728a2253bec209295306cd13fbbcf6bd51c4e919fa5b8fdc812d3098d946606708cd819fccc0ea1a
26 DIST gwenhywfar-4.15.3.tar.gz 2249350 BLAKE2B 278ee013fbcf1e05f8006b3b1bcf325e47895987e374868c9c64d1312a43485b61589d17ab1790f64b11d06c9976960b66f587157ca87749fa259502fa19e405 SHA512 a14d625518d94c94491df149f9e746ed8d769f4e43b6df24f51f4269f29005f7431e33e85de0bde0a81a2e876fea8ddad5ed4191114295d6c9ea2e94aba08799
27 -DIST gwenhywfar-4.3.3.tar.gz 2346826 BLAKE2B 14e7c50ab4faf34c6be450791a66fb2803d425281d2a72515b638dd1f3b1efa2e504dd455e0b7d3c0a437e883fd36adf7ce22dba9ed77af71348e092b23d2471 SHA512 cb8896991d012b3acfcb653ad5557f9f63e7239c76d0882b06382e6f3d1b0f05e705f85b6adef6d3c057ccf532c4836ab06dd0af2d5bc3d8283f13a1a12b3216
28
29 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild
30 deleted file mode 100644
31 index 466907c6983..00000000000
32 --- a/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild
33 +++ /dev/null
34 @@ -1,59 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
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=76&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"
50 -
51 -RDEPEND="dev-libs/libgpg-error
52 - >=dev-libs/libgcrypt-1.2.0:0
53 - dev-libs/openssl:0
54 - >=net-libs/gnutls-2.0.1
55 - virtual/libiconv
56 - virtual/libintl
57 - fox? ( x11-libs/fox:1.6 )
58 - gtk? ( >=x11-libs/gtk+-2.17.5:2 )
59 - qt4? ( dev-qt/qtgui:4 )"
60 -DEPEND="${RDEPEND}
61 - virtual/pkgconfig
62 - sys-devel/gettext
63 - doc? ( app-doc/doxygen )"
64 -
65 -# broken upstream, reported but got no reply
66 -RESTRICT="test"
67 -
68 -src_configure() {
69 - local guis
70 - use fox && guis="${guis} fox16"
71 - use gtk && guis="${guis} gtk2"
72 - use qt4 && guis="${guis} qt4"
73 -
74 - econf \
75 - --enable-ssl \
76 - --enable-visibility \
77 - $(use_enable debug) \
78 - $(use_enable doc full-doc) \
79 - --with-guis="${guis}" \
80 - --with-docpath=/usr/share/doc/${PF}/apidoc
81 -}
82 -
83 -src_compile() {
84 - emake
85 - use doc && emake srcdoc
86 -}
87 -
88 -src_install() {
89 - emake DESTDIR="${D}" install
90 - use doc && emake DESTDIR="${D}" install-srcdoc
91 - dodoc AUTHORS ChangeLog README TODO
92 - find "${ED}" -name '*.la' -exec rm -f {} +
93 -}
94
95 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.13.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.13.1.ebuild
96 deleted file mode 100644
97 index 6a21d9b8cb3..00000000000
98 --- a/sys-libs/gwenhywfar/gwenhywfar-4.13.1.ebuild
99 +++ /dev/null
100 @@ -1,59 +0,0 @@
101 -# Copyright 1999-2015 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=5
105 -
106 -MY_P="${P/_beta/beta}"
107 -DESCRIPTION="A multi-platform helper library for other libraries"
108 -HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
109 -SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=78&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
110 -S="${WORKDIR}/${MY_P}"
111 -
112 -LICENSE="LGPL-2.1"
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
115 -IUSE="debug doc fox gtk qt4"
116 -
117 -RDEPEND="dev-libs/libgpg-error
118 - >=dev-libs/libgcrypt-1.2.0:0
119 - dev-libs/openssl:0
120 - >=net-libs/gnutls-2.0.1
121 - virtual/libiconv
122 - virtual/libintl
123 - fox? ( x11-libs/fox:1.6 )
124 - gtk? ( >=x11-libs/gtk+-2.17.5:2 )
125 - qt4? ( dev-qt/qtgui:4 )"
126 -DEPEND="${RDEPEND}
127 - virtual/pkgconfig
128 - sys-devel/gettext
129 - doc? ( app-doc/doxygen )"
130 -
131 -# broken upstream, reported but got no reply
132 -RESTRICT="test"
133 -
134 -src_configure() {
135 - local guis
136 - use fox && guis="${guis} fox16"
137 - use gtk && guis="${guis} gtk2"
138 - use qt4 && guis="${guis} qt4"
139 -
140 - econf \
141 - --enable-ssl \
142 - --enable-visibility \
143 - $(use_enable debug) \
144 - $(use_enable doc full-doc) \
145 - --with-guis="${guis}" \
146 - --with-docpath=/usr/share/doc/${PF}/apidoc
147 -}
148 -
149 -src_compile() {
150 - emake
151 - use doc && emake srcdoc
152 -}
153 -
154 -src_install() {
155 - emake DESTDIR="${D}" install
156 - use doc && emake DESTDIR="${D}" install-srcdoc
157 - dodoc AUTHORS ChangeLog README TODO
158 - find "${ED}" -name '*.la' -exec rm -f {} +
159 -}
160
161 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.3.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.3.3.ebuild
162 deleted file mode 100644
163 index ce041b9eb8e..00000000000
164 --- a/sys-libs/gwenhywfar/gwenhywfar-4.3.3.ebuild
165 +++ /dev/null
166 @@ -1,57 +0,0 @@
167 -# Copyright 1999-2014 Gentoo Foundation
168 -# Distributed under the terms of the GNU General Public License v2
169 -
170 -EAPI=4
171 -
172 -DESCRIPTION="A multi-platform helper library for other libraries"
173 -HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
174 -SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
175 -
176 -LICENSE="LGPL-2.1"
177 -SLOT="0"
178 -KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
179 -IUSE="debug doc fox gtk qt4"
180 -
181 -RDEPEND="dev-libs/libgpg-error
182 - >=dev-libs/libgcrypt-1.2.0:0
183 - dev-libs/openssl:0
184 - >=net-libs/gnutls-2.0.1
185 - virtual/libiconv
186 - virtual/libintl
187 - fox? ( x11-libs/fox:1.6 )
188 - gtk? ( >=x11-libs/gtk+-2.17.5:2 )
189 - qt4? ( dev-qt/qtgui:4 )"
190 -DEPEND="${RDEPEND}
191 - virtual/pkgconfig
192 - sys-devel/gettext
193 - doc? ( app-doc/doxygen )"
194 -
195 -# broken upstream, reported but got no reply
196 -RESTRICT="test"
197 -
198 -src_configure() {
199 - local guis
200 - use fox && guis="${guis} fox16"
201 - use gtk && guis="${guis} gtk2"
202 - use qt4 && guis="${guis} qt4"
203 -
204 - econf \
205 - --enable-ssl \
206 - --enable-visibility \
207 - $(use_enable debug) \
208 - $(use_enable doc full-doc) \
209 - --with-guis="${guis}" \
210 - --with-docpath=/usr/share/doc/${PF}/apidoc
211 -}
212 -
213 -src_compile() {
214 - emake
215 - use doc && emake srcdoc
216 -}
217 -
218 -src_install() {
219 - emake DESTDIR="${D}" install
220 - use doc && emake DESTDIR="${D}" install-srcdoc
221 - dodoc AUTHORS ChangeLog README TODO
222 - find "${ED}" -name '*.la' -exec rm -f {} +
223 -}