Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/pound: metadata.xml pound-2.6.ebuild ChangeLog
Date: Fri, 27 Apr 2012 07:25:21
Message-Id: 20120427072510.81DB12004B@flycatcher.gentoo.org
1 patrick 12/04/27 07:25:10
2
3 Modified: metadata.xml ChangeLog
4 Added: pound-2.6.ebuild
5 Log:
6 Bump, taking over from Mr. Maintainer-Needed
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 www-servers/pound/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/metadata.xml?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/metadata.xml?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/metadata.xml?r1=1.7&r2=1.8
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/pound/metadata.xml,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- metadata.xml 21 Mar 2012 11:35:02 -0000 1.7
24 +++ metadata.xml 27 Apr 2012 07:25:10 -0000 1.8
25 @@ -2,7 +2,8 @@
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 <maintainer>
29 - <email>maintainer-needed@g.o</email>
30 + <email>patrick@g.o</email>
31 + <name>Patrick Lauer</name>
32 </maintainer>
33 <longdescription lang="en">The Pound program is a reverse proxy, load balancer
34 and HTTPS front-end for Web server(s). Pound was developed to enable
35
36
37
38 1.49 www-servers/pound/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/ChangeLog?rev=1.49&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/ChangeLog?rev=1.49&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/ChangeLog?r1=1.48&r2=1.49
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v
47 retrieving revision 1.48
48 retrieving revision 1.49
49 diff -u -r1.48 -r1.49
50 --- ChangeLog 21 Mar 2012 11:35:02 -0000 1.48
51 +++ ChangeLog 27 Apr 2012 07:25:10 -0000 1.49
52 @@ -1,6 +1,12 @@
53 # ChangeLog for www-servers/pound
54 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.48 2012/03/21 11:35:02 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.49 2012/04/27 07:25:10 patrick Exp $
57 +
58 +*pound-2.6 (27 Apr 2012)
59 +
60 + 27 Apr 2012; Patrick Lauer <patrick@g.o> +pound-2.6.ebuild,
61 + metadata.xml:
62 + Bump, taking over from Mr. Maintainer-Needed
63
64 21 Mar 2012; Pacho Ramos <pacho@g.o> metadata.xml:
65 Drop www-server herd as discussed in gentoo-dev ML.
66
67
68
69 1.1 www-servers/pound/pound-2.6.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/pound-2.6.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/pound-2.6.ebuild?rev=1.1&content-type=text/plain
73
74 Index: pound-2.6.ebuild
75 ===================================================================
76 # Copyright 1999-2012 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.6.ebuild,v 1.1 2012/04/27 07:25:10 patrick Exp $
79
80 EAPI=2
81 inherit eutils
82
83 MY_P=${P/p/P}
84 DESCRIPTION="A http/https reverse-proxy and load-balancer."
85 HOMEPAGE="http://www.apsis.ch/pound/"
86 SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz"
87
88 LICENSE="GPL-3"
89 SLOT="0"
90 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
91 IUSE="dynscaler"
92
93 DEPEND="dev-libs/libpcre
94 dev-libs/openssl"
95 RDEPEND="${DEPEND}"
96
97 S=${WORKDIR}/${MY_P}
98
99 src_configure() {
100 econf \
101 $(use_enable dynscaler)
102 }
103
104 src_install() {
105 dodir /usr/sbin
106 cp "${S}"/pound "${D}"/usr/sbin/
107 cp "${S}"/poundctl "${D}"/usr/sbin/
108
109 doman pound.8
110 doman poundctl.8
111 dodoc README FAQ
112
113 dodir /etc/init.d
114 newinitd "${FILESDIR}"/pound.init-1.9 pound
115
116 insinto /etc
117 newins "${FILESDIR}"/pound-2.2.cfg pound.cfg
118 }
119
120 pkg_postinst() {
121 elog "No demo-/sample-configfile is included in the distribution -"
122 elog "read the man-page for more info."
123 elog "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"."
124 echo
125 ewarn "You will have to upgrade you configuration file, if you are"
126 ewarn "upgrading from a version <= 2.0."
127 echo
128 ewarn "The 'WebDAV' config statement is no longer supported!"
129 ewarn "Please adjust your configuration, if necessary."
130 echo
131 }