From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IlVSP-00085c-8i for garchives@archives.gentoo.org; Fri, 26 Oct 2007 20:07:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9QK6xU4025796; Fri, 26 Oct 2007 20:06:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9QK6wq2025788 for ; Fri, 26 Oct 2007 20:06:58 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 20A1C65A77 for ; Fri, 26 Oct 2007 20:06:58 +0000 (UTC) Received: from ian by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IlVS3-0000hG-BU for gentoo-commits@lists.gentoo.org; Fri, 26 Oct 2007 20:06:39 +0000 From: "Christian Hartmann (ian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: ChangeLog HTML-Mason-1.37.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog HTML-Mason-1.37.ebuild X-VCS-Directories: dev-perl/HTML-Mason X-VCS-Committer: ian X-VCS-Committer-Name: Christian Hartmann Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Christian Hartmann Date: Fri, 26 Oct 2007 20:06:39 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 4364382c-7187-45e9-89a8-b8b51a820962 X-Archives-Hash: 3c8790d44f573120c41ecfcacaf03f2e ian 07/10/26 20:06:39 Modified: ChangeLog Added: HTML-Mason-1.37.ebuild Log: Version bump (Portage version: 2.1.3.16) Revision Changes Path 1.73 dev-perl/HTML-Mason/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 19 Aug 2007 11:42:59 -0000 1.72 +++ ChangeLog 26 Oct 2007 20:06:38 -0000 1.73 @@ -1,6 +1,11 @@ # 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.72 2007/08/19 11:42:59 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.73 2007/10/26 20:06:38 ian Exp $ + +*HTML-Mason-1.37 (26 Oct 2007) + + 26 Oct 2007; Christian Hartmann +HTML-Mason-1.37.ebuild: + Version bump 19 Aug 2007; Benedikt Böhm HTML-Mason-1.32.ebuild, HTML-Mason-1.33.ebuild, HTML-Mason-1.35.ebuild, HTML-Mason-1.36.ebuild: 1.1 dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?rev=1.1&content-type=text/plain Index: HTML-Mason-1.37.ebuild =================================================================== # 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.37.ebuild,v 1.1 2007/10/26 20:06:38 ian 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? ( >=www-servers/apache-2 www-apache/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 dev-perl/HTML-Parser 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/* } -- gentoo-commits@gentoo.org mailing list