* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: HTML-Mason-1.45.ebuild ChangeLog
@ 2010-04-23 18:20 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2010-04-23 18:20 UTC (permalink / raw
To: gentoo-commits
robbat2 10/04/23 18:20:19
Modified: ChangeLog
Added: HTML-Mason-1.45.ebuild
Log:
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.95 dev-perl/HTML-Mason/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -p -w -b -B -u -u -r1.94 -r1.95
--- ChangeLog 28 Mar 2010 00:48:51 -0000 1.94
+++ ChangeLog 23 Apr 2010 18:20:19 -0000 1.95
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/HTML-Mason
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.94 2010/03/28 00:48:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.95 2010/04/23 18:20:19 robbat2 Exp $
+
+*HTML-Mason-1.45 (23 Apr 2010)
+
+ 23 Apr 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +HTML-Mason-1.45.ebuild:
+ Version bump via perl-bump experimental tool.
*HTML-Mason-1.44 (28 Mar 2010)
1.1 dev-perl/HTML-Mason/HTML-Mason-1.45.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.45.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.45.ebuild?rev=1.1&content-type=text/plain
Index: HTML-Mason-1.45.ebuild
===================================================================
# Copyright 1999-2010 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.45.ebuild,v 1.1 2010/04/23 18:20:19 robbat2 Exp $
inherit depend.apache 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 test"
SRC_TEST="do"
RDEPEND="!modperl? ( virtual/perl-CGI )
modperl? (
www-apache/libapreq2
>=www-apache/mod_perl-2
)
>=dev-perl/Params-Validate-0.7
>=dev-perl/Class-Container-0.08
>=dev-perl/Exception-Class-1.15
dev-perl/HTML-Parser
virtual/perl-Scalar-List-Utils
virtual/perl-File-Spec
>=dev-perl/Cache-Cache-1.01
dev-perl/Log-Any"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? ( dev-perl/Test-Deep )"
want_apache2 modperl
mydoc="CREDITS UPGRADE"
myconf="--noprompts"
pkg_setup() {
depend.apache_pkg_setup modperl
perl-module_pkg_setup
}
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="${APACHE_BIN}" 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/*
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-23 18:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 18:20 [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: HTML-Mason-1.45.ebuild ChangeLog Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox