public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: metadata.xml ChangeLog HTML-Mason-1.500.0.ebuild
@ 2012-10-07 15:51 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2012-10-07 15:51 UTC (permalink / raw
  To: gentoo-commits

tove        12/10/07 15:51:34

  Modified:             metadata.xml ChangeLog
  Added:                HTML-Mason-1.500.0.ebuild
  Log:
  [bump] dev-perl/HTML-Mason-1.500.0
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/HTML-Mason/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	24 Jun 2012 12:59:37 -0000	1.4
+++ metadata.xml	7 Oct 2012 15:51:34 -0000	1.5
@@ -7,8 +7,6 @@
   </use>
   <upstream>
     <remote-id type="cpan">HTML-Mason</remote-id>
-    <remote-id type="cpan-module">Apache::Mason</remote-id>
-    <remote-id type="cpan-module">Bundle::HTML::Mason</remote-id>
     <remote-id type="cpan-module">HTML::Mason</remote-id>
     <remote-id type="cpan-module">HTML::Mason::Apache::Request</remote-id>
     <remote-id type="cpan-module">HTML::Mason::ApacheHandler</remote-id>
@@ -44,7 +42,6 @@
     <remote-id type="cpan-module">HTML::Mason::Resolver</remote-id>
     <remote-id type="cpan-module">HTML::Mason::Resolver::File</remote-id>
     <remote-id type="cpan-module">HTML::Mason::Resolver::Null</remote-id>
-    <remote-id type="cpan-module">HTML::Mason::Tests</remote-id>
     <remote-id type="cpan-module">HTML::Mason::Tools</remote-id>
     <remote-id type="cpan-module">HTML::Mason::Utils</remote-id>
     <remote-id type="cpan-module">Tie::Handle::Mason</remote-id>



1.105                dev-perl/HTML-Mason/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	24 Jun 2012 12:59:37 -0000	1.104
+++ ChangeLog	7 Oct 2012 15:51:34 -0000	1.105
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTML-Mason
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.104 2012/06/24 12:59:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.105 2012/10/07 15:51:34 tove Exp $
+
+*HTML-Mason-1.500.0 (07 Oct 2012)
+
+  07 Oct 2012; Torsten Veller <tove@gentoo.org> +HTML-Mason-1.500.0.ebuild,
+  metadata.xml:
+  Version bump
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.1                  dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild?rev=1.1&content-type=text/plain

Index: HTML-Mason-1.500.0.ebuild
===================================================================
# Copyright 1999-2012 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.500.0.ebuild,v 1.1 2012/10/07 15:51:34 tove Exp $

EAPI=4

MODULE_AUTHOR=JSWARTZ
MODULE_VERSION=1.50
inherit depend.apache perl-module

DESCRIPTION="A HTML development and delivery Perl Module"
HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="modperl doc test"

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

SRC_TEST="do"
mydoc="CREDITS UPGRADE"
myconf="--noprompts"

pkg_setup() {
	depend.apache_pkg_setup modperl
	perl-module_pkg_setup
}

src_prepare() {
	# 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."
	fi
	# rendhalver - needed to set an env var for the build script so it finds our apache.
	export APACHE="${APACHE_BIN}"
	perl-module_src_prepare
}

src_install () {
	perl-module_src_install
	mv "${ED}"/usr/bin/convert* "${ED}"/usr/share/doc/${PF} || die
	# 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:[~2012-10-07 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-07 15:51 [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: metadata.xml ChangeLog HTML-Mason-1.500.0.ebuild 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