diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-02-16 16:12:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-02-16 16:12:37 +0000 |
commit | 5f7b78a892b165fc5f6952fbb155bc6100455dd3 (patch) | |
tree | 010fefcee039acef78b9f47a3df20f6d0c2f4a45 /dev-perl/Test-Pod | |
parent | Added fixes for the ptrace vulnerability for AMD64 platforms; 2.4.20-r11 -> 2... (diff) | |
download | gentoo-2-5f7b78a892b165fc5f6952fbb155bc6100455dd3.tar.gz gentoo-2-5f7b78a892b165fc5f6952fbb155bc6100455dd3.tar.bz2 gentoo-2-5f7b78a892b165fc5f6952fbb155bc6100455dd3.zip |
dep for XML::Twig
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.08.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Test-Pod/files/digest-Test-Pod-1.08 | 1 | ||||
-rw-r--r-- | dev-perl/Test-Pod/metadata.xml | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog new file mode 100644 index 000000000000..b289ee16185e --- /dev/null +++ b/dev-perl/Test-Pod/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Test-Pod +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.1 2004/02/16 16:12:37 mcummings Exp $ + +*Test-Pod-1.08 (16 Feb 2004) + + 16 Feb 2004; Michael Cummings,,, <mcummings@gentoo.org> + Test-Pod-1.08.ebuild, metadata.xml: + Test-Pod is a dep for XML::Twig + diff --git a/dev-perl/Test-Pod/Manifest b/dev-perl/Test-Pod/Manifest new file mode 100644 index 000000000000..c977346f8542 --- /dev/null +++ b/dev-perl/Test-Pod/Manifest @@ -0,0 +1,2 @@ +MD5 1f25389b2fe2e594807bf8c8a779729f Test-Pod-1.08.ebuild 505 +MD5 ceeef07981b290a6fd1d79264b6680d9 files/digest-Test-Pod-1.08 63 diff --git a/dev-perl/Test-Pod/Test-Pod-1.08.ebuild b/dev-perl/Test-Pod/Test-Pod-1.08.ebuild new file mode 100644 index 000000000000..53d20c56aa54 --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.08.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.08.ebuild,v 1.1 2004/02/16 16:12:37 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" + +DESCRIPTION="check for POD errors in files" +HOMEPAGE="http://search.cpan.org/~petdance/${P}" +SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="Artistic | GPL-2" +SLOT="0" +KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha" diff --git a/dev-perl/Test-Pod/files/digest-Test-Pod-1.08 b/dev-perl/Test-Pod/files/digest-Test-Pod-1.08 new file mode 100644 index 000000000000..e51d18a4d487 --- /dev/null +++ b/dev-perl/Test-Pod/files/digest-Test-Pod-1.08 @@ -0,0 +1 @@ +MD5 75f9202f2ca6c767e390263719211db7 Test-Pod-1.08.tar.gz 6339 diff --git a/dev-perl/Test-Pod/metadata.xml b/dev-perl/Test-Pod/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Test-Pod/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |