diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2008-03-16 23:36:31 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2008-03-16 23:36:31 +0000 |
commit | 7607853fbbd51a7ffa6ae36d3c9759f4ba6b6a30 (patch) | |
tree | 461cb8a9d9484c0497b96fddf997eaf2348397dd /net-proxy | |
parent | version bump. (diff) | |
download | gentoo-2-7607853fbbd51a7ffa6ae36d3c9759f4ba6b6a30.tar.gz gentoo-2-7607853fbbd51a7ffa6ae36d3c9759f4ba6b6a30.tar.bz2 gentoo-2-7607853fbbd51a7ffa6ae36d3c9759f4ba6b6a30.zip |
removed old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/ziproxy/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/ziproxy/files/ziproxy-2.3.0.diff | 22 | ||||
-rw-r--r-- | net-proxy/ziproxy/files/ziproxy-2.3.confd | 18 | ||||
-rw-r--r-- | net-proxy/ziproxy/files/ziproxy-2.3.initd | 26 | ||||
-rw-r--r-- | net-proxy/ziproxy/ziproxy-2.3.0.ebuild | 84 | ||||
-rw-r--r-- | net-proxy/ziproxy/ziproxy-2.4.0.ebuild | 80 |
6 files changed, 6 insertions, 231 deletions
diff --git a/net-proxy/ziproxy/ChangeLog b/net-proxy/ziproxy/ChangeLog index 825b0bf3c8e2..5727e6af4b49 100644 --- a/net-proxy/ziproxy/ChangeLog +++ b/net-proxy/ziproxy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-proxy/ziproxy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ChangeLog,v 1.16 2008/03/16 23:34:41 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ChangeLog,v 1.17 2008/03/16 23:36:30 sbriesen Exp $ + + 16 Mar 2008; Stefan Briesenick <sbriesen@gentoo.org> + -files/ziproxy-2.3.0.diff, -files/ziproxy-2.3.confd, + -files/ziproxy-2.3.initd, -ziproxy-2.3.0.ebuild, -ziproxy-2.4.0.ebuild: + removed old versions. *ziproxy-2.5.1 (16 Mar 2008) diff --git a/net-proxy/ziproxy/files/ziproxy-2.3.0.diff b/net-proxy/ziproxy/files/ziproxy-2.3.0.diff deleted file mode 100644 index 42c636b33854..000000000000 --- a/net-proxy/ziproxy/files/ziproxy-2.3.0.diff +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur ziproxy-2.3.0.orig/src/log.c ziproxy-2.3.0/src/log.c ---- ziproxy-2.3.0.orig/src/log.c 2006-05-17 05:25:18.000000000 +0200 -+++ ziproxy-2.3.0/src/log.c 2007-10-06 00:04:06.000000000 +0200 -@@ -15,6 +15,7 @@ - #include <stdarg.h> - #include <time.h> - #include <sys/time.h> -+#include <string.h> - #include "cfgfile.h" - #include "http.h" - -diff -Naur ziproxy-2.3.0.orig/src/tools/ziproxylogtool.c ziproxy-2.3.0/src/tools/ziproxylogtool.c ---- ziproxy-2.3.0.orig/src/tools/ziproxylogtool.c 2007-05-09 03:34:34.000000000 +0200 -+++ ziproxy-2.3.0/src/tools/ziproxylogtool.c 2007-10-06 00:03:30.000000000 +0200 -@@ -9,6 +9,7 @@ - #include <string.h> - #include <getopt.h> - #include <stdarg.h> -+#include <stdlib.h> - - #define LINE_BUFFER 4096 - #define HOSTNAME_BUFFER 256 diff --git a/net-proxy/ziproxy/files/ziproxy-2.3.confd b/net-proxy/ziproxy/files/ziproxy-2.3.confd deleted file mode 100644 index 793b8c666739..000000000000 --- a/net-proxy/ziproxy/files/ziproxy-2.3.confd +++ /dev/null @@ -1,18 +0,0 @@ -# configuraton file for /etc/init.d/ziproxy -# -# you can symlink /etc/init.d/ziproxy to a different name -# and then copy this config to a new file with the same name -# as the symlinked init-script to run multiple instances of -# ziproxy. You have to change the location for CONFIG then -# of course... ;-) - -# Full path to ziproxy.conf file (instead of default one). -# -#CONFIG="/etc/ziproxy.conf" - -# Limit incoming connections only from the specified address(es). -# This option has the same meaning, but higher precedence as -# "OnlyFrom=" option in configuration file. Uncomment it -# if you want to set it. -# -#ONLYFROM="<IP.address or hostname>" diff --git a/net-proxy/ziproxy/files/ziproxy-2.3.initd b/net-proxy/ziproxy/files/ziproxy-2.3.initd deleted file mode 100644 index 122fe9eafd5d..000000000000 --- a/net-proxy/ziproxy/files/ziproxy-2.3.initd +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.initd,v 1.1 2007/10/05 23:08:24 sbriesen Exp $ - -depend() { - need net -} - -start() { - local OPT="-d" - ebegin "Starting ${myservice}" - - [ -n "${CONFIG}" ] && OPT="${OPT} -c ${CONFIG}" - [ -n "${ONLYFROM}" ] && OPT="${OPT} -f ${ONLYFROM}" - - start-stop-daemon --quiet --start --pidfile /var/run/${myservice}.pid \ - --chuid ziproxy:ziproxy --exec /usr/sbin/ziproxy -- ${OPT} > /var/run/${myservice}.pid - eend $? -} - -stop() { - ebegin "Stopping ziproxy" - start-stop-daemon --stop --quiet --pidfile /var/run/${myservice}.pid - eend $? -} diff --git a/net-proxy/ziproxy/ziproxy-2.3.0.ebuild b/net-proxy/ziproxy/ziproxy-2.3.0.ebuild deleted file mode 100644 index 18b491cc155d..000000000000 --- a/net-proxy/ziproxy/ziproxy-2.3.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ziproxy-2.3.0.ebuild,v 1.2 2007/10/06 01:42:46 sbriesen Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils - -DESCRIPTION="A forwarding, non-caching, compressing web proxy server" -HOMEPAGE="http://ziproxy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="jpeg2k xinetd" - -DEPEND="dev-libs/confuse - media-libs/giflib - media-libs/libpng - media-libs/jpeg - sys-libs/zlib - jpeg2k? ( media-libs/jasper ) - xinetd? ( virtual/inetd )" - -pkg_setup() { - enewgroup ziproxy - enewuser ziproxy -1 -1 -1 ziproxy -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # fix some compile warnings - epatch "${FILESDIR}/${P}.diff" - - # fix sample config file - sed -i -e "s:/usr/local/ziproxy/\(ziproxy.passwd\):/etc/\1:g" \ - -e "s:/var/ziproxy/:/var/lib/ziproxy/:g" etc/ziproxy.conf - - # 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 -} - -src_compile() { - local myconf="--enable-shared-confuse --with-cfgfile=/etc/ziproxy.conf" # --enable-testprogs - use jpeg2k && myconf="${myconf} --with-jasper" # use_with doesn't work - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodir /usr/sbin - mv -f "${D}usr/bin/ziproxy" "${D}usr/sbin/ziproxy" - - newbin stats.awk ${PN}_stats.awk - dobin src/tools/ziproxy_genhtml_stats.sh - - newinitd "${FILESDIR}/${PN}-${PV%.*}.initd" ${PN} - newconfd "${FILESDIR}/${PN}-${PV%.*}.confd" ${PN} - - dodoc ChangeLog CREDITS README README.tools - use jpeg2k && dodoc JPEG2000.txt - - insinto /etc - doins etc/ziproxy.conf - - 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 -} diff --git a/net-proxy/ziproxy/ziproxy-2.4.0.ebuild b/net-proxy/ziproxy/ziproxy-2.4.0.ebuild deleted file mode 100644 index 383996f5d21a..000000000000 --- a/net-proxy/ziproxy/ziproxy-2.4.0.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ziproxy-2.4.0.ebuild,v 1.1 2007/11/18 02:08:16 sbriesen Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils - -DESCRIPTION="A forwarding, non-caching, compressing web proxy server" -HOMEPAGE="http://ziproxy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="jpeg2k xinetd" - -DEPEND="media-libs/giflib - media-libs/libpng - media-libs/jpeg - sys-libs/zlib - jpeg2k? ( media-libs/jasper ) - xinetd? ( virtual/inetd )" - -pkg_setup() { - enewgroup ziproxy - enewuser ziproxy -1 -1 -1 ziproxy -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # fix sample config file - sed -i -e "s:/usr/local/ziproxy/\(ziproxy.passwd\):/etc/\1:g" \ - -e "s:/var/ziproxy/:/var/lib/ziproxy/:g" etc/ziproxy.conf - - # 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 -} - -src_compile() { - local myconf="--enable-shared-confuse --with-cfgfile=/etc/ziproxy.conf" # --enable-testprogs - use jpeg2k && myconf="${myconf} --with-jasper" # use_with doesn't work - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodir /usr/sbin - mv -f "${D}usr/bin/ziproxy" "${D}usr/sbin/ziproxy" - - newbin stats.awk ${PN}_stats.awk - dobin src/tools/ziproxy_genhtml_stats.sh - - newinitd "${FILESDIR}/${PN}-${PV%.*}.initd" ${PN} - newconfd "${FILESDIR}/${PN}-${PV%.*}.confd" ${PN} - - dodoc ChangeLog CREDITS README README.tools - use jpeg2k && dodoc JPEG2000.txt - - insinto /etc - doins etc/ziproxy.conf - - 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 -} |