diff options
author | 2007-05-24 23:28:31 +0000 | |
---|---|---|
committer | 2007-05-24 23:28:31 +0000 | |
commit | 85f1dc2bb3cc2bd70923efc8bb3e7bcb6348868a (patch) | |
tree | 8f3a2148cd679f77b1f137c86b942522325d2bec /dev-perl/Perlbal | |
parent | Version bump. (diff) | |
download | gentoo-2-85f1dc2bb3cc2bd70923efc8bb3e7bcb6348868a.tar.gz gentoo-2-85f1dc2bb3cc2bd70923efc8bb3e7bcb6348868a.tar.bz2 gentoo-2-85f1dc2bb3cc2bd70923efc8bb3e7bcb6348868a.zip |
Version bump. Now uses IO::AIO instead of Linux::AIO, so should work on non-Linux boxes nicely.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl/Perlbal')
-rw-r--r-- | dev-perl/Perlbal/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.59.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/Perlbal/files/digest-Perlbal-1.59 | 3 |
3 files changed, 55 insertions, 1 deletions
diff --git a/dev-perl/Perlbal/ChangeLog b/dev-perl/Perlbal/ChangeLog index c402aef562ec..f20af0bc2a04 100644 --- a/dev-perl/Perlbal/ChangeLog +++ b/dev-perl/Perlbal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Perlbal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.3 2007/05/13 08:33:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.4 2007/05/24 23:28:31 robbat2 Exp $ + +*Perlbal-1.59 (24 May 2007) + + 24 May 2007; Robin H. Johnson <robbat2@gentoo.org> +Perlbal-1.59.ebuild: + Version bump. Now uses IO::AIO instead of Linux::AIO, so should work on + non-Linux boxes nicely. 13 May 2007; Robin H. Johnson <robbat2@gentoo.org> Perlbal-1.57.ebuild, Perlbal-1.58.ebuild: diff --git a/dev-perl/Perlbal/Perlbal-1.59.ebuild b/dev-perl/Perlbal/Perlbal-1.59.ebuild new file mode 100644 index 000000000000..a1fafd6a025d --- /dev/null +++ b/dev-perl/Perlbal/Perlbal-1.59.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.59.ebuild,v 1.1 2007/05/24 23:28:31 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Reverse-proxy load balancer and webserver" +HOMEPAGE="http://www.danga.com/perlbal/" +SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/libwww-perl + >=dev-perl/Danga-Socket-1.57 + dev-perl/Sys-Syscall + dev-perl/BSD-Resource + dev-perl/IO-AIO + dev-lang/perl" +#SRC_TEST="do" # testing not available on Perlbal yet ;-) +mydoc="CHANGES" + +PATCHES="${FILESDIR}/${PN}-1.58-Use-saner-name-in-process-listing.patch" + +src_install() { + perl-module_src_install || die "perl-module_src_install failed" + cd ${S} + dodoc doc/*.txt + docinto hacking + dodoc doc/hacking/*.txt + docinto conf + dodoc conf/*.{dat,conf} + keepdir /etc/perlbal + newinitd ${FILESDIR}/perlbal_init.d_1.58 perlbal + newconfd ${FILESDIR}/perlbal_conf.d_1.58 perlbal +} + +pkg_postinst() { + perl-module_pkg_postinst + einfo "Please see the example configuration files located" + einfo "within /usr/share/doc/${PF}/conf/" +} diff --git a/dev-perl/Perlbal/files/digest-Perlbal-1.59 b/dev-perl/Perlbal/files/digest-Perlbal-1.59 new file mode 100644 index 000000000000..1e21519c0b9e --- /dev/null +++ b/dev-perl/Perlbal/files/digest-Perlbal-1.59 @@ -0,0 +1,3 @@ +MD5 7d098abd4434b70f13638cdff3e2383a Perlbal-1.59.tar.gz 126525 +RMD160 37bafa8d311e795f771ff07d1e01ce8e8e2af69d Perlbal-1.59.tar.gz 126525 +SHA256 974d684dd02b0a04f8203ff407c876cc1b253ba5066c7673e232dab850a07922 Perlbal-1.59.tar.gz 126525 |