diff options
author | Kent Fredric <kentfredric@gmail.com> | 2009-09-14 12:45:13 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2009-09-14 12:45:13 +1200 |
commit | 73ab381e5c2e2dadc8d3888d418dd9f6e39b1e87 (patch) | |
tree | fb7fe83f2a308f4086140b43dfecc25124584a17 /perl-core | |
parent | Bumped Params-Classify to 0.008 (diff) | |
download | perl-overlay-73ab381e5c2e2dadc8d3888d418dd9f6e39b1e87.tar.gz perl-overlay-73ab381e5c2e2dadc8d3888d418dd9f6e39b1e87.tar.bz2 perl-overlay-73ab381e5c2e2dadc8d3888d418dd9f6e39b1e87.zip |
Added Pod-Perldoc 3.15
(Portage version: 2.2_rc40/git/Linux x86_64)
(Signed Manifest commit)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Pod-Perldoc/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Pod-Perldoc/Manifest | 14 | ||||
-rw-r--r-- | perl-core/Pod-Perldoc/Pod-Perldoc-3.15.ebuild | 19 | ||||
-rw-r--r-- | perl-core/Pod-Perldoc/metadata.xml | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/perl-core/Pod-Perldoc/ChangeLog b/perl-core/Pod-Perldoc/ChangeLog new file mode 100644 index 000000000..9fe4baa45 --- /dev/null +++ b/perl-core/Pod-Perldoc/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for perl-core/Pod-Perldoc +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Pod-Perldoc-3.15 (14 Sep 2009) + + 14 Sep 2009; Kent Fredric <kentfredric@gmail.com> + +Pod-Perldoc-3.15.ebuild, +metadata.xml: + Added. + diff --git a/perl-core/Pod-Perldoc/Manifest b/perl-core/Pod-Perldoc/Manifest new file mode 100644 index 000000000..2e29b6477 --- /dev/null +++ b/perl-core/Pod-Perldoc/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST Pod-Perldoc-3.15.tar.gz 32981 RMD160 321cea4bdaaaece46af0fc12d85d9c27c4477d05 SHA1 3aead49c1876cfd587b12ebe5ed1694bdf382aa0 SHA256 1222aa8d7ac8d05aa7868134005878ac5f4d8ab2104cbd5294456ba4e164dee4 +EBUILD Pod-Perldoc-3.15.ebuild 314 RMD160 3a5bcfba68d5988a53e2a02ae782544fa0c0ee38 SHA1 855ec8a8e58bc1232ac0c646a20729e552e43682 SHA256 210eaf3177e1c6dffdb82c27e8fae987beb552aaa57cbc3ab5c770a8233c44a7 +MISC ChangeLog 260 RMD160 90b01dd10b15642d6191b90ca173bd94a022e0f3 SHA1 545fc19841bafac721e066b396f57f538cc289dd SHA256 bbd72f7a2f6418d609bb060f4260c8c4171a5e030783d78885e5edaac1124777 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkqtkhgACgkQ1aBWYMk6l06pNQCfWbv0ZcWSok4K/vCP6lOQTCSc ++SkAoL8a44aRGWsYhXj26HEzpThJrebu +=2S/L +-----END PGP SIGNATURE----- diff --git a/perl-core/Pod-Perldoc/Pod-Perldoc-3.15.ebuild b/perl-core/Pod-Perldoc/Pod-Perldoc-3.15.ebuild new file mode 100644 index 000000000..5c35840d0 --- /dev/null +++ b/perl-core/Pod-Perldoc/Pod-Perldoc-3.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +MODULE_AUTHOR=FERREIRA +inherit perl-module + +DESCRIPTION="Look up Perl documentation in Pod format" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/perl-core/Pod-Perldoc/metadata.xml b/perl-core/Pod-Perldoc/metadata.xml new file mode 100644 index 000000000..801e9385a --- /dev/null +++ b/perl-core/Pod-Perldoc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |