diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-19 09:26:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-19 09:26:39 +0000 |
commit | 5146663534fd283b4f28e648b175d8986bcec249 (patch) | |
tree | d24dc4531204645fb0872bd9e04992f06fdef275 /dev-perl/Proc-WaitStat | |
parent | Digest (diff) | |
download | gentoo-2-5146663534fd283b4f28e648b175d8986bcec249.tar.gz gentoo-2-5146663534fd283b4f28e648b175d8986bcec249.tar.bz2 gentoo-2-5146663534fd283b4f28e648b175d8986bcec249.zip |
asterisk related
Diffstat (limited to 'dev-perl/Proc-WaitStat')
-rw-r--r-- | dev-perl/Proc-WaitStat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Proc-WaitStat/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Proc-WaitStat/Proc-WaitStat-1.00.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Proc-WaitStat/files/digest-Proc-WaitStat-1.00 | 1 | ||||
-rw-r--r-- | dev-perl/Proc-WaitStat/metadata.xml | 10 |
5 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Proc-WaitStat/ChangeLog b/dev-perl/Proc-WaitStat/ChangeLog new file mode 100644 index 000000000000..4cf07905907f --- /dev/null +++ b/dev-perl/Proc-WaitStat/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Proc-WaitStat +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/ChangeLog,v 1.1 2005/05/19 09:26:13 mcummings Exp $ + +*Proc-WaitStat-1.00 (19 May 2005) + + 19 May 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Proc-WaitStat-1.00.ebuild: + Initial import for johnm, asterisk dep work + diff --git a/dev-perl/Proc-WaitStat/Manifest b/dev-perl/Proc-WaitStat/Manifest new file mode 100644 index 000000000000..516cea3c52e0 --- /dev/null +++ b/dev-perl/Proc-WaitStat/Manifest @@ -0,0 +1,3 @@ +MD5 2cd97136135753192a958547869bfc04 Proc-WaitStat-1.00.ebuild 397 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 d556eaf78152409f59b4841ea267100d files/digest-Proc-WaitStat-1.00 68 diff --git a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.00.ebuild b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.00.ebuild new file mode 100644 index 000000000000..08ef89cea7b2 --- /dev/null +++ b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.00.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/Proc-WaitStat-1.00.ebuild,v 1.1 2005/05/19 09:26:13 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Interpret and act on wait() status values" +SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/~rosch/${P}/" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86" + +DEPEND="dev-perl/IPC-Signal" diff --git a/dev-perl/Proc-WaitStat/files/digest-Proc-WaitStat-1.00 b/dev-perl/Proc-WaitStat/files/digest-Proc-WaitStat-1.00 new file mode 100644 index 000000000000..d09e8cc39859 --- /dev/null +++ b/dev-perl/Proc-WaitStat/files/digest-Proc-WaitStat-1.00 @@ -0,0 +1 @@ +MD5 b911bd579b6b142391b21de1efa30c95 Proc-WaitStat-1.00.tar.gz 3223 diff --git a/dev-perl/Proc-WaitStat/metadata.xml b/dev-perl/Proc-WaitStat/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Proc-WaitStat/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |