diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 14:45:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 14:45:12 +0000 |
commit | 79b9726d29cecf4ee55d414c2e254b9602a556b5 (patch) | |
tree | 741e225cd704b559730dabcd7e38a204acdaa1e2 /dev-perl/Perlbal | |
parent | Remove old unused versions, fix up 1.0.0.20 bugs and put in a new version (diff) | |
download | gentoo-2-79b9726d29cecf4ee55d414c2e254b9602a556b5.tar.gz gentoo-2-79b9726d29cecf4ee55d414c2e254b9602a556b5.tar.bz2 gentoo-2-79b9726d29cecf4ee55d414c2e254b9602a556b5.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Perlbal')
-rw-r--r-- | dev-perl/Perlbal/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.57.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.58.ebuild | 44 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.59.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.60.ebuild | 45 |
5 files changed, 5 insertions, 169 deletions
diff --git a/dev-perl/Perlbal/ChangeLog b/dev-perl/Perlbal/ChangeLog index 7911b912e479..569f9d51baeb 100644 --- a/dev-perl/Perlbal/ChangeLog +++ b/dev-perl/Perlbal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Perlbal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.9 2008/09/30 06:29:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.10 2008/09/30 14:45:12 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Perlbal-1.57.ebuild, + -Perlbal-1.58.ebuild, -Perlbal-1.59.ebuild, -Perlbal-1.60.ebuild: + Cleanup *Perlbal-1.72 (30 Sep 2008) diff --git a/dev-perl/Perlbal/Perlbal-1.57.ebuild b/dev-perl/Perlbal/Perlbal-1.57.ebuild deleted file mode 100644 index d3876e03178f..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.57.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.57.ebuild,v 1.3 2007/10/27 02:38:51 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-lang/perl" -#SRC_TEST="do" # testing not available on Perlbal yet ;-) -mydoc="CHANGES" - -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 -} diff --git a/dev-perl/Perlbal/Perlbal-1.58.ebuild b/dev-perl/Perlbal/Perlbal-1.58.ebuild deleted file mode 100644 index 67e1d71d0ad6..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.58.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.58.ebuild,v 1.4 2008/07/06 19:37:53 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-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/Perlbal-1.59.ebuild b/dev-perl/Perlbal/Perlbal-1.59.ebuild deleted file mode 100644 index b7fe6f3146ae..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.59.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 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.3 2008/07/06 19:37:53 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/Perlbal-1.60.ebuild b/dev-perl/Perlbal/Perlbal-1.60.ebuild deleted file mode 100644 index a363780d772c..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.60.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.60.ebuild,v 1.3 2008/07/06 19:37:53 robbat2 Exp $ - -MODULE_AUTHOR="BRADFITZ" -inherit perl-module - -DESCRIPTION="Reverse-proxy load balancer and webserver" -HOMEPAGE="http://www.danga.com/perlbal/" - -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/" -} |