dilfridge 15/06/27 14:44:55 Modified: ChangeLog Added: HTML-Mason-PSGIHandler-0.530.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.4 dev-perl/HTML-Mason-PSGIHandler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 4 Sep 2014 13:32:15 -0000 1.3 +++ ChangeLog 27 Jun 2015 14:44:55 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/HTML-Mason-PSGIHandler -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v 1.3 2014/09/04 13:32:15 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v 1.4 2015/06/27 14:44:55 dilfridge Exp $ + +*HTML-Mason-PSGIHandler-0.530.0 (27 Jun 2015) + + 27 Jun 2015; Andreas K. Huettel <[email protected]> + +HTML-Mason-PSGIHandler-0.530.0.ebuild: + Version bump 04 Sep 2014; Mikle Kolyada <[email protected]> HTML-Mason-PSGIHandler-0.520.0.ebuild: 1.1 dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild?rev=1.1&content-type=text/plain Index: HTML-Mason-PSGIHandler-0.530.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild,v 1.1 2015/06/27 14:44:55 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=RUZ MODULE_VERSION=0.53 inherit perl-module DESCRIPTION="PSGI handler for HTML::Mason" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" dev-perl/CGI-PSGI dev-perl/HTML-Mason " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( dev-perl/Plack virtual/perl-Test-Simple ) " SRC_TEST="do parallel"
