summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/TextToHTML/TextToHTML-2.46.ebuild')
-rw-r--r--dev-perl/TextToHTML/TextToHTML-2.46.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/TextToHTML/TextToHTML-2.46.ebuild b/dev-perl/TextToHTML/TextToHTML-2.46.ebuild
deleted file mode 100644
index 91d0dfb4daeb..000000000000
--- a/dev-perl/TextToHTML/TextToHTML-2.46.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.46.ebuild,v 1.2 2008/03/01 23:08:55 hd_brummy Exp $
-
-inherit perl-module
-
-DESCRIPTION="HTML::TextToHTML - convert plain text file to HTML"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/txt2html-${PV}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~rubykat/txt2html-2.46"
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl
- virtual/perl-Getopt-Long
- dev-perl/Getopt-ArgvFile"
-
-S="${WORKDIR}/txt2html-${PV}"