summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-12 18:52:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-12 18:52:13 +0000
commit2a09ad8038b623dfe8d07498649b0831dcfaef89 (patch)
treeb711fa98c88e4dee5fe33fc7d2bffe045a430e12 /dev-perl/HTML-Mason
parentVersion bump, bug #179965 (diff)
downloadhistorical-2a09ad8038b623dfe8d07498649b0831dcfaef89.tar.gz
historical-2a09ad8038b623dfe8d07498649b0831dcfaef89.tar.bz2
historical-2a09ad8038b623dfe8d07498649b0831dcfaef89.zip
Version bump
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r--dev-perl/HTML-Mason/ChangeLog8
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild55
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.363
3 files changed, 65 insertions, 1 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog
index aab956dad102..b9acad8e6a0e 100644
--- a/dev-perl/HTML-Mason/ChangeLog
+++ b/dev-perl/HTML-Mason/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/HTML-Mason
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.66 2007/05/12 03:10:55 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.67 2007/06/12 18:44:04 mcummings Exp $
+
+*HTML-Mason-1.36 (12 Jun 2007)
+
+ 12 Jun 2007; Michael Cummings <mcummings@gentoo.org>
+ +HTML-Mason-1.36.ebuild:
+ Version bump
12 May 2007; Luca Longinotti <chtekk@gentoo.org> HTML-Mason-1.32.ebuild,
HTML-Mason-1.33.ebuild, HTML-Mason-1.35.ebuild:
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild
new file mode 100644
index 000000000000..522f37df7b97
--- /dev/null
+++ b/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2007 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.36.ebuild,v 1.1 2007/06/12 18:44:04 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="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="modperl doc"
+SRC_TEST="do"
+
+RDEPEND="!modperl? ( virtual/perl-CGI )
+ modperl? (
+ >=net-www/apache-2
+ www-misc/libapreq2
+ >=www-apache/mod_perl-2
+ )
+ >=dev-perl/Params-Validate-0.7
+ >=dev-perl/module-build-0.28
+ >=dev-perl/Class-Container-0.08
+ >=dev-perl/Exception-Class-1.15
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-File-Spec
+ >=dev-perl/Cache-Cache-1.01
+ dev-lang/perl"
+
+DEPEND="${RDEPEND}
+ dev-perl/module-build"
+
+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.
+ APACHE="/usr/sbin/apache2" 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
+ use doc && dohtml -r htdocs/*
+}
+
+
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.36 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.36
new file mode 100644
index 000000000000..2ebe0f8f08e8
--- /dev/null
+++ b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.36
@@ -0,0 +1,3 @@
+MD5 8b46e7250df88eee9b05378ec1e93dd3 HTML-Mason-1.36.tar.gz 389783
+RMD160 538a11e005cfe0b58dbbbe681b1ffee7e679e0a4 HTML-Mason-1.36.tar.gz 389783
+SHA256 a4a4f49509b8c7d2c4dbc62c8337a77e9abd2662176f5b26412dde92fcc50e89 HTML-Mason-1.36.tar.gz 389783