public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: ChangeLog HTML-Mason-1.37.ebuild
@ 2007-10-26 20:06 Christian Hartmann (ian)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Hartmann (ian) @ 2007-10-26 20:06 UTC (permalink / raw
  To: gentoo-commits

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 <ian@gentoo.org> +HTML-Mason-1.37.ebuild:
+  Version bump
 
   19 Aug 2007; Benedikt Böhm <hollow@gentoo.org> 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: ChangeLog HTML-Mason-1.37.ebuild
@ 2008-11-18 15:04 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2008-11-18 15:04 UTC (permalink / raw
  To: gentoo-commits

tove        08/11/18 15:04:48

  Modified:             ChangeLog HTML-Mason-1.37.ebuild
  Log:
    New virtuals: module-build
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)

Revision  Changes    Path
1.82                 dev-perl/HTML-Mason/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	15 Sep 2008 11:21:12 -0000	1.81
+++ ChangeLog	18 Nov 2008 15:04:48 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/HTML-Mason
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.81 2008/09/15 11:21:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.82 2008/11/18 15:04:48 tove Exp $
+
+  18 Nov 2008; Torsten Veller <tove@gentoo.org> HTML-Mason-1.37.ebuild:
+  New virtuals: module-build
 
   15 Sep 2008; Torsten Veller <tove@gentoo.org> -HTML-Mason-1.32.ebuild,
   -HTML-Mason-1.33.ebuild, -HTML-Mason-1.35.ebuild, -HTML-Mason-1.36.ebuild:



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?r1=1.5&r2=1.6

Index: HTML-Mason-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- HTML-Mason-1.37.ebuild	3 Feb 2008 14:15:40 -0000	1.5
+++ HTML-Mason-1.37.ebuild	18 Nov 2008 15:04:48 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.5 2008/02/03 14:15:40 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild,v 1.6 2008/11/18 15:04:48 tove Exp $
 
 inherit depend.apache perl-module
 
@@ -20,7 +20,7 @@
 		>=www-apache/mod_perl-2
 	)
 	>=dev-perl/Params-Validate-0.7
-	>=dev-perl/module-build-0.28
+	>=virtual/perl-Module-Build-0.28
 	>=dev-perl/Class-Container-0.08
 	>=dev-perl/Exception-Class-1.15
 	dev-perl/HTML-Parser
@@ -30,7 +30,7 @@
 	dev-lang/perl"
 
 DEPEND="${RDEPEND}
-	dev-perl/module-build"
+	virtual/perl-Module-Build"
 
 want_apache2 modperl
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: ChangeLog HTML-Mason-1.37.ebuild
@ 2009-12-24 20:03 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2009-12-24 20:03 UTC (permalink / raw
  To: gentoo-commits

tove        09/12/24 20:03:43

  Modified:             ChangeLog
  Removed:              HTML-Mason-1.37.ebuild
  Log:
  Cleanup
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.93                 dev-perl/HTML-Mason/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	18 Oct 2009 16:13:10 -0000	1.92
+++ ChangeLog	24 Dec 2009 20:03:43 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/HTML-Mason
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.92 2009/10/18 16:13:10 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.93 2009/12/24 20:03:43 tove Exp $
+
+  24 Dec 2009; Torsten Veller <tove@gentoo.org> -HTML-Mason-1.37.ebuild:
+  Cleanup
 
   18 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
   HTML-Mason-1.42.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-24 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26 20:06 [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: ChangeLog HTML-Mason-1.37.ebuild Christian Hartmann (ian)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-18 15:04 Torsten Veller (tove)
2009-12-24 20:03 Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox