Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
Date: Wed, 28 Aug 2019 08:20:02
Message-Id: 1566980363.6dc653bf34360fd13e378bb6e0f87d15294cc6c5.soap@gentoo
1 commit: 6dc653bf34360fd13e378bb6e0f87d15294cc6c5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 08:19:23 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 08:19:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc653bf
7
8 net-proxy/ziproxy: [QA] Remove media-libs/jasper dep
9
10 Bug: https://bugs.gentoo.org/689784
11 Package-Manager: Portage-2.3.68, Repoman-2.3.16
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild | 9 +++------
15 1 file changed, 3 insertions(+), 6 deletions(-)
16
17 diff --git a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
18 index 7ac3b1b6f33..b5d92bd3fad 100644
19 --- a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
20 +++ b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
31 -IUSE="jpeg2k sasl xinetd"
32 +IUSE="sasl xinetd"
33
34 RDEPEND="
35 media-libs/giflib:0=
36 media-libs/libpng:0=
37 virtual/jpeg:0
38 sys-libs/zlib
39 - jpeg2k? ( media-libs/jasper:= )
40 sasl? ( dev-libs/cyrus-sasl )
41 xinetd? ( virtual/inetd )
42 "
43 @@ -50,7 +49,7 @@ src_prepare() {
44
45 src_configure() {
46 econf \
47 - $(use_with jpeg2k jasper) \
48 + --without-jasper \
49 $(use_with sasl sasl2) \
50 --with-cfgfile=/etc/ziproxy/ziproxy.conf
51 }
52 @@ -66,8 +65,6 @@ src_install() {
53 newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
54 newconfd "${FILESDIR}"/${PN}.confd ${PN}
55
56 - use jpeg2k && dodoc JPEG2000.txt
57 -
58 insinto /etc
59 doins -r etc/ziproxy