Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/squirm: squirm-1.26.ebuild ChangeLog
Date: Sat, 20 Jun 2009 13:15:32
Message-Id: E1MI0Pq-00033N-9o@stork.gentoo.org
1 mrness 09/06/20 13:15:30
2
3 Modified: ChangeLog
4 Added: squirm-1.26.ebuild
5 Log:
6 Version bump.
7 Migrate to EAPI 2.
8 Install files in /opt/squirm directory.
9 (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 net-proxy/squirm/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/squirm/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/squirm/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/squirm/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squirm/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 12 Oct 2008 08:05:06 -0000 1.6
25 +++ ChangeLog 20 Jun 2009 13:15:30 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-proxy/squirm
28 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squirm/ChangeLog,v 1.6 2008/10/12 08:05:06 mrness Exp $
30 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squirm/ChangeLog,v 1.7 2009/06/20 13:15:30 mrness Exp $
32 +
33 +*squirm-1.26 (20 Jun 2009)
34 +
35 + 20 Jun 2009; Alin Năstac <mrness@g.o>
36 + +files/squirm-1.26-gentoo.patch, +squirm-1.26.ebuild:
37 + Version bump. Migrate to EAPI 2. Install files in /opt/squirm directory.
38
39 12 Oct 2008; Alin Năstac <mrness@g.o> squirm-1.23.ebuild:
40 Remove squid run-time dependency (#241212).
41
42
43
44 1.1 net-proxy/squirm/squirm-1.26.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/squirm/squirm-1.26.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/squirm/squirm-1.26.ebuild?rev=1.1&content-type=text/plain
48
49 Index: squirm-1.26.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-proxy/squirm/squirm-1.26.ebuild,v 1.1 2009/06/20 13:15:30 mrness Exp $
54
55 EAPI="2"
56
57 inherit eutils
58
59 DESCRIPTION="A redirector for Squid"
60 HOMEPAGE="http://squirm.foote.com.au"
61 SRC_URI="http://squirm.foote.com.au/${P}.tgz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~ppc ~x86"
66 IUSE=""
67
68 src_prepare() {
69 epatch "${FILESDIR}"/${P}-gentoo.patch
70 }
71
72 src_install() {
73 emake PREFIX="${D}/opt/squirm" install || die "emake install failed"
74 }
75
76 pkg_postinst() {
77 einfo "To enable squirm, add the following lines to /etc/squid/squid.conf:"
78 einfo " url_rewrite_program /opt/squirm/bin/squirm"
79 einfo " url_rewrite_children 10"
80 }