Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/pound: ChangeLog pound-2.4.3.ebuild
Date: Sat, 31 May 2008 16:06:52
Message-Id: E1K2TbS-0006p5-3F@stork.gentoo.org
1 bangert 08/05/31 16:06:46
2
3 Modified: ChangeLog
4 Added: pound-2.4.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.37 www-servers/pound/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/pound/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/pound/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/pound/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 24 Apr 2008 20:51:43 -0000 1.36
23 +++ ChangeLog 31 May 2008 16:06:45 -0000 1.37
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-servers/pound
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.36 2008/04/24 20:51:43 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.37 2008/05/31 16:06:45 bangert Exp $
29 +
30 +*pound-2.4.3 (31 May 2008)
31 +
32 + 31 May 2008; Thilo Bangert <bangert@g.o> +pound-2.4.3.ebuild:
33 + version bump
34
35 *pound-2.4.2 (24 Apr 2008)
36
37
38
39
40 1.1 www-servers/pound/pound-2.4.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/pound/pound-2.4.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/pound/pound-2.4.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pound-2.4.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.4.3.ebuild,v 1.1 2008/05/31 16:06:45 bangert Exp $
50
51 inherit flag-o-matic
52
53 MY_P="${P/p/P}"
54 DESCRIPTION="A http/https reverse-proxy and load-balancer."
55 SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz"
56 HOMEPAGE="http://www.apsis.ch/pound/"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
61 IUSE="ssl dynscaler static"
62
63 DEPEND="ssl? ( dev-libs/openssl )"
64
65 S="${WORKDIR}/${MY_P}"
66
67 src_compile() {
68 use static && append-ldflags -static
69
70 econf \
71 $(use_with ssl) \
72 $(use_enable dynscaler) \
73 || die "configure failed"
74
75 emake || die "compile failed"
76 }
77
78 src_install() {
79 dodir /usr/sbin
80 cp "${S}"/pound "${D}"/usr/sbin/
81 cp "${S}"/poundctl "${D}"/usr/sbin/
82
83 doman pound.8
84 doman poundctl.8
85 dodoc README FAQ
86
87 dodir /etc/init.d
88 newinitd "${FILESDIR}"/pound.init-1.9 pound
89
90 insinto /etc
91 newins "${FILESDIR}"/pound-2.2.cfg pound.cfg
92 }
93
94 pkg_postinst() {
95 elog "No demo-/sample-configfile is included in the distribution -"
96 elog "read the man-page for more info."
97 elog "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"."
98 echo
99 ewarn "You will have to upgrade you configuration file, if you are"
100 ewarn "upgrading from a version <= 2.0."
101 echo
102 ewarn "The 'WebDAV' config statement is no longer supported!"
103 ewarn "Please adjust your configuration, if necessary."
104 echo
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list