summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-09 22:30:17 +0000
committerChris White <chriswhite@gentoo.org>2005-11-09 22:30:17 +0000
commit3d9c25e34c6348e0ded2ea0db019153f230b5bf4 (patch)
tree551e0989ef1d62b275a379642de32976d46b91b6 /dev-perl/HTML-Mason
parentDefine 'environ' so linking actually succeeds on OSX (bug #111504) (diff)
downloadgentoo-2-3d9c25e34c6348e0ded2ea0db019153f230b5bf4.tar.gz
gentoo-2-3d9c25e34c6348e0ded2ea0db019153f230b5bf4.tar.bz2
gentoo-2-3d9c25e34c6348e0ded2ea0db019153f230b5bf4.zip
x86 stable for 111943 and closes it. Cleaned out the amassed collection of older ebuilds.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r--dev-perl/HTML-Mason/ChangeLog9
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild50
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild50
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.25.ebuild50
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild4
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.28.ebuild56
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.29_beta02.ebuild100
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.30.ebuild62
-rw-r--r--dev-perl/HTML-Mason/Manifest16
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.201
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.221
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.251
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.281
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.29_beta021
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.301
15 files changed, 12 insertions, 391 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog
index 2b7843348108..17d977ea39a7 100644
--- a/dev-perl/HTML-Mason/ChangeLog
+++ b/dev-perl/HTML-Mason/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/HTML-Mason
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.40 2005/11/09 20:22:48 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.41 2005/11/09 22:30:17 chriswhite Exp $
+
+ 09 Nov 2005; Chris White <chriswhite@gentoo.org> -HTML-Mason-1.20.ebuild,
+ -HTML-Mason-1.22.ebuild, -HTML-Mason-1.25.ebuild, HTML-Mason-1.26.ebuild,
+ -HTML-Mason-1.28.ebuild, -HTML-Mason-1.29_beta02.ebuild,
+ -HTML-Mason-1.30.ebuild:
+ x86 stable for 111943 and closes it. Cleaned out the amassed collection of
+ older ebuilds.
09 Nov 2005; Michael Hanselmann <hansmi@gentoo.org>
HTML-Mason-1.26.ebuild:
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild
deleted file mode 100644
index 7ebff717e30c..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild,v 1.14 2005/05/25 13:41:09 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="http://www.masonhq.com/download/${P}.tar.gz"
-HOMEPAGE="http://www.masonhq.com/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="x86 amd64 ppc ~sparc ~alpha"
-IUSE=""
-
-DEPEND="${DEPEND}
- >=www-apache/libapreq-1.0-r2
- >=dev-perl/Params-Validate-0.24-r2
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.07
- dev-perl/Scalar-List-Utils
- perl-core/CGI
- || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 )
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-
-src_install () {
- #This is a nasty fix for a sandbox violation that Mason wants to do
- mv -f install/delete_old_pods.pl install/delete_old_pods.pl2
- sed -e "s/use strict/exit()/" install/delete_old_pods.pl2 > install/delete_old_pods.pl
- perl-module_src_install
- dohtml htdocs/*
-}
-
-
-pkg_postinst() {
- einfo
- einfo "Due to a change in documention in HTML-Mason, you will need to note"
- einfo "that the documentation in the following files is no longer valid."
- einfo "These files are present only if you had a previous install of "
- einfo "HTML-Mason. Feel free to remove these docs from your system: "
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
- einfo "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
- einfo
-
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild
deleted file mode 100644
index 949b6f217ab5..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild,v 1.14 2005/05/25 13:41:27 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="http://www.masonhq.com/download/${P}.tar.gz"
-HOMEPAGE="http://www.masonhq.com/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~amd64 ppc sparc ~alpha"
-IUSE=""
-
-DEPEND="${DEPEND}
- >=www-apache/libapreq-1.0-r2
- >=dev-perl/Params-Validate-0.24-r2
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.14
- dev-perl/Scalar-List-Utils
- perl-core/CGI
- || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 )
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-
-src_install () {
- #This is a nasty fix for a sandbox violation that Mason wants to do
- mv -f install/delete_old_pods.pl install/delete_old_pods.pl2
- sed -e "s/use strict/exit()/" install/delete_old_pods.pl2 > install/delete_old_pods.pl
- perl-module_src_install
- dohtml htdocs/*
-}
-
-
-pkg_postinst() {
- einfo
- einfo "Due to a change in documention in HTML-Mason, you will need to note"
- einfo "that the documentation in the following files is no longer valid."
- einfo "These files are present only if you had a previous install of "
- einfo "HTML-Mason. Feel free to remove these docs from your system: "
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
- einfo "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
- einfo
-
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.25.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.25.ebuild
deleted file mode 100644
index aca0f9a43628..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.25.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.25.ebuild,v 1.10 2005/05/25 13:41:45 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="http://www.masonhq.com/download/${P}.tar.gz"
-HOMEPAGE="http://www.masonhq.com/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~amd64 ppc ~sparc alpha"
-IUSE=""
-
-DEPEND="${DEPEND}
- >=www-apache/libapreq-1.0-r2
- >=dev-perl/Params-Validate-0.24-r2
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.14
- dev-perl/Scalar-List-Utils
- perl-core/CGI
- || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 )
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-
-src_install () {
- #This is a nasty fix for a sandbox violation that Mason wants to do
- mv -f install/delete_old_pods.pl install/delete_old_pods.pl2
- sed -e "s/use strict/exit()/" install/delete_old_pods.pl2 > install/delete_old_pods.pl
- perl-module_src_install
- dohtml htdocs/*
-}
-
-
-pkg_postinst() {
- einfo
- einfo "Due to a change in documention in HTML-Mason, you will need to note"
- einfo "that the documentation in the following files is no longer valid."
- einfo "These files are present only if you had a previous install of "
- einfo "HTML-Mason. Feel free to remove these docs from your system: "
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
- einfo "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
- einfo
-
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
index 98bb0daf9474..c6b6e99749f7 100644
--- a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
+++ b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.8 2005/11/09 20:22:48 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.9 2005/11/09 22:30:17 chriswhite Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.masonhq.com/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ppc sparc ~x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.28.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.28.ebuild
deleted file mode 100644
index 60c51fd38610..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.28.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.28.ebuild,v 1.4 2005/05/25 13:42:21 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
-HOMEPAGE="http://www.masonhq.com/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
-IUSE=""
-
- # Removed from dep list until libapreq2 is unmasked.
- # On the upside, mason should run without either according
- # to the docs...
- #apache2? ( >=net-www/apache-2 www-apache/libapreq2 )
-DEPEND="${DEPEND}
- || ( perl-core/CGI || (
- !apache2? ( =net-www/apache-1* >=www-apache/libapreq-1.0-r2 )
- ) )
- >=dev-perl/Params-Validate-0.24-r2
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.14
- dev-perl/Scalar-List-Utils
- || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 )
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-myconf="--no-prompts"
-
-src_install () {
- #This is a nasty fix for a sandbox violation that Mason wants to do
- mv -f install/delete_old_pods.pl install/delete_old_pods.pl2
- sed -e "s/use strict/exit()/" install/delete_old_pods.pl2 > install/delete_old_pods.pl
- perl-module_src_install
- dohtml htdocs/*
-}
-
-
-pkg_postinst() {
- einfo
- einfo "Due to a change in documention in HTML-Mason, you will need to note"
- einfo "that the documentation in the following files is no longer valid."
- einfo "These files are present only if you had a previous install of "
- einfo "HTML-Mason. Feel free to remove these docs from your system: "
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
- einfo "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
- einfo
-
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.29_beta02.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.29_beta02.ebuild
deleted file mode 100644
index fd5200798ae3..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.29_beta02.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.29_beta02.ebuild,v 1.1 2005/08/08 10:09:16 mcummings Exp $
-
-inherit perl-module
-
-MY_P=${P/beta/}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${MY_P}.tar.gz"
-HOMEPAGE="http://www.masonhq.com/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
-IUSE="apache2 modperl"
-SRC_TEST="do"
-
-DEPEND="${DEPEND}
- || ( perl-core/CGI
- modperl?
- (
- !apache2? ( =net-www/apache-1* >=www-apache/libapreq-1.0-r2 )
- apache2? ( >=net-www/apache-2 www-apache/libapreq2 )
- )
- )
- >=dev-perl/Params-Validate-0.24-r2
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.14
- dev-perl/Scalar-List-Utils
- || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 )
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-myconf="--noprompts"
-
-
-perl-module_src_prep() {
- # Note about new modperl use flag
- if use !modperl ; then
- ewarn "HTML-Mason will only install with modperl support"
- ewarn "if the use flag modperl is enabled."
- sleep 5
- fi
- # rendhalver - needed to set an env var for the build script so it finds our apache.
- if use apache2; then
- APACHE="/usr/sbin/apache2"
- else
- APACHE="/usr/sbin/apache"
- fi
-
- perlinfo
-
- export PERL_MM_USE_DEFAULT=1
-
-
- SRC_PREP="yes"
- einfo "Using Module::Build"
- if [ -z ${BUILDER_VER} ]; then
- eerror
- eerror "Please post a bug on http://bugs.gentoo.org assigned to"
- eerror "perl@gentoo.org - ${P} was added without a dependancy"
- eerror "on dev-perl/module-build"
- eerror "${BUILDER_VER}"
- eerror
- die
- else
- APACHE="${APACHE}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
- fi
-}
-
-src_install () {
- # rendhalver - these bits arent needed for this version
- #This is a nasty fix for a sandbox violation that Mason wants to do
- #mv -f install/delete_old_pods.pl install/delete_old_pods.pl2
- #sed -e "s/use strict/exit()/" install/delete_old_pods.pl2 > install/delete_old_pods.pl
-
- perl-module_src_install
- # rendhalver - the html docs have subdirs so this gets all of them
- dohtml -r htdocs/*
-}
-
-
-pkg_postinst() {
- # rendhalver - and we can probably turn this off now
- # but i am not sure which version of Mason did this.
-
- einfo
- einfo "Due to a change in documention in HTML-Mason, you will need to note"
- einfo "that the documentation in the following files is no longer valid."
- einfo "These files are present only if you had a previous install of "
- einfo "HTML-Mason. Feel free to remove these docs from your system: "
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
- einfo "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
- einfo
-
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.30.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.30.ebuild
deleted file mode 100644
index 52d3a64bcc4a..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.30.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.30.ebuild,v 1.3 2005/08/23 14:36:22 swegener Exp $
-
-inherit perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
-HOMEPAGE="http://www.masonhq.com/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-#KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="apache2 modperl"
-SRC_TEST="do"
-
-DEPEND="
- !modperl? ( perl-core/CGI )
- modperl? (
- !apache2? (
- =net-www/apache-1*
- >=www-apache/libapreq-1.0-r2
- <www-apache/mod_perl-2 )
- apache2? (
- >=net-www/apache-2
- www-apache/libapreq2
- >=www-apache/mod_perl-2 )
- )
- >=dev-perl/Params-Validate-0.24-r2
- dev-perl/module-build
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.14
- dev-perl/Scalar-List-Utils
- || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 )
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-myconf="--noprompts"
-
-perl-module_src_prep() {
- # Note about new modperl use flag
- if use !modperl ; then
- ewarn "HTML-Mason will only install with modperl support"
- ewarn "if the use flag modperl is enabled."
- sleep 5
- fi
- # rendhalver - needed to set an env var for the build script so it finds our apache.
- if use apache2; then
- APACHE="/usr/sbin/apache2"
- else
- APACHE="/usr/sbin/apache"
- fi
-
- APACHE="${APACHE}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
-}
-
-src_install () {
- perl-module_src_install
- # rendhalver - the html docs have subdirs so this gets all of them
- dohtml -r htdocs/*
-}
diff --git a/dev-perl/HTML-Mason/Manifest b/dev-perl/HTML-Mason/Manifest
index 5b20bab37626..ecda1f80d499 100644
--- a/dev-perl/HTML-Mason/Manifest
+++ b/dev-perl/HTML-Mason/Manifest
@@ -1,18 +1,6 @@
-MD5 69c8b8d622913bcf7de8134b229f68bb HTML-Mason-1.28.ebuild 2015
-MD5 23bad97c6859f4496ad30e1c83421104 HTML-Mason-1.26.ebuild 1757
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 454b3227a536c444a8d0b7f1f596a5d6 HTML-Mason-1.3101.ebuild 1702
MD5 a76e2c50e1735565dd80d33291f56ce9 ChangeLog 6446
-MD5 5b6e32080ab622b665b04c814491c0e5 HTML-Mason-1.22.ebuild 1749
-MD5 8b47887d1fe1374e18ea9bb06e791fa3 HTML-Mason-1.29_beta02.ebuild 3028
-MD5 9774601f6239dc52497de3fed211c5ae HTML-Mason-1.30.ebuild 1683
-MD5 ae0e9d609b2eb36d3aa72cdcd85911e6 HTML-Mason-1.20.ebuild 1748
-MD5 7dc238ab55536fc6f5f6d3d3108749d0 HTML-Mason-1.25.ebuild 1749
-MD5 1fc7a530b801966564b7dc476e5146da files/digest-HTML-Mason-1.22 67
-MD5 ab2c0618efa7e72fc2bf1f5c32002058 files/digest-HTML-Mason-1.20 67
-MD5 a2bb428fba57ac3e4e9c8789b7fc58ac files/digest-HTML-Mason-1.29_beta02 70
+MD5 4ade0752e64736841a06a14032ae0aea HTML-Mason-1.26.ebuild 1756
+MD5 454b3227a536c444a8d0b7f1f596a5d6 HTML-Mason-1.3101.ebuild 1702
MD5 3ab48da347fd0409815b3952c646baa6 files/digest-HTML-Mason-1.26 67
-MD5 07de1ec3aa725a31db3b84f7a98cabda files/digest-HTML-Mason-1.25 67
-MD5 3666de3807611da57648d2ee49ddeca2 files/digest-HTML-Mason-1.28 67
MD5 8353fe15844dbf14ba2a86d211c2bf57 files/digest-HTML-Mason-1.3101 69
-MD5 50c30218ef7dfc3dfc6749a4315ad53d files/digest-HTML-Mason-1.30 67
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.20 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.20
deleted file mode 100644
index 9da5d84535f8..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aba5fcc0c008c8a2503558b3d0e27bc5 HTML-Mason-1.20.tar.gz 306769
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.22 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.22
deleted file mode 100644
index 7004388838f7..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f99e374c4c00bb1decef45e218c0e630 HTML-Mason-1.22.tar.gz 316154
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.25 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.25
deleted file mode 100644
index dbb66dc0ee46..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.25
+++ /dev/null
@@ -1 +0,0 @@
-MD5 39f91302fa89eaf58c851500a7252bb3 HTML-Mason-1.25.tar.gz 329253
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.28 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.28
deleted file mode 100644
index b0db65df6139..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.28
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9d6d47349e8afe67f25539395a931ea6 HTML-Mason-1.28.tar.gz 335604
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.29_beta02 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.29_beta02
deleted file mode 100644
index 350f74524ce7..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.29_beta02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fa59785165d14b40b710e47b462f4aad HTML-Mason-1.29_02.tar.gz 376575
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.30 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.30
deleted file mode 100644
index 0a0442a9e3fe..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.30
+++ /dev/null
@@ -1 +0,0 @@
-MD5 133a2549c65e12d46984e85db1995d5a HTML-Mason-1.30.tar.gz 377391