summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-08-08 09:52:48 +0000
committerAlin Năstac <mrness@gentoo.org>2009-08-08 09:52:48 +0000
commit1d1bb2031d7b42c2a73ee065efe5d2a8b2464003 (patch)
tree9b571674a1e8f73ebd4fd0f428f530f942e38722 /net-proxy
parentRemoved mindi, mindi-busybox, mondo-rescue, xchat-systray and lastfmproxy fro... (diff)
downloadgentoo-2-1d1bb2031d7b42c2a73ee065efe5d2a8b2464003.tar.gz
gentoo-2-1d1bb2031d7b42c2a73ee065efe5d2a8b2464003.tar.bz2
gentoo-2-1d1bb2031d7b42c2a73ee065efe5d2a8b2464003.zip
Version bump (#279447).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/privoxy/ChangeLog8
-rw-r--r--net-proxy/privoxy/files/privoxy-3.0.14_beta-gentoo.patch86
-rw-r--r--net-proxy/privoxy/privoxy-3.0.14_beta.ebuild64
3 files changed, 157 insertions, 1 deletions
diff --git a/net-proxy/privoxy/ChangeLog b/net-proxy/privoxy/ChangeLog
index 584b214201ad..cdf74e3dc585 100644
--- a/net-proxy/privoxy/ChangeLog
+++ b/net-proxy/privoxy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-proxy/privoxy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.52 2009/07/27 14:17:28 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.53 2009/08/08 09:52:48 mrness Exp $
+
+*privoxy-3.0.14_beta (08 Aug 2009)
+
+ 08 Aug 2009; Alin Năstac <mrness@gentoo.org>
+ +files/privoxy-3.0.14_beta-gentoo.patch, +privoxy-3.0.14_beta.ebuild:
+ Version bump (#279447).
27 Jul 2009; <chainsaw@gentoo.org> privoxy-3.0.12.ebuild:
Marked stable on AMD64 as requested by Alin Năstac <mrness@gentoo.org> in
diff --git a/net-proxy/privoxy/files/privoxy-3.0.14_beta-gentoo.patch b/net-proxy/privoxy/files/privoxy-3.0.14_beta-gentoo.patch
new file mode 100644
index 000000000000..edd3de7f524d
--- /dev/null
+++ b/net-proxy/privoxy/files/privoxy-3.0.14_beta-gentoo.patch
@@ -0,0 +1,86 @@
+diff -Nru privoxy-3.0.14-beta.orig/config privoxy-3.0.14-beta/config
+--- privoxy-3.0.14-beta.orig/config 2009-07-18 18:06:33.000000000 +0200
++++ privoxy-3.0.14-beta/config 2009-08-08 11:47:22.000000000 +0200
+@@ -267,7 +267,7 @@
+ #
+ # No trailing "/", please.
+ #
+-confdir .
++confdir /etc/privoxy
+ #
+ #
+ # 2.2. templdir
+@@ -324,7 +324,7 @@
+ #
+ # No trailing "/", please.
+ #
+-logdir .
++logdir /var/log/privoxy
+ #
+ #
+ # 2.4. actionsfile
+@@ -464,7 +464,7 @@
+ # Any log files must be writable by whatever user Privoxy is
+ # being run as (on Unix, default user id is "privoxy").
+ #
+-logfile logfile
++logfile privoxy.log
+ #
+ #
+ # 2.7. trustfile
+diff -Nru privoxy-3.0.14-beta.orig/default.action.master privoxy-3.0.14-beta/default.action.master
+--- privoxy-3.0.14-beta.orig/default.action.master 2009-07-21 16:19:57.000000000 +0200
++++ privoxy-3.0.14-beta/default.action.master 2009-08-08 11:47:22.000000000 +0200
+@@ -564,7 +564,7 @@
+ { \
+ +change-x-forwarded-for{block} \
+ +hide-from-header{block} \
+-+set-image-blocker{pattern} \
+++set-image-blocker{blank} \
+ }
+ standard.Cautious
+
+@@ -584,7 +584,7 @@
+ +hide-from-header{block} \
+ +hide-referrer{conditional-block} \
+ +session-cookies-only \
+-+set-image-blocker{pattern} \
+++set-image-blocker{blank} \
+ }
+ standard.Medium
+
+@@ -623,7 +623,7 @@
+ +hide-referrer{conditional-block} \
+ +limit-connect{,} \
+ +overwrite-last-modified{randomize} \
+-+set-image-blocker{pattern} \
+++set-image-blocker{blank} \
+ }
+ standard.Advanced
+
+diff -Nru privoxy-3.0.14-beta.orig/GNUmakefile.in privoxy-3.0.14-beta/GNUmakefile.in
+--- privoxy-3.0.14-beta.orig/GNUmakefile.in 2009-07-24 14:23:07.000000000 +0200
++++ privoxy-3.0.14-beta/GNUmakefile.in 2009-08-08 11:47:22.000000000 +0200
+@@ -1144,22 +1144,8 @@
+ fi ;\
+ $(ECHO) Installing configuration files to $(DESTDIR)$(CONF_DEST);\
+ for i in $(CONFIGS); do \
+- if [ "$$i" = "default.action" ] || [ "$$i" = "default.filter" ] ; then \
+- $(RM) $(DESTDIR)$(CONF_DEST)/$$i ;\
+- $(ECHO) Installing fresh $$i;\
+ $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
+- elif [ -s "$(CONF_DEST)/$$i" ]; then \
+- $(ECHO) Installing $$i as $$i.new ;\
+- $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST)/$$i.new || exit 1;\
+- NEW=1;\
+- else \
+- $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
+- fi ;\
+ done ;\
+- if [ -n "$$NEW" ]; then \
+- $(CHMOD) $(RWD_MODE) $(DESTDIR)$(CONF_DEST)/*.new || exit 1 ;\
+- $(ECHO) "Warning: Older config files are preserved. Check new versions for changes!" ;\
+- fi ;\
+ [ ! -f $(DESTDIR)$(LOG_DEST)/logfile ] && $(ECHO) Creating logfiles in $(DESTDIR)$(LOG_DEST) || \
+ $(ECHO) Checking logfiles in $(DESTDIR)$(LOG_DEST) ;\
+ $(TOUCH) $(DESTDIR)$(LOG_DEST)/logfile || exit 1 ;\
diff --git a/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild b/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild
new file mode 100644
index 000000000000..5363dfd4e08d
--- /dev/null
+++ b/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild,v 1.1 2009/08/08 09:52:48 mrness Exp $
+
+EAPI="2"
+
+inherit eutils toolchain-funcs autotools
+
+[ "${PV##*_}" = "beta" ] &&
+ PRIVOXY_STATUS="beta" ||
+ PRIVOXY_STATUS="stable"
+
+HOMEPAGE="http://www.privoxy.org
+ http://sourceforge.net/projects/ijbswa/"
+DESCRIPTION="A web proxy with advanced filtering capabilities for protecting privacy against Internet junk"
+SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz"
+
+IUSE="selinux threads zlib"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+LICENSE="GPL-2"
+
+DEPEND="dev-libs/libpcre
+ zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}
+ selinux? ( sec-policy/selinux-privoxy )"
+
+S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}"
+
+pkg_setup() {
+ enewgroup privoxy
+ enewuser privoxy -1 -1 /etc/privoxy privoxy
+}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gentoo.patch
+ # autoreconf needs to be called even if we don't modify any autotools source files
+ # See main makefile
+ eautoreconf || die "eautoreconf failed"
+}
+
+src_configure() {
+ export CC=$(tc-getCC)
+ econf \
+ $(use_enable zlib) \
+ $(use_enable threads pthread) \
+ --enable-dynamic-pcre \
+ --with-user=privoxy \
+ --with-group=privoxy \
+ --sysconfdir=/etc/privoxy \
+ --docdir=/usr/share/doc/${PF} \
+ || die "econf failed"
+}
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ newinitd "${FILESDIR}/privoxy.initd" privoxy
+ insinto /etc/logrotate.d
+ newins "${FILESDIR}/privoxy.logrotate" privoxy
+
+ diropts -m 0750 -g privoxy -o privoxy
+ keepdir /var/log/privoxy
+}