Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 425196 | Differences between
and this patch

Collapse All | Expand All

(-)adzapper-20080508.ebuild (-3 / +6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-proxy/adzapper/adzapper-20080508.ebuild,v 1.7 2009/04/20 20:19:49 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-proxy/adzapper/adzapper-20080508.ebuild,v 1.7 2009/04/20 20:19:49 maekke Exp $
4
4
5
EAPI=4
6
7
inherit eutils
8
5
MY_P=${P/zapper/zap}
9
MY_P=${P/zapper/zap}
6
10
7
DESCRIPTION="Redirector for squid that intercepts advertising, page counters and some web bugs"
11
DESCRIPTION="Redirector for squid that intercepts advertising, page counters and some web bugs"
Lines 17-25 Link Here
17
21
18
S="${WORKDIR}/adzap"
22
S="${WORKDIR}/adzap"
19
23
20
src_unpack() {
24
src_prepare() {
21
	unpack ${A}
25
	epatch "${FILESDIR}"/${P}-flush.patch
22
23
	cd "${S}/scripts" || die "Scripts directory not found"
26
	cd "${S}/scripts" || die "Scripts directory not found"
24
27
25
	# update the zapper path in various scripts
28
	# update the zapper path in various scripts

Return to bug 425196