summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-24 04:55:17 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-24 04:55:17 +0000
commit31d8756bac07200b5429a82f950c745f9f07b1f8 (patch)
treedd8f48a40a495eb4a5ac99f6dad3db0517521f9b /dev-perl/TextToHTML
parentBump (diff)
downloadgentoo-2-31d8756bac07200b5429a82f950c745f9f07b1f8.tar.gz
gentoo-2-31d8756bac07200b5429a82f950c745f9f07b1f8.tar.bz2
gentoo-2-31d8756bac07200b5429a82f950c745f9f07b1f8.zip
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/TextToHTML')
-rw-r--r--dev-perl/TextToHTML/ChangeLog9
-rw-r--r--dev-perl/TextToHTML/TextToHTML-2.520.100.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/TextToHTML/ChangeLog b/dev-perl/TextToHTML/ChangeLog
index f842c1380ee4..7fadf7cc5cfb 100644
--- a/dev-perl/TextToHTML/ChangeLog
+++ b/dev-perl/TextToHTML/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/TextToHTML
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/ChangeLog,v 1.9 2012/06/24 12:58:31 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/ChangeLog,v 1.10 2013/08/24 04:55:17 patrick Exp $
+
+*TextToHTML-2.520.100 (24 Aug 2013)
+
+ 24 Aug 2013; Patrick Lauer <patrick@gentoo.org> +TextToHTML-2.520.100.ebuild:
+ Bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/TextToHTML/TextToHTML-2.520.100.ebuild b/dev-perl/TextToHTML/TextToHTML-2.520.100.ebuild
new file mode 100644
index 000000000000..3978af536d54
--- /dev/null
+++ b/dev-perl/TextToHTML/TextToHTML-2.520.100.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/TextToHTML-2.520.100.ebuild,v 1.1 2013/08/24 04:55:17 patrick Exp $
+
+EAPI=4
+
+MY_PN=txt2html
+MODULE_AUTHOR=RUBYKAT
+MODULE_VERSION=2.5201
+inherit perl-module
+
+DESCRIPTION="HTML::TextToHTML - convert plain text file to HTML"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/YAML-Syck
+ virtual/perl-Getopt-Long
+ dev-perl/Getopt-ArgvFile"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST="do"