diff options
author | 2011-08-29 09:47:28 +0000 | |
---|---|---|
committer | 2011-08-29 09:47:28 +0000 | |
commit | ed8a4abb4345b83b9f78cf51b10d9cf88c485d5e (patch) | |
tree | 6920785655a5436a524e18ddcca8271b49e0660c /dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-ed8a4abb4345b83b9f78cf51b10d9cf88c485d5e.tar.gz gentoo-2-ed8a4abb4345b83b9f78cf51b10d9cf88c485d5e.tar.bz2 gentoo-2-ed8a4abb4345b83b9f78cf51b10d9cf88c485d5e.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild')
-rw-r--r-- | dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild new file mode 100644 index 000000000000..9a248ed9b6a6 --- /dev/null +++ b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 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.0.0.ebuild,v 1.1 2011/08/29 09:47:28 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROSCH +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Interpret and act on wait() status values" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/IPC-Signal" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |