diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:59:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:59:42 +0000 |
commit | f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1 (patch) | |
tree | a067b7cf0237836e5a2e26d91315dd3fa83e0ab1 /dev-perl/HTML-Format | |
parent | Bump for #363439 (diff) | |
download | historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.tar.gz historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.tar.bz2 historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTML-Format')
-rw-r--r-- | dev-perl/HTML-Format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.50.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.70.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild | 27 |
4 files changed, 5 insertions, 81 deletions
diff --git a/dev-perl/HTML-Format/ChangeLog b/dev-perl/HTML-Format/ChangeLog index e1ab5236666f..204b8015ed18 100644 --- a/dev-perl/HTML-Format/ChangeLog +++ b/dev-perl/HTML-Format/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2011/07/19 13:12:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.20 2011/07/30 08:12:12 tove Exp $ + + 30 Jul 2011; Torsten Veller <tove@gentoo.org> -HTML-Format-2.50.ebuild, + -HTML-Format-2.70.0.ebuild, -HTML-Format-2.90.0.ebuild: + Cleanup *HTML-Format-2.100.0 (19 Jul 2011) diff --git a/dev-perl/HTML-Format/HTML-Format-2.50.ebuild b/dev-perl/HTML-Format/HTML-Format-2.50.ebuild deleted file mode 100644 index 8124e2855750..000000000000 --- a/dev-perl/HTML-Format/HTML-Format-2.50.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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" diff --git a/dev-perl/HTML-Format/HTML-Format-2.70.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.70.0.ebuild deleted file mode 100644 index 9555872a8a64..000000000000 --- a/dev-perl/HTML-Format/HTML-Format-2.70.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.70.0.ebuild,v 1.1 2011/04/21 11:44:35 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=NIGELM -MODULE_VERSION=2.07 -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" diff --git a/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild deleted file mode 100644 index 1732e1a77cad..000000000000 --- a/dev-perl/HTML-Format/HTML-Format-2.90.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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" |