diff options
author | 2011-02-19 08:34:52 +0000 | |
---|---|---|
committer | 2011-02-19 08:34:52 +0000 | |
commit | 27997ea980041d28b16fd8ca5f7c69911c29bfb4 (patch) | |
tree | 5eeb8887f5040359beb23d4cd0911a8b1172b378 /dev-perl/HTML-Format | |
parent | Remove old versions. (diff) | |
download | historical-27997ea980041d28b16fd8ca5f7c69911c29bfb4.tar.gz historical-27997ea980041d28b16fd8ca5f7c69911c29bfb4.tar.bz2 historical-27997ea980041d28b16fd8ca5f7c69911c29bfb4.zip |
Version bump
Package-Manager: portage-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" |