public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2016-05-03 19:17 Austin English
  0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-05-03 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     37ff52d54efbf93e0bd792b8d7541c24bc810b61
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 19:15:19 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May  3 19:17:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ff52d5

net-proxy/ziproxy: remove old version

Package-Manager: portage-2.2.26

 net-proxy/ziproxy/ziproxy-3.3.1.ebuild | 84 ----------------------------------
 1 file changed, 84 deletions(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.1.ebuild b/net-proxy/ziproxy/ziproxy-3.3.1.ebuild
deleted file mode 100644
index 56c5c78..0000000
--- a/net-proxy/ziproxy/ziproxy-3.3.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit user
-
-DESCRIPTION="A forwarding, non-caching, compressing web proxy server"
-HOMEPAGE="http://ziproxy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="jpeg2k sasl xinetd"
-
-RDEPEND="
-	media-libs/giflib
-	media-libs/libpng:0=
-	virtual/jpeg
-	sys-libs/zlib
-	jpeg2k? ( media-libs/jasper )
-	sasl? ( dev-libs/cyrus-sasl )
-	xinetd? ( virtual/inetd )
-"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-"
-
-pkg_setup() {
-	enewgroup ziproxy
-	enewuser ziproxy -1 -1 -1 ziproxy
-}
-
-src_prepare() {
-	# fix sample config file
-	sed -i \
-		-e "s:/var/ziproxy/:/var/lib/ziproxy/:g" \
-		-e "s:%j-%Y.log:/var/log/ziproxy/%j-%Y.log:g" \
-		etc/ziproxy/ziproxy.conf || die
-
-	# fix sample xinetd config
-	sed -i \
-		-e "s:/usr/bin/:/usr/sbin/:g" \
-		-e "s:\(.*port.*\):\1\n\ttype\t\t\t= UNLISTED:g" \
-		-e "s:root:ziproxy:g" \
-		etc/xinetd.d/ziproxy || die
-}
-
-src_configure() {
-	econf \
-		$(use_with jpeg2k jasper) \
-		$(use_with sasl sasl2) \
-		--with-cfgfile=/etc/ziproxy/ziproxy.conf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	dodir /usr/sbin
-	mv -vf "${D}"usr/{,s}bin/ziproxy || die
-
-	dobin src/tools/ziproxy_genhtml_stats.sh
-
-	newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-	dodoc ChangeLog CREDITS README README.tools
-	use jpeg2k && dodoc JPEG2000.txt
-
-	insinto /etc
-	doins -r etc/ziproxy
-
-	insinto /var/lib/ziproxy/error
-	doins var/ziproxy/error/*.html
-
-	if use xinetd; then
-		insinto /etc/xinetd.d
-		doins etc/xinetd.d/ziproxy
-	fi
-
-	diropts -m0750 -o ziproxy -g ziproxy
-	keepdir /var/log/ziproxy
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2016-10-16  8:50 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2016-10-16  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5db04639aa0f14f3834e2086ca94b8b0de9a266f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 08:28:28 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 08:49:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db04639

net-proxy/ziproxy: Pin slot for jpeg

Package-Manager: portage-2.3.1

 net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
index 9228a26..e194bcb 100644
--- a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
+++ b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="jpeg2k sasl xinetd"
 RDEPEND="
 	media-libs/giflib:0=
 	media-libs/libpng:0=
-	virtual/jpeg
+	virtual/jpeg:0
 	sys-libs/zlib
 	jpeg2k? ( media-libs/jasper )
 	sasl? ( dev-libs/cyrus-sasl )


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2016-11-12 23:37 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-11-12 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a09ecdd62a38621662314b5ef106d0fb29d07618
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 23:15:40 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 23:36:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09ecdd6

net-proxy/ziproxy: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
index e194bcb..978af33 100644
--- a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
+++ b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
 	media-libs/libpng:0=
 	virtual/jpeg:0
 	sys-libs/zlib
-	jpeg2k? ( media-libs/jasper )
+	jpeg2k? ( media-libs/jasper:= )
 	sasl? ( dev-libs/cyrus-sasl )
 	xinetd? ( virtual/inetd )
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2019-08-28  8:19 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2019-08-28  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6dc653bf34360fd13e378bb6e0f87d15294cc6c5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 08:19:23 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2022-11-02  5:11 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2022-11-02  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1c5718aaefb8c7c08b76c67a648a640ed1561cbd
Author:     Chris Su <chris <AT> lesscrowds <DOT> org>
AuthorDate: Wed Nov  2 02:11:17 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 05:10:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5718aa

net-proxy/ziproxy: Keyword 3.3.1-r2 riscv, #879089

Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
Closes: https://github.com/gentoo/gentoo/pull/28091
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-proxy/ziproxy/ziproxy-3.3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.1-r2.ebuild b/net-proxy/ziproxy/ziproxy-3.3.1-r2.ebuild
index ee73d8bdc662..be702259c92e 100644
--- a/net-proxy/ziproxy/ziproxy-3.3.1-r2.ebuild
+++ b/net-proxy/ziproxy/ziproxy-3.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
 IUSE="sasl xinetd"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2022-11-15  4:17 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-11-15  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6d397db88096d43beb673b47113f6886736d05ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 04:17:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 04:17:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d397db8

net-proxy/ziproxy: use libjpeg-turbo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/ziproxy/ziproxy-3.3.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.2.ebuild b/net-proxy/ziproxy/ziproxy-3.3.2.ebuild
index 9698cb2c7e85..18927d63ac6f 100644
--- a/net-proxy/ziproxy/ziproxy-3.3.2.ebuild
+++ b/net-proxy/ziproxy/ziproxy-3.3.2.ebuild
@@ -15,9 +15,9 @@ IUSE="sasl xinetd"
 RDEPEND="
 	acct-group/ziproxy
 	acct-user/ziproxy
-	media-libs/giflib:0=
-	media-libs/libpng:0=
-	virtual/jpeg:0
+	media-libs/giflib:=
+	media-libs/libpng:=
+	media-libs/libjpeg-turbo:=
 	sys-libs/zlib
 	sasl? ( dev-libs/cyrus-sasl )
 	xinetd? ( virtual/inetd )


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/
@ 2024-03-12  2:25 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-03-12  2:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d5e3125224022b28f05c9ef5a28131f29b7bfb64
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 12 01:57:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 02:24:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e31252

net-proxy/ziproxy: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/861863
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/ziproxy/ziproxy-3.3.2.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.2.ebuild b/net-proxy/ziproxy/ziproxy-3.3.2.ebuild
index 18927d63ac6f..150e819fed4e 100644
--- a/net-proxy/ziproxy/ziproxy-3.3.2.ebuild
+++ b/net-proxy/ziproxy/ziproxy-3.3.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="A forwarding, non-caching, compressing web proxy server"
 HOMEPAGE="http://ziproxy.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
@@ -46,6 +48,11 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/861863
+	# Upstream is sourceforge and has been dead for 3 years. No upstream bug reported.
+	filter-lto
+
 	econf \
 		--without-jasper \
 		$(use_with sasl sasl2) \


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-12  2:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28  8:19 [gentoo-commits] repo/gentoo:master commit in: net-proxy/ziproxy/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-03-12  2:25 Sam James
2022-11-15  4:17 Sam James
2022-11-02  5:11 Jakov Smolić
2016-11-12 23:37 David Seifert
2016-10-16  8:50 Pacho Ramos
2016-05-03 19:17 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox