diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Apache-SizeLimit | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Apache-SizeLimit')
5 files changed, 86 insertions, 0 deletions
diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.960.0-r1.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.960.0-r1.ebuild new file mode 100644 index 000000000000..86b292d4897f --- /dev/null +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.960.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=PHRED +MODULE_VERSION=0.96 +inherit perl-module + +DESCRIPTION="Graceful exit for large children" + +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" +IUSE="test" + +# mod_perl < 2.0.5 bundles Apache-SizeLimit +RDEPEND="dev-perl/Linux-Pid + !<www-apache/mod_perl-2.0.5 + >=www-apache/mod_perl-2.0.5" +DEPEND="${RDEPEND} + test? ( >=dev-perl/Apache-Test-1.360.0 )" + +SRC_TEST="do" diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild new file mode 100644 index 000000000000..908e52630c4a --- /dev/null +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=PHRED +MODULE_VERSION=0.97 +inherit perl-module + +DESCRIPTION="Graceful exit for large children" + +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" +IUSE="test" + +# mod_perl < 2.0.5 bundles Apache-SizeLimit +RDEPEND="dev-perl/Linux-Pid + !<www-apache/mod_perl-2.0.5 + >=www-apache/mod_perl-2.0.5" +DEPEND="${RDEPEND} + test? ( >=dev-perl/Apache-Test-1.360.0 )" + +SRC_TEST="do" diff --git a/dev-perl/Apache-SizeLimit/Manifest b/dev-perl/Apache-SizeLimit/Manifest new file mode 100644 index 000000000000..bd5fa71eb8a5 --- /dev/null +++ b/dev-perl/Apache-SizeLimit/Manifest @@ -0,0 +1,2 @@ +DIST Apache-SizeLimit-0.96.tar.gz 24216 SHA256 f09b60266aaf67b41907aa9d24af71c1d868462a5be2bd0ef24c05ca2e0602ff SHA512 71d9045be4a8f319f420c399121e3e67ecfaf24bba4216160c8dd61b10c0050a50ee4ee5305788045ad2da37a44c9485bc9dde906bdd34e1235c0f00457dcd24 WHIRLPOOL 531cc741d30343862b8675192b0c14981efb425e2793222fec038043e500262a382d4ef87f658118c3164b299c9ac9e97d3cb8e33923ed68fa114d793eebec45 +DIST Apache-SizeLimit-0.97.tar.gz 24544 SHA256 484fdfbd82833918c30347ffc4fcfe61b139b5a3a05d9919effb786ce264d636 SHA512 d3c4e97e3f9c7e3bb9a8868dd89ee14443f8596c900b85ea4b6d766b9d71001e3e920871adf58829c8d17d03dea6fd48901d2082b83c7382cf0bf30b8238472a WHIRLPOOL 7963dc776f0eae37ad8e1133b9a513b29506125a1f270e18387233df6e804ff43553f8a0278245056d694739a2488cf70ceb84948d95451702cbb8d2eae277b4 diff --git a/dev-perl/Apache-SizeLimit/files/Apache-SizeLimit-0.95-Fix_Linux-Smaps_detection.patch b/dev-perl/Apache-SizeLimit/files/Apache-SizeLimit-0.95-Fix_Linux-Smaps_detection.patch new file mode 100644 index 000000000000..56283f842509 --- /dev/null +++ b/dev-perl/Apache-SizeLimit/files/Apache-SizeLimit-0.95-Fix_Linux-Smaps_detection.patch @@ -0,0 +1,25 @@ +From 6b1b60546ffca416a65d047a1c0d5d2b610b4dac Mon Sep 17 00:00:00 2001 +From: Christian Ruppert <idl0r@gentoo.org> +Date: Fri, 25 Mar 2011 17:42:54 +0100 +Subject: [PATCH] Fix Linux::Smaps detection to *not* die if /proc/self/smaps doesn't exist + +--- + lib/Apache/SizeLimit/Core.pm | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/lib/Apache/SizeLimit/Core.pm b/lib/Apache/SizeLimit/Core.pm +index 5942bc8..f2fbac4 100644 +--- a/lib/Apache/SizeLimit/Core.pm ++++ b/lib/Apache/SizeLimit/Core.pm +@@ -143,7 +143,7 @@ BEGIN { + + *_platform_getppid = \&_linux_getppid; + +- if (eval { require Linux::Smaps } && Linux::Smaps->new($$)) { ++ if (eval { require Linux::Smaps && Linux::Smaps->new($$) }) { + $USE_SMAPS = 1; + *_platform_check_size = \&_linux_smaps_size_check; + } +-- +1.7.3.4 + diff --git a/dev-perl/Apache-SizeLimit/metadata.xml b/dev-perl/Apache-SizeLimit/metadata.xml new file mode 100644 index 000000000000..81df8fdf5c36 --- /dev/null +++ b/dev-perl/Apache-SizeLimit/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Apache-SizeLimit</remote-id> + <remote-id type="cpan-module">Apache2::SizeLimit</remote-id> + <remote-id type="cpan-module">Apache::SizeLimit</remote-id> + <remote-id type="cpan-module">Apache::SizeLimit::Core</remote-id> + </upstream> +</pkgmetadata> |