diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-03-15 16:59:02 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-03-15 16:59:02 +0000 |
commit | 381d6717e86994028675e4a2f9ce017a148645eb (patch) | |
tree | 862f0cccc3a83f0f2fcfa20b242a8a77ce825473 /dev-perl | |
parent | Added linking with zlib, librt and libm for as-needed (diff) | |
download | gentoo-2-381d6717e86994028675e4a2f9ce017a148645eb.tar.gz gentoo-2-381d6717e86994028675e4a2f9ce017a148645eb.tar.bz2 gentoo-2-381d6717e86994028675e4a2f9ce017a148645eb.zip |
dev-perl/Apache-SizeLimit
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Apache-SizeLimit/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Apache-SizeLimit/metadata.xml | 8 |
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild new file mode 100644 index 000000000000..ea17fb4eac4b --- /dev/null +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.95.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 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.1 2011/03/15 16:59:02 idl0r 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="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" + +# mod_perl < 2.0.5 bundles Apache-SizeLimit +DEPEND="dev-lang/perl + dev-perl/Linux-Smaps + dev-perl/Linux-Pid + !<www-apache/mod_perl-2.0.5 + >=www-apache/mod_perl-2.0.5" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Apache-SizeLimit/ChangeLog b/dev-perl/Apache-SizeLimit/ChangeLog new file mode 100644 index 000000000000..3f518b34de0e --- /dev/null +++ b/dev-perl/Apache-SizeLimit/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2011/03/15 16:59:02 idl0r Exp $ + +*Apache-SizeLimit-0.95 (15 Mar 2011) + + 15 Mar 2011; Christian Ruppert <idl0r@gentoo.org> + +Apache-SizeLimit-0.95.ebuild, +metadata.xml: + Initial commit for dev-perl/Apache-SizeLimit. + diff --git a/dev-perl/Apache-SizeLimit/metadata.xml b/dev-perl/Apache-SizeLimit/metadata.xml new file mode 100644 index 000000000000..c5b3a2a17084 --- /dev/null +++ b/dev-perl/Apache-SizeLimit/metadata.xml @@ -0,0 +1,8 @@ +<?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> + </upstream> +</pkgmetadata> |