diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-22 05:47:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-22 05:47:25 +0000 |
commit | 5e53c9707041d01a5b2dbe283c98bbc922fe694d (patch) | |
tree | bf503aea49d424fe5142a064b3cbba63deced360 /dev-perl/Test-Pod/Test-Pod-1.43.ebuild | |
parent | Stable for HPPA (bug #315197). (diff) | |
download | gentoo-2-5e53c9707041d01a5b2dbe283c98bbc922fe694d.tar.gz gentoo-2-5e53c9707041d01a5b2dbe283c98bbc922fe694d.tar.bz2 gentoo-2-5e53c9707041d01a5b2dbe283c98bbc922fe694d.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Pod/Test-Pod-1.43.ebuild')
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.43.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Test-Pod/Test-Pod-1.43.ebuild b/dev-perl/Test-Pod/Test-Pod-1.43.ebuild new file mode 100644 index 000000000000..3fa332e43651 --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.43.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/Test-Pod/Test-Pod-1.43.ebuild,v 1.1 2010/04/22 05:47:24 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DWHEELER +inherit perl-module + +DESCRIPTION="check for POD errors in files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=virtual/perl-Pod-Simple-3.05 + >=virtual/perl-Test-Simple-0.62" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.30" + +SRC_TEST="do" |