summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-10-12 08:17:10 +0000
committerAlin Năstac <mrness@gentoo.org>2008-10-12 08:17:10 +0000
commita92d09ff48629dcebdfb77c495c71fcba30d1ad3 (patch)
tree9906d35cc06d74f336ad7da165d8cc0d33f11331 /net-proxy
parentRemove squid run-time dependency (#241212). (diff)
downloadgentoo-2-a92d09ff48629dcebdfb77c495c71fcba30d1ad3.tar.gz
gentoo-2-a92d09ff48629dcebdfb77c495c71fcba30d1ad3.tar.bz2
gentoo-2-a92d09ff48629dcebdfb77c495c71fcba30d1ad3.zip
Version bumps (#241470).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/ChangeLog11
-rw-r--r--net-proxy/haproxy/haproxy-1.3.14.4.ebuild47
-rw-r--r--net-proxy/haproxy/haproxy-1.3.14.8.ebuild (renamed from net-proxy/haproxy/haproxy-1.3.14.5.ebuild)2
-rw-r--r--net-proxy/haproxy/haproxy-1.3.15.4.ebuild (renamed from net-proxy/haproxy/haproxy-1.3.15.1.ebuild)2
-rw-r--r--net-proxy/haproxy/haproxy-1.3.15.ebuild47
5 files changed, 12 insertions, 97 deletions
diff --git a/net-proxy/haproxy/ChangeLog b/net-proxy/haproxy/ChangeLog
index 979cc826fb4a..edbebdc8fe01 100644
--- a/net-proxy/haproxy/ChangeLog
+++ b/net-proxy/haproxy/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-proxy/haproxy
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.16 2008/07/08 21:24:13 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.17 2008/10/12 08:17:10 mrness Exp $
+
+*haproxy-1.3.15.4 (12 Oct 2008)
+*haproxy-1.3.14.8 (12 Oct 2008)
+
+ 12 Oct 2008; Alin Năstac <mrness@gentoo.org> -haproxy-1.3.14.4.ebuild,
+ -haproxy-1.3.14.5.ebuild, +haproxy-1.3.14.8.ebuild,
+ -haproxy-1.3.15.ebuild, -haproxy-1.3.15.1.ebuild,
+ +haproxy-1.3.15.4.ebuild:
+ Version bumps (#241470).
*haproxy-1.3.15.2 (08 Jul 2008)
*haproxy-1.3.14.6 (08 Jul 2008)
diff --git a/net-proxy/haproxy/haproxy-1.3.14.4.ebuild b/net-proxy/haproxy/haproxy-1.3.14.4.ebuild
deleted file mode 100644
index 7e6e33ccdd26..000000000000
--- a/net-proxy/haproxy/haproxy-1.3.14.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.14.4.ebuild,v 1.1 2008/05/15 22:18:48 mrness Exp $
-
-inherit linux-info versionator
-
-DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
-HOMEPAGE="http://haproxy.1wt.eu"
-SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="pcre"
-
-DEPEND="pcre? ( >=dev-libs/libpcre-6.3 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- local ARGS="TARGET=linux${KV_MAJOR}${KV_MINOR}"
- use pcre && ARGS="${ARGS} REGEX=pcre"
- emake ADDINC="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${ARGS}
-}
-
-src_install() {
- exeinto /usr/bin
- doexe haproxy
- newinitd "${FILESDIR}/haproxy.initd" haproxy
-
- # Don't install useless files
- rm examples/build.cfg doc/*gpl.txt
-
- dodoc CHANGELOG ROADMAP TODO doc/*.txt
- docinto examples
- dodoc examples/*.cfg
-}
-
-pkg_postinst() {
- if [[ ! -f "${ROOT}/etc/haproxy.cfg" ]] ; then
- einfo "You need to create /etc/haproxy.cfg before you start haproxy service."
- if [[ -d "${ROOT}/usr/share/doc/${P}" ]]; then
- einfo "Please consult the installed documentation for learning the configuration file's syntax."
- einfo "The documentation and sample configuration files are installed here:"
- einfo " ${ROOT}usr/share/doc/${P}"
- fi
- fi
-}
diff --git a/net-proxy/haproxy/haproxy-1.3.14.5.ebuild b/net-proxy/haproxy/haproxy-1.3.14.8.ebuild
index b35c2ffddb77..eda8894f1dd7 100644
--- a/net-proxy/haproxy/haproxy-1.3.14.5.ebuild
+++ b/net-proxy/haproxy/haproxy-1.3.14.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.14.5.ebuild,v 1.1 2008/06/23 23:23:42 mrness Exp $
+# $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 $
inherit linux-info versionator
diff --git a/net-proxy/haproxy/haproxy-1.3.15.1.ebuild b/net-proxy/haproxy/haproxy-1.3.15.4.ebuild
index 9f146ef2ff97..c3ea52e2ecff 100644
--- a/net-proxy/haproxy/haproxy-1.3.15.1.ebuild
+++ b/net-proxy/haproxy/haproxy-1.3.15.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.15.1.ebuild,v 1.1 2008/06/23 23:23:42 mrness Exp $
+# $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 $
inherit versionator
diff --git a/net-proxy/haproxy/haproxy-1.3.15.ebuild b/net-proxy/haproxy/haproxy-1.3.15.ebuild
deleted file mode 100644
index e9696c8f3405..000000000000
--- a/net-proxy/haproxy/haproxy-1.3.15.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.15.ebuild,v 1.2 2008/05/01 10:32:58 robbat2 Exp $
-
-inherit versionator
-
-DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
-HOMEPAGE="http://haproxy.1wt.eu"
-SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="pcre"
-
-DEPEND="pcre? ( >=dev-libs/libpcre-6.3 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- local ARGS="TARGET=linux26"
- use pcre && ARGS="${ARGS} REGEX=pcre"
- emake ADDINC="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${ARGS}
-}
-
-src_install() {
- exeinto /usr/bin
- doexe haproxy
- newinitd "${FILESDIR}/haproxy.initd" haproxy
-
- # Don't install useless files
- rm examples/build.cfg doc/*gpl.txt
-
- dodoc CHANGELOG ROADMAP TODO doc/*.txt
- docinto examples
- dodoc examples/*.cfg
-}
-
-pkg_postinst() {
- if [[ ! -f "${ROOT}/etc/haproxy.cfg" ]] ; then
- einfo "You need to create /etc/haproxy.cfg before you start haproxy service."
- if [[ -d "${ROOT}/usr/share/doc/${P}" ]]; then
- einfo "Please consult the installed documentation for learning the configuration file's syntax."
- einfo "The documentation and sample configuration files are installed here:"
- einfo " ${ROOT}usr/share/doc/${P}"
- fi
- fi
-}