diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 19:29:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 19:29:57 +0000 |
commit | adbd4257d0267863ed069790ab5835110fc05817 (patch) | |
tree | 2d466b63040bc0d2b74ac8d620bd7d897e309d03 /perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild | |
parent | alpha stable (diff) | |
download | historical-adbd4257d0267863ed069790ab5835110fc05817.tar.gz historical-adbd4257d0267863ed069790ab5835110fc05817.tar.bz2 historical-adbd4257d0267863ed069790ab5835110fc05817.zip |
[bump] perl-core/Module-Metadata-1.0.6
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild')
-rw-r--r-- | perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild b/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild new file mode 100644 index 000000000000..8a85370ee6e9 --- /dev/null +++ b/perl-core/Module-Metadata/Module-Metadata-1.0.6.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/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild,v 1.1 2011/08/30 19:29:57 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=1.000006 +inherit perl-module + +DESCRIPTION="Gather package and POD information from perl module files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-version-0.870" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |