diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-15 10:57:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-15 10:57:37 +0000 |
commit | 365010990e4c34b1ca79a60d2dc7f5d8ba48c547 (patch) | |
tree | 2144c7f342076e531d8f31182f963710600f3ee1 /dev-perl/HTML-Mason | |
parent | CPAN Version bump (diff) | |
download | historical-365010990e4c34b1ca79a60d2dc7f5d8ba48c547.tar.gz historical-365010990e4c34b1ca79a60d2dc7f5d8ba48c547.tar.bz2 historical-365010990e4c34b1ca79a60d2dc7f5d8ba48c547.zip |
CPAN Version bump
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild | 51 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/Manifest | 4 |
3 files changed, 60 insertions, 2 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 885eee9e32b4..aa20c9cee1e5 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.13 2003/07/12 10:49:57 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.14 2003/07/15 10:57:37 mcummings Exp $ + +*HTML-Mason-1.22 (15 Jul 2003) + + 15 Jul 2003; Michael Cummings <mcummings@gentoo.org> HTML-Mason-1.22.ebuild: + CPAN Version bump *HTML-Mason-1.20 (21 Jun 2003) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild new file mode 100644 index 000000000000..9bd35939ee10 --- /dev/null +++ b/dev-perl/HTML-Mason/HTML-Mason-1.22.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/07/15 10:57:37 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +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" + +DEPEND="${DEPEND} + >=dev-perl/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 + dev-perl/CGI + dev-perl/File-Spec + >=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/Manifest b/dev-perl/HTML-Mason/Manifest index bac79221a841..6505155598d9 100644 --- a/dev-perl/HTML-Mason/Manifest +++ b/dev-perl/HTML-Mason/Manifest @@ -1,5 +1,7 @@ -MD5 879c0e0ae5cbb38109245a40c93987b0 ChangeLog 2529 +MD5 c5f000dc290dcadec828a13735a426a4 ChangeLog 2647 MD5 75e53b3c794dcacfeb317ba31b4f92a6 HTML-Mason-1.19.ebuild 1653 MD5 797f0725237f6ea141e95d57fbe1e4ae HTML-Mason-1.20.ebuild 1729 +MD5 797f0725237f6ea141e95d57fbe1e4ae HTML-Mason-1.22.ebuild 1729 MD5 b3fb74e352ea37ee42a3148137d18218 files/digest-HTML-Mason-1.19 67 MD5 ab2c0618efa7e72fc2bf1f5c32002058 files/digest-HTML-Mason-1.20 67 +MD5 1fc7a530b801966564b7dc476e5146da files/digest-HTML-Mason-1.22 67 |