summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Westermann-Clark <dwc@pobox.com>2009-07-08 11:43:12 -0400
committerKent Fredric <kentfredric@gmail.com>2015-07-02 20:16:04 +1200
commitc7af70af6a9b51a30e46993a694e6be0e8daabfe (patch)
tree34d15f7cac9aac288533ef0518c62a244d1f2a66 /dev-perl/Pod-Xhtml
parentMerge branch 'dwc-poe-component-server-syslog' (diff)
downloadperl-overlay-c7af70af6a9b51a30e46993a694e6be0e8daabfe.tar.gz
perl-overlay-c7af70af6a9b51a30e46993a694e6be0e8daabfe.tar.bz2
perl-overlay-c7af70af6a9b51a30e46993a694e6be0e8daabfe.zip
[rebase-filter: dwc/Pod-Xhtml] Add remaning ebuilds from my perl-other overlay
Diffstat (limited to 'dev-perl/Pod-Xhtml')
-rw-r--r--dev-perl/Pod-Xhtml/Manifest2
-rw-r--r--dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Pod-Xhtml/Manifest b/dev-perl/Pod-Xhtml/Manifest
new file mode 100644
index 000000000..8af6a065d
--- /dev/null
+++ b/dev-perl/Pod-Xhtml/Manifest
@@ -0,0 +1,2 @@
+DIST Pod-Xhtml-1.59.tar.gz 26421 RMD160 900cd9116970112bf4b585c1da330cddac4f6c00 SHA1 fcd2b4ff57da57b04c34fcfd62f43f06d5f6f0a9 SHA256 1e171fa07e6322e99c9137106e737852b7c68a74833136cd98f4305edadabc77
+EBUILD Pod-Xhtml-1.59.ebuild 609 RMD160 d25bbe72a9f4f08ce825e3a978063470febb3d3f SHA1 0656d132eedb3893fb36110c60bf5bfcc5347bd1 SHA256 049b4c592c1f6c7b1a4b809e902e4a5d5da7b94567606bec9c3dc6e46963b6d6
diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
new file mode 100644
index 000000000..393b246ca
--- /dev/null
+++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
@@ -0,0 +1,21 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Generate well-formed XHTML documents from POD format documentation"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/B/BB/BBC/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+ virtual/perl-PodParser"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"