summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-16 08:16:05 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-16 08:16:05 +0000
commitb760c1d81c21032445f14b525722f90272f24899 (patch)
tree748450d44b52f7a68d477b83f6a93492c89f41a2 /dev-perl/HTML-Format
parent[bump] dev-perl/Fuse-0.130.0 (diff)
downloadgentoo-2-b760c1d81c21032445f14b525722f90272f24899.tar.gz
gentoo-2-b760c1d81c21032445f14b525722f90272f24899.tar.bz2
gentoo-2-b760c1d81c21032445f14b525722f90272f24899.zip
[bump] dev-perl/HTML-Format-2.90.0
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTML-Format')
-rw-r--r--dev-perl/HTML-Format/ChangeLog7
-rw-r--r--dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/HTML-Format/ChangeLog b/dev-perl/HTML-Format/ChangeLog
index e46d59bb17a4..ce74e8b08129 100644
--- a/dev-perl/HTML-Format/ChangeLog
+++ b/dev-perl/HTML-Format/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/HTML-Format
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.17 2011/04/21 11:44:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.18 2011/07/16 08:16:05 tove Exp $
+
+*HTML-Format-2.90.0 (16 Jul 2011)
+
+ 16 Jul 2011; Torsten Veller <tove@gentoo.org> +HTML-Format-2.90.0.ebuild:
+ Version bump
*HTML-Format-2.70.0 (21 Apr 2011)
diff --git a/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild
new file mode 100644
index 000000000000..1732e1a77cad
--- /dev/null
+++ b/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild,v 1.1 2011/07/16 08:16:05 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=NIGELM
+MODULE_VERSION=2.09
+inherit perl-module
+
+DESCRIPTION="HTML Formatter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/File-Slurp
+ dev-perl/Font-AFM
+ dev-perl/HTML-Tree"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ >=virtual/perl-Test-Simple-0.96
+ )"
+
+SRC_TEST="do"