diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 19:13:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 19:13:34 +0000 |
commit | 797e6c3d959dbf1f880665be448aac50ff25e87c (patch) | |
tree | 3c59ce754ab70143a85607238077b38d1344204d /dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild | |
parent | Version bump, remove old. (diff) | |
download | historical-797e6c3d959dbf1f880665be448aac50ff25e87c.tar.gz historical-797e6c3d959dbf1f880665be448aac50ff25e87c.tar.bz2 historical-797e6c3d959dbf1f880665be448aac50ff25e87c.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild')
-rw-r--r-- | dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild new file mode 100644 index 000000000000..edcf3485ae8b --- /dev/null +++ b/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild,v 1.1 2011/08/28 19:05:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RGARCIA +MODULE_VERSION=0.04 +inherit perl-module + +DESCRIPTION="Retrieve names of code references" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do |