diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-02 19:17:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-02 19:17:44 +0000 |
commit | 3bcf77ea188773d2a4594c9b69380533ec4148c1 (patch) | |
tree | c3b47bb5bfa2169d23f336ca4c6c0c8ca87473d2 /dev-perl/TextToHTML/TextToHTML-2.51.ebuild | |
parent | Cleanup (diff) | |
download | historical-3bcf77ea188773d2a4594c9b69380533ec4148c1.tar.gz historical-3bcf77ea188773d2a4594c9b69380533ec4148c1.tar.bz2 historical-3bcf77ea188773d2a4594c9b69380533ec4148c1.zip |
Version bump
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/TextToHTML/TextToHTML-2.51.ebuild')
-rw-r--r-- | dev-perl/TextToHTML/TextToHTML-2.51.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/TextToHTML/TextToHTML-2.51.ebuild b/dev-perl/TextToHTML/TextToHTML-2.51.ebuild new file mode 100644 index 000000000000..472ffb8a91e6 --- /dev/null +++ b/dev-perl/TextToHTML/TextToHTML-2.51.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/TextToHTML-2.51.ebuild,v 1.1 2008/08/02 19:17:44 tove Exp $ + +inherit perl-module + +MY_P=txt2html-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="HTML::TextToHTML - convert plain text file to HTML" +SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/dist/txt2html/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl + dev-perl/YAML-Syck + virtual/perl-Getopt-Long + dev-perl/Getopt-ArgvFile" + +SRC_TEST="do" |