summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kulbe <superlag@gentoo.org>2005-11-23 13:50:03 +0000
committerAaron Kulbe <superlag@gentoo.org>2005-11-23 13:50:03 +0000
commit62079217edffd4cfebe497b2920603ba49eccc66 (patch)
tree4b1cd159caf727a973138dca32078693dea3561b /dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild
parentStable on sparc wrt #113289 (diff)
downloadgentoo-2-62079217edffd4cfebe497b2920603ba49eccc66.tar.gz
gentoo-2-62079217edffd4cfebe497b2920603ba49eccc66.tar.bz2
gentoo-2-62079217edffd4cfebe497b2920603ba49eccc66.zip
Yet another version bump. Deja vu, anyone?
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild')
-rw-r--r--dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild
new file mode 100644
index 000000000000..e9aaf3587d4b
--- /dev/null
+++ b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.10.ebuild,v 1.1 2005/11/23 13:50:03 superlag Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl interface to the htmldoc program for producing PDF-Files from HTML-Content"
+HOMEPAGE="http://search.cpan.org/~mkfrankl/${P}/"
+SRC_URI="mirror://cpan/authors/id/M/MF/MFRANKL/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="app-text/htmldoc"