Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason-PSGIHandler: HTML-Mason-PSGIHandler-0.530.0.ebuild ChangeLog
Date: Sat, 27 Jun 2015 14:45:09
Message-Id: 20150627144455.92C40730@oystercatcher.gentoo.org
1 dilfridge 15/06/27 14:44:55
2
3 Modified: ChangeLog
4 Added: HTML-Mason-PSGIHandler-0.530.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
9
10 Revision Changes Path
11 1.4 dev-perl/HTML-Mason-PSGIHandler/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 4 Sep 2014 13:32:15 -0000 1.3
24 +++ ChangeLog 27 Jun 2015 14:44:55 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/HTML-Mason-PSGIHandler
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v 1.3 2014/09/04 13:32:15 zlogene Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v 1.4 2015/06/27 14:44:55 dilfridge Exp $
31 +
32 +*HTML-Mason-PSGIHandler-0.530.0 (27 Jun 2015)
33 +
34 + 27 Jun 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +HTML-Mason-PSGIHandler-0.530.0.ebuild:
36 + Version bump
37
38 04 Sep 2014; Mikle Kolyada <zlogene@g.o>
39 HTML-Mason-PSGIHandler-0.520.0.ebuild:
40
41
42
43 1.1 dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild
44
45 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
46 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
47
48 Index: HTML-Mason-PSGIHandler-0.530.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55
56 MODULE_AUTHOR=RUZ
57 MODULE_VERSION=0.53
58 inherit perl-module
59
60 DESCRIPTION="PSGI handler for HTML::Mason"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="test"
65
66 RDEPEND="
67 dev-perl/CGI-PSGI
68 dev-perl/HTML-Mason
69 "
70 DEPEND="${RDEPEND}
71 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
72 test? (
73 dev-perl/Plack
74 virtual/perl-Test-Simple
75 )
76 "
77
78 SRC_TEST="do parallel"