diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Apache-SizeLimit | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-SizeLimit')
-rw-r--r-- | dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Apache-SizeLimit/ChangeLog | 5 |
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild deleted file mode 100644 index 349fda71194e..000000000000 --- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild +++ /dev/null @@ -1,30 +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/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild,v 1.6 2011/08/09 15:49:46 xarthisius Exp $ - -EAPI="3" - -MODULE_AUTHOR="PHRED" - -inherit perl-module - -DESCRIPTION="Graceful exit for large children" - -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -# mod_perl < 2.0.5 bundles Apache-SizeLimit -DEPEND="dev-lang/perl - dev-perl/Linux-Pid - !<www-apache/mod_perl-2.0.5 - >=www-apache/mod_perl-2.0.5" -RDEPEND="${DEPEND}" - -src_prepare() { - # https://rt.cpan.org/Public/Bug/Display.html?id=66894 - epatch "${FILESDIR}/${P}-Fix_Linux-Smaps_detection.patch" -} diff --git a/dev-perl/Apache-SizeLimit/ChangeLog b/dev-perl/Apache-SizeLimit/ChangeLog index daef88dec50c..3daae33a2d48 100644 --- a/dev-perl/Apache-SizeLimit/ChangeLog +++ b/dev-perl/Apache-SizeLimit/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2011/09/01 13:37:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SizeLimit/ChangeLog,v 1.7 2011/09/04 11:22:40 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Apache-SizeLimit-0.95.ebuild: + Cleanup *Apache-SizeLimit-0.950.0 (01 Sep 2011) |