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/haproxy: ChangeLog haproxy-1.3.14.8.ebuild haproxy-1.3.15.4.ebuild haproxy-1.3.15.ebuild haproxy-1.3.15.1.ebuild haproxy-1.3.14.5.ebuild haproxy-1.3.14.4.ebuild
Date: Sun, 12 Oct 2008 08:17:14
Message-Id: E1Kow8U-0001jf-H4@stork.gentoo.org
1 mrness 08/10/12 08:17:10
2
3 Modified: ChangeLog
4 Added: haproxy-1.3.14.8.ebuild haproxy-1.3.15.4.ebuild
5 Removed: haproxy-1.3.15.ebuild haproxy-1.3.15.1.ebuild
6 haproxy-1.3.14.5.ebuild haproxy-1.3.14.4.ebuild
7 Log:
8 Version bumps (#241470).
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.17 net-proxy/haproxy/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 8 Jul 2008 21:24:13 -0000 1.16
25 +++ ChangeLog 12 Oct 2008 08:17:10 -0000 1.17
26 @@ -1,6 +1,15 @@
27 # ChangeLog for net-proxy/haproxy
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.16 2008/07/08 21:24:13 mrness Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.17 2008/10/12 08:17:10 mrness Exp $
31 +
32 +*haproxy-1.3.15.4 (12 Oct 2008)
33 +*haproxy-1.3.14.8 (12 Oct 2008)
34 +
35 + 12 Oct 2008; Alin Năstac <mrness@g.o> -haproxy-1.3.14.4.ebuild,
36 + -haproxy-1.3.14.5.ebuild, +haproxy-1.3.14.8.ebuild,
37 + -haproxy-1.3.15.ebuild, -haproxy-1.3.15.1.ebuild,
38 + +haproxy-1.3.15.4.ebuild:
39 + Version bumps (#241470).
40
41 *haproxy-1.3.15.2 (08 Jul 2008)
42 *haproxy-1.3.14.6 (08 Jul 2008)
43
44
45
46 1.1 net-proxy/haproxy/haproxy-1.3.14.8.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/haproxy-1.3.14.8.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/haproxy-1.3.14.8.ebuild?rev=1.1&content-type=text/plain
50
51 Index: haproxy-1.3.14.8.ebuild
52 ===================================================================
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.14.8.ebuild,v 1.1 2008/10/12 08:17:10 mrness Exp $
56
57 inherit linux-info versionator
58
59 DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
60 HOMEPAGE="http://haproxy.1wt.eu"
61 SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/${P}.tar.gz"
62
63 LICENSE="GPL-2 LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="pcre"
67
68 DEPEND="pcre? ( dev-libs/libpcre )"
69 RDEPEND="${DEPEND}"
70
71 src_compile() {
72 local ARGS="TARGET=linux${KV_MAJOR}${KV_MINOR}"
73 use pcre && ARGS="${ARGS} REGEX=pcre"
74 emake ADDINC="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${ARGS}
75 }
76
77 src_install() {
78 exeinto /usr/bin
79 doexe haproxy
80 newinitd "${FILESDIR}/haproxy.initd" haproxy
81
82 # Don't install useless files
83 rm examples/build.cfg doc/*gpl.txt
84
85 dodoc CHANGELOG ROADMAP TODO doc/*.txt
86 docinto examples
87 dodoc examples/*.cfg
88 }
89
90 pkg_postinst() {
91 if [[ ! -f "${ROOT}/etc/haproxy.cfg" ]] ; then
92 einfo "You need to create /etc/haproxy.cfg before you start haproxy service."
93 if [[ -d "${ROOT}/usr/share/doc/${P}" ]]; then
94 einfo "Please consult the installed documentation for learning the configuration file's syntax."
95 einfo "The documentation and sample configuration files are installed here:"
96 einfo " ${ROOT}usr/share/doc/${P}"
97 fi
98 fi
99 }
100
101
102
103 1.1 net-proxy/haproxy/haproxy-1.3.15.4.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/haproxy-1.3.15.4.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/haproxy/haproxy-1.3.15.4.ebuild?rev=1.1&content-type=text/plain
107
108 Index: haproxy-1.3.15.4.ebuild
109 ===================================================================
110 # Copyright 1999-2008 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.15.4.ebuild,v 1.1 2008/10/12 08:17:10 mrness Exp $
113
114 inherit versionator
115
116 DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
117 HOMEPAGE="http://haproxy.1wt.eu"
118 SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/${P}.tar.gz"
119
120 LICENSE="GPL-2 LGPL-2.1"
121 SLOT="0"
122 KEYWORDS="~amd64 ~ppc ~x86"
123 IUSE="pcre"
124
125 DEPEND="pcre? ( dev-libs/libpcre )"
126 RDEPEND="${DEPEND}"
127
128 src_compile() {
129 local ARGS="TARGET=linux26"
130 use pcre && ARGS="${ARGS} REGEX=pcre"
131 emake ADDINC="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${ARGS}
132 }
133
134 src_install() {
135 exeinto /usr/bin
136 doexe haproxy
137 newinitd "${FILESDIR}/haproxy.initd" haproxy
138
139 # Don't install useless files
140 rm examples/build.cfg doc/*gpl.txt
141
142 dodoc CHANGELOG ROADMAP TODO doc/*.txt
143 docinto examples
144 dodoc examples/*.cfg
145 }
146
147 pkg_postinst() {
148 if [[ ! -f "${ROOT}/etc/haproxy.cfg" ]] ; then
149 einfo "You need to create /etc/haproxy.cfg before you start haproxy service."
150 if [[ -d "${ROOT}/usr/share/doc/${P}" ]]; then
151 einfo "Please consult the installed documentation for learning the configuration file's syntax."
152 einfo "The documentation and sample configuration files are installed here:"
153 einfo " ${ROOT}usr/share/doc/${P}"
154 fi
155 fi
156 }