diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-17 05:26:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-17 05:26:03 +0000 |
commit | e40be6baa1225e946af5c37b28088ed41f8bf6b5 (patch) | |
tree | 6b3663e7b60fecd239d882f3d325a73bc30bf739 /dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild | |
parent | Version bump (diff) | |
download | historical-e40be6baa1225e946af5c37b28088ed41f8bf6b5.tar.gz historical-e40be6baa1225e946af5c37b28088ed41f8bf6b5.tar.bz2 historical-e40be6baa1225e946af5c37b28088ed41f8bf6b5.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild')
-rw-r--r-- | dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild new file mode 100644 index 000000000000..581d658565c2 --- /dev/null +++ b/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild,v 1.1 2010/05/17 05:26:03 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=CHOCOLATE +inherit perl-module + +DESCRIPTION="Lexically scoped resource management" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |