diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-02 10:46:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-02 10:46:06 +0000 |
commit | c486a8f8a6cfb951afcf045d5cf9858730e4d169 (patch) | |
tree | 9f6ebe92ca9c940738ad9da1cefc4cc72cdda1ad /dev-perl/Perlbal | |
parent | Cleanup (diff) | |
download | gentoo-2-c486a8f8a6cfb951afcf045d5cf9858730e4d169.tar.gz gentoo-2-c486a8f8a6cfb951afcf045d5cf9858730e4d169.tar.bz2 gentoo-2-c486a8f8a6cfb951afcf045d5cf9858730e4d169.zip |
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Perlbal')
-rw-r--r-- | dev-perl/Perlbal/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.73.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.74.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.75.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/Perlbal/Perlbal-1.770.ebuild | 44 |
5 files changed, 5 insertions, 180 deletions
diff --git a/dev-perl/Perlbal/ChangeLog b/dev-perl/Perlbal/ChangeLog index a35b461b986d..3e9a843b7b72 100644 --- a/dev-perl/Perlbal/ChangeLog +++ b/dev-perl/Perlbal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Perlbal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.18 2011/01/23 15:29:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/ChangeLog,v 1.19 2011/04/02 10:46:06 tove Exp $ + + 02 Apr 2011; Torsten Veller <tove@gentoo.org> -Perlbal-1.73.ebuild, + -Perlbal-1.74.ebuild, -Perlbal-1.75.ebuild, -Perlbal-1.770.ebuild: + Cleanup *Perlbal-1.780 (23 Jan 2011) diff --git a/dev-perl/Perlbal/Perlbal-1.73.ebuild b/dev-perl/Perlbal/Perlbal-1.73.ebuild deleted file mode 100644 index 71db0d0e7f37..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.73.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.73.ebuild,v 1.1 2009/11/04 02:20:27 robbat2 Exp $ - -MODULE_AUTHOR="DORMANDO" -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/" -} diff --git a/dev-perl/Perlbal/Perlbal-1.74.ebuild b/dev-perl/Perlbal/Perlbal-1.74.ebuild deleted file mode 100644 index 694fa313069b..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.74.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.74.ebuild,v 1.1 2010/03/27 21:47:52 robbat2 Exp $ - -MODULE_AUTHOR="DORMANDO" -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/" -} diff --git a/dev-perl/Perlbal/Perlbal-1.75.ebuild b/dev-perl/Perlbal/Perlbal-1.75.ebuild deleted file mode 100644 index b1900c3c38db..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.75.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perlbal/Perlbal-1.75.ebuild,v 1.1 2010/04/23 18:22:46 robbat2 Exp $ - -MODULE_AUTHOR="DORMANDO" -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/" -} diff --git a/dev-perl/Perlbal/Perlbal-1.770.ebuild b/dev-perl/Perlbal/Perlbal-1.770.ebuild deleted file mode 100644 index b83ae6890f6f..000000000000 --- a/dev-perl/Perlbal/Perlbal-1.770.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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/" -} |