Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: ChangeLog HTML-Mason-1.37.ebuild
Date: Fri, 26 Oct 2007 20:07:01
Message-Id: E1IlVS3-0000hG-BU@stork.gentoo.org
1 ian 07/10/26 20:06:39
2
3 Modified: ChangeLog
4 Added: HTML-Mason-1.37.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.73 dev-perl/HTML-Mason/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 19 Aug 2007 11:42:59 -0000 1.72
23 +++ ChangeLog 26 Oct 2007 20:06:38 -0000 1.73
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/HTML-Mason
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.72 2007/08/19 11:42:59 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.73 2007/10/26 20:06:38 ian Exp $
29 +
30 +*HTML-Mason-1.37 (26 Oct 2007)
31 +
32 + 26 Oct 2007; Christian Hartmann <ian@g.o> +HTML-Mason-1.37.ebuild:
33 + Version bump
34
35 19 Aug 2007; Benedikt Böhm <hollow@g.o> HTML-Mason-1.32.ebuild,
36 HTML-Mason-1.33.ebuild, HTML-Mason-1.35.ebuild, HTML-Mason-1.36.ebuild:
37
38
39
40 1.1 dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?rev=1.1&view=markup
43 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
44
45 Index: HTML-Mason-1.37.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $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 $
50
51 inherit perl-module
52
53 DESCRIPTION="A HTML development and delivery Perl Module"
54 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
55 HOMEPAGE="http://www.masonhq.com/"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
60 IUSE="modperl doc"
61 SRC_TEST="do"
62
63 RDEPEND="!modperl? ( virtual/perl-CGI )
64 modperl? (
65 >=www-servers/apache-2
66 www-apache/libapreq2
67 >=www-apache/mod_perl-2
68 )
69 >=dev-perl/Params-Validate-0.7
70 >=dev-perl/module-build-0.28
71 >=dev-perl/Class-Container-0.08
72 >=dev-perl/Exception-Class-1.15
73 dev-perl/HTML-Parser
74 virtual/perl-Scalar-List-Utils
75 virtual/perl-File-Spec
76 >=dev-perl/Cache-Cache-1.01
77 dev-lang/perl"
78
79 DEPEND="${RDEPEND}
80 dev-perl/module-build"
81
82 mydoc="CREDITS UPGRADE"
83 myconf="--noprompts"
84
85 perl-module_src_prep() {
86 # Note about new modperl use flag
87 if use !modperl ; then
88 ewarn "HTML-Mason will only install with modperl support"
89 ewarn "if the use flag modperl is enabled."
90 sleep 5
91 fi
92 # rendhalver - needed to set an env var for the build script so it finds our apache.
93 APACHE="/usr/sbin/apache2" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
94 }
95
96 src_install () {
97 perl-module_src_install
98 # rendhalver - the html docs have subdirs so this gets all of them
99 use doc && dohtml -r htdocs/*
100 }
101
102
103
104 --
105 gentoo-commits@g.o mailing list