diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:37:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:37:44 +0000 |
commit | 5bdb6708138a828f16fa4203eca1b8995e0d073e (patch) | |
tree | 3288e0a316c2696dbbf6d19d2e217045684861a8 /dev-perl/Apache-SizeLimit | |
parent | Remove libreoffice-3.4.2. 3.4.3 is stable candidate. (diff) | |
download | gentoo-2-5bdb6708138a828f16fa4203eca1b8995e0d073e.tar.gz gentoo-2-5bdb6708138a828f16fa4203eca1b8995e0d073e.tar.bz2 gentoo-2-5bdb6708138a828f16fa4203eca1b8995e0d073e.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-SizeLimit')
-rw-r--r-- | dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.950.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Apache-SizeLimit/ChangeLog | 8 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.950.0.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.950.0.ebuild new file mode 100644 index 000000000000..b85b14864b14 --- /dev/null +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.950.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.950.0.ebuild,v 1.1 2011/09/01 13:37:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PHRED +MODULE_VERSION=0.95 +inherit perl-module + +DESCRIPTION="Graceful exit for large children" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +# mod_perl < 2.0.5 bundles Apache-SizeLimit +DEPEND="dev-perl/Linux-Pid + !<www-apache/mod_perl-2.0.5 + >=www-apache/mod_perl-2.0.5" +RDEPEND="${DEPEND}" + +SRC_TEST="do" + +# https://rt.cpan.org/Public/Bug/Display.html?id=66894 +PATCHES=( "${FILESDIR}/${PN}-0.95-Fix_Linux-Smaps_detection.patch" ) diff --git a/dev-perl/Apache-SizeLimit/ChangeLog b/dev-perl/Apache-SizeLimit/ChangeLog index ed11c1016bea..daef88dec50c 100644 --- a/dev-perl/Apache-SizeLimit/ChangeLog +++ b/dev-perl/Apache-SizeLimit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Apache-SizeLimit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SizeLimit/ChangeLog,v 1.5 2011/08/09 15:49:46 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SizeLimit/ChangeLog,v 1.6 2011/09/01 13:37:44 tove Exp $ + +*Apache-SizeLimit-0.950.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> + +Apache-SizeLimit-0.950.0.ebuild: + Change version scheme 09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> Apache-SizeLimit-0.95.ebuild: |