diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-07-24 10:52:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-07-24 10:52:25 +0000 |
commit | e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11 (patch) | |
tree | b0e567e5d05c7ba9bc48e19c1840d14ed039684b /dev-perl/Test-Pod/Test-Pod-1.26.ebuild | |
parent | Stable on alpha bug #139839 (diff) | |
download | gentoo-2-e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11.tar.gz gentoo-2-e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11.tar.bz2 gentoo-2-e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11.zip |
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Test-Pod/Test-Pod-1.26.ebuild')
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.26.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild new file mode 100644 index 000000000000..377a3876a89c --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.26.ebuild,v 1.1 2006/07/24 10:52:24 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="check for POD errors in files" +HOMEPAGE="http://search.cpan.org/~petdance/${P}" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/Pod-Simple + >=virtual/perl-Test-Simple-0.62" +RDEPEND="${DEPEND}" |