Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
tove 11/01/17 12:43:53
Modified: ChangeLog
Added: Perlbal-1.770.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-perl/Perlbal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perlbal/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perlbal/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perlbal/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 10 Aug 2010 15:34:26 -0000 1.16
+++ ChangeLog 17 Jan 2011 12:43:53 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Perlbal
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.16 2010/08/10 15:34:26 robbat2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.17 2011/01/17 12:43:53 tove Exp $
+
+*Perlbal-1.770 (17 Jan 2011)
+
+ 17 Jan 2011; Torsten Veller <tove@g.o> +Perlbal-1.770.ebuild:
+ Version bump
*Perlbal-1.76 (10 Aug 2010)
1.1 dev-perl/Perlbal/Perlbal-1.770.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perlbal/Perlbal-1.770.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perlbal/Perlbal-1.770.ebuild?rev=1.1&content-type=text/plain
Index: Perlbal-1.770.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.770.ebuild,v 1.1 2011/01/17 12:43:53 tove Exp $
EAPI=3
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=1.77
inherit perl-module
DESCRIPTION="Reverse-proxy load balancer and webserver"
HOMEPAGE="http://www.danga.com/perlbal/"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-perl/libwww-perl
>=dev-perl/Danga-Socket-1.57
dev-perl/Sys-Syscall
dev-perl/BSD-Resource
dev-perl/IO-AIO"
DEPEND="${RDEPEND}"
#SRC_TEST="do" # testing not available on Perlbal yet ;-)
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() {
einfo "Please see the example configuration files located"
einfo "within /usr/share/doc/${PF}/conf/"
}
|
|