diff options
author | 2012-05-16 19:03:20 +0000 | |
---|---|---|
committer | 2012-05-16 19:03:20 +0000 | |
commit | 02a4dd625bd6dfb168d9494fecae85a464a3116d (patch) | |
tree | ea673adebc90e001dbbfcb718e30f728c60532d3 /dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild | |
parent | sys-kernel/genkernel: Migrate to bash-completion-r1 (diff) | |
download | gentoo-2-02a4dd625bd6dfb168d9494fecae85a464a3116d.tar.gz gentoo-2-02a4dd625bd6dfb168d9494fecae85a464a3116d.tar.bz2 gentoo-2-02a4dd625bd6dfb168d9494fecae85a464a3116d.zip |
Initial commit for Mail-Box (#389831)
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild')
-rw-r--r-- | dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild new file mode 100644 index 000000000000..c3ae5ab8d6d0 --- /dev/null +++ b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0.ebuild,v 1.1 2012/05/16 19:03:20 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=0.18 +inherit perl-module + +DESCRIPTION="Delay construction of real data until used" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Pod-1.0.0 + ) +" + +SRC_TEST=do |