diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-19 08:32:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-19 08:32:40 +0000 |
commit | b0afd160911a51a1bba548f3d9ddc753ef5f170a (patch) | |
tree | 82fc9d8d464f3e2ed4813a676a09d9264a1127ad /dev-perl/HTML-Format | |
parent | Version bump (diff) | |
download | gentoo-2-b0afd160911a51a1bba548f3d9ddc753ef5f170a.tar.gz gentoo-2-b0afd160911a51a1bba548f3d9ddc753ef5f170a.tar.bz2 gentoo-2-b0afd160911a51a1bba548f3d9ddc753ef5f170a.zip |
Version bump
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTML-Format')
-rw-r--r-- | dev-perl/HTML-Format/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.50.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/HTML-Format/ChangeLog b/dev-perl/HTML-Format/ChangeLog index ff6b0117bccf..5f50f1b2bd8c 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.15 2008/08/19 21:18:49 dertobi123 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.16 2011/02/19 08:32:40 tove Exp $ + +*HTML-Format-2.50 (19 Feb 2011) + + 19 Feb 2011; Torsten Veller <tove@gentoo.org> +HTML-Format-2.50.ebuild: + Version bump 19 Aug 2008; Tobias Scherbaum <dertobi123@gentoo.org> HTML-Format-2.04.ebuild: diff --git a/dev-perl/HTML-Format/HTML-Format-2.50.ebuild b/dev-perl/HTML-Format/HTML-Format-2.50.ebuild new file mode 100644 index 000000000000..8124e2855750 --- /dev/null +++ b/dev-perl/HTML-Format/HTML-Format-2.50.ebuild @@ -0,0 +1,26 @@ +# 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.50.ebuild,v 1.1 2011/02/19 08:32:40 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=NIGELM +MODULE_VERSION=2.05 +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} + test? ( + >=virtual/perl-Test-Simple-0.96 + )" + +SRC_TEST="do" |