diff options
author | Robert Coie <rac@gentoo.org> | 2004-09-28 19:46:30 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-09-28 19:46:30 +0000 |
commit | 0bab67f1b0efebdfc69b00bb0865f4fa43f032d7 (patch) | |
tree | 173f9a268e85a58137ef171444dd416b09809755 /dev-perl/HTML-Mason | |
parent | Mark stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-0bab67f1b0efebdfc69b00bb0865f4fa43f032d7.tar.gz gentoo-2-0bab67f1b0efebdfc69b00bb0865f4fa43f032d7.tar.bz2 gentoo-2-0bab67f1b0efebdfc69b00bb0865f4fa43f032d7.zip |
1.26
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.26.ebuild | 50 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 | 1 |
3 files changed, 57 insertions, 1 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 017e7272ea3c..99790cc1bbc2 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.21 2004/06/25 00:36:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.22 2004/09/28 19:46:30 rac Exp $ + +*HTML-Mason-1.26 (28 Sep 2004) + + 28 Sep 2004; Robert Coie <rac@gentoo.org> +HTML-Mason-1.26.ebuild: + New upstream 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> HTML-Mason-1.25.ebuild: Stable on alpha. diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild new file mode 100644 index 000000000000..bd1b09a0119d --- /dev/null +++ b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2004 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.1 2004/09/28 19:46:30 rac 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} + >=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-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/files/digest-HTML-Mason-1.26 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 new file mode 100644 index 000000000000..baa1ea4ad335 --- /dev/null +++ b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 @@ -0,0 +1 @@ +MD5 96848be080c2382285f5faafe24d4a00 HTML-Mason-1.26.tar.gz 331325 |