summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2004-09-28 19:46:30 +0000
committerRobert Coie <rac@gentoo.org>2004-09-28 19:46:30 +0000
commit3ca821a99132c247c4b397f2528957f843051dd2 (patch)
tree2bc6fc81d0e1db9a00a385449c22e666931e56c0 /dev-perl/HTML-Mason
parentMark stable on x86. (diff)
downloadhistorical-3ca821a99132c247c4b397f2528957f843051dd2.tar.gz
historical-3ca821a99132c247c4b397f2528957f843051dd2.tar.bz2
historical-3ca821a99132c247c4b397f2528957f843051dd2.zip
1.26
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r--dev-perl/HTML-Mason/ChangeLog7
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild50
-rw-r--r--dev-perl/HTML-Mason/Manifest4
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.261
4 files changed, 60 insertions, 2 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/Manifest b/dev-perl/HTML-Mason/Manifest
index 416060123c87..9788b0f4c738 100644
--- a/dev-perl/HTML-Mason/Manifest
+++ b/dev-perl/HTML-Mason/Manifest
@@ -1,8 +1,10 @@
-MD5 98493b3f7c48747ec3f22d9837ca43a7 ChangeLog 3629
+MD5 598d968a631fc24e652621f5eb0c917c ChangeLog 3741
MD5 d4dd8fb58d8c77e544788333cfc59da1 HTML-Mason-1.20.ebuild 1738
MD5 2293b350c039da0a753fa23c7312e1d1 HTML-Mason-1.22.ebuild 1739
MD5 ece39a8287c3d1722167607ac7ea0fb1 HTML-Mason-1.25.ebuild 1738
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 1b6ee57b35223fceb6562fbdc021b862 HTML-Mason-1.26.ebuild 1735
MD5 ab2c0618efa7e72fc2bf1f5c32002058 files/digest-HTML-Mason-1.20 67
MD5 1fc7a530b801966564b7dc476e5146da files/digest-HTML-Mason-1.22 67
MD5 07de1ec3aa725a31db3b84f7a98cabda files/digest-HTML-Mason-1.25 67
+MD5 3ab48da347fd0409815b3952c646baa6 files/digest-HTML-Mason-1.26 67
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