summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-03-30 08:47:21 +0000
committerAlin Năstac <mrness@gentoo.org>2007-03-30 08:47:21 +0000
commitd383285332aef1dc20e032dfca6154c82465848d (patch)
tree3d4f45b8a2b9dd939e3d177b4685f6ada8992373 /net-proxy
parentFix apsw dependency (#172630). (diff)
downloadgentoo-2-d383285332aef1dc20e032dfca6154c82465848d.tar.gz
gentoo-2-d383285332aef1dc20e032dfca6154c82465848d.tar.bz2
gentoo-2-d383285332aef1dc20e032dfca6154c82465848d.zip
Version bump. Make init script POSIX compliant (#172554).
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/ChangeLog8
-rw-r--r--net-proxy/haproxy/files/digest-haproxy-1.2.153
-rw-r--r--net-proxy/haproxy/files/digest-haproxy-1.3.83
-rw-r--r--net-proxy/haproxy/files/haproxy.initd4
-rw-r--r--net-proxy/haproxy/haproxy-1.3.8.ebuild (renamed from net-proxy/haproxy/haproxy-1.2.15.ebuild)17
5 files changed, 22 insertions, 13 deletions
diff --git a/net-proxy/haproxy/ChangeLog b/net-proxy/haproxy/ChangeLog
index 7ee85497124c..ada0b4ebbda4 100644
--- a/net-proxy/haproxy/ChangeLog
+++ b/net-proxy/haproxy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-proxy/haproxy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.5 2007/01/09 22:11:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.6 2007/03/30 08:47:21 mrness Exp $
+
+*haproxy-1.3.8 (30 Mar 2007)
+
+ 30 Mar 2007; Alin Năstac <mrness@gentoo.org> files/haproxy.initd,
+ -haproxy-1.2.15.ebuild, +haproxy-1.3.8.ebuild:
+ Version bump. Make init script POSIX compliant (#172554).
09 Jan 2007; Robin H. Johnson <robbat2@gentoo.org> haproxy-1.2.16.ebuild:
Add ~ppc and ~amd64.
diff --git a/net-proxy/haproxy/files/digest-haproxy-1.2.15 b/net-proxy/haproxy/files/digest-haproxy-1.2.15
deleted file mode 100644
index 597b96265d78..000000000000
--- a/net-proxy/haproxy/files/digest-haproxy-1.2.15
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7461a3deeda099a6ee190f99e9763fea haproxy-1.2.15.tar.gz 248300
-RMD160 47cc98f2cca5fbfd78825388ca8a24931b5d7e08 haproxy-1.2.15.tar.gz 248300
-SHA256 196fa8762dc644cbe97f9abf16c260d342b4a0f1e90446a413b839c6aae4db77 haproxy-1.2.15.tar.gz 248300
diff --git a/net-proxy/haproxy/files/digest-haproxy-1.3.8 b/net-proxy/haproxy/files/digest-haproxy-1.3.8
new file mode 100644
index 000000000000..0aa91398c459
--- /dev/null
+++ b/net-proxy/haproxy/files/digest-haproxy-1.3.8
@@ -0,0 +1,3 @@
+MD5 0ed3085637846cb3045638d12f076c8f haproxy-1.3.8.tar.gz 294058
+RMD160 316a957217cd1fd40fa3c403aee6e3bce67304e4 haproxy-1.3.8.tar.gz 294058
+SHA256 2f2f71dfa58d531052630aa9eefe6942906fbe5609cef0610da0dbaaae2ab28b haproxy-1.3.8.tar.gz 294058
diff --git a/net-proxy/haproxy/files/haproxy.initd b/net-proxy/haproxy/files/haproxy.initd
index 9126994a8b4d..ac4c3de3eeb6 100644
--- a/net-proxy/haproxy/files/haproxy.initd
+++ b/net-proxy/haproxy/files/haproxy.initd
@@ -1,10 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd,v 1.1 2006/06/11 14:05:43 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd,v 1.2 2007/03/30 08:47:21 mrness Exp $
checkconfig() {
- if [[ ! -f /etc/haproxy.cfg ]] ; then
+ if [ ! -f /etc/haproxy.cfg ]; then
eerror "/etc/haproxy.cfg does not exist!"
return 1
fi
diff --git a/net-proxy/haproxy/haproxy-1.2.15.ebuild b/net-proxy/haproxy/haproxy-1.3.8.ebuild
index 4f85a339599b..c893da782f01 100644
--- a/net-proxy/haproxy/haproxy-1.2.15.ebuild
+++ b/net-proxy/haproxy/haproxy-1.3.8.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.2.15.ebuild,v 1.1 2006/09/20 11:41:35 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.8.ebuild,v 1.1 2007/03/30 08:47:21 mrness Exp $
inherit linux-info
DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
HOMEPAGE="http://haproxy.1wt.eu"
-SRC_URI="http://haproxy.1wt.eu/download/1.2/src/${P}.tar.gz"
+SRC_URI="http://haproxy.1wt.eu/download/${PV%.*}/src/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="pcre"
DEPEND="pcre? ( >=dev-libs/libpcre-6.3 )"
@@ -26,9 +26,12 @@ src_install() {
doexe haproxy
newinitd "${FILESDIR}/haproxy.initd" haproxy
- dodoc CHANGELOG ROADMAP TODO doc/*
+ # Don't install useless files
+ rm examples/build.cfg doc/*gpl.txt
+
+ dodoc CHANGELOG ROADMAP TODO doc/*.txt
docinto examples
- dodoc examples/examples.cfg examples/haproxy.cfg
+ dodoc examples/*.cfg
}
pkg_postinst() {