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 91C4B138334 for ; Wed, 28 Aug 2019 08:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22097E086E; Wed, 28 Aug 2019 08:19:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 098A9E086E for ; Wed, 28 Aug 2019 08:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3419934A4D3 for ; Wed, 28 Aug 2019 08:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 376CF7C6 for ; Wed, 28 Aug 2019 08:19:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566980363.6dc653bf34360fd13e378bb6e0f87d15294cc6c5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild X-VCS-Directories: net-proxy/ziproxy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6dc653bf34360fd13e378bb6e0f87d15294cc6c5 X-VCS-Branch: master Date: Wed, 28 Aug 2019 08:19:50 +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: fcbb649f-81a2-4fa8-94a0-23cdd6020b25 X-Archives-Hash: 78f112699deef3090ab2aa275f70ea62 commit: 6dc653bf34360fd13e378bb6e0f87d15294cc6c5 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 08:19:23 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 08:19:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc653bf net-proxy/ziproxy: [QA] Remove media-libs/jasper dep Bug: https://bugs.gentoo.org/689784 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert gentoo.org> net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild index 7ac3b1b6f33..b5d92bd3fad 100644 --- a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild +++ b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="jpeg2k sasl xinetd" +IUSE="sasl xinetd" RDEPEND=" media-libs/giflib:0= media-libs/libpng:0= virtual/jpeg:0 sys-libs/zlib - jpeg2k? ( media-libs/jasper:= ) sasl? ( dev-libs/cyrus-sasl ) xinetd? ( virtual/inetd ) " @@ -50,7 +49,7 @@ src_prepare() { src_configure() { econf \ - $(use_with jpeg2k jasper) \ + --without-jasper \ $(use_with sasl sasl2) \ --with-cfgfile=/etc/ziproxy/ziproxy.conf } @@ -66,8 +65,6 @@ src_install() { newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} - use jpeg2k && dodoc JPEG2000.txt - insinto /etc doins -r etc/ziproxy