Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: WWW-Mechanize-1.750.0.ebuild ChangeLog
Date: Wed, 01 Jul 2015 11:41:28
Message-Id: 20150701114119.AE39474B@oystercatcher.gentoo.org
1 zlogene 15/07/01 11:41:19
2
3 Modified: ChangeLog
4 Added: WWW-Mechanize-1.750.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.95 dev-perl/WWW-Mechanize/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.95&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.95&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.94&r2=1.95
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
20 retrieving revision 1.94
21 retrieving revision 1.95
22 diff -u -r1.94 -r1.95
23 --- ChangeLog 24 Aug 2014 01:57:14 -0000 1.94
24 +++ ChangeLog 1 Jul 2015 11:41:19 -0000 1.95
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/WWW-Mechanize
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.94 2014/08/24 01:57:14 axs Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.95 2015/07/01 11:41:19 zlogene Exp $
31 +
32 +*WWW-Mechanize-1.750.0 (01 Jul 2015)
33 +
34 + 01 Jul 2015; Mikle Kolyada <zlogene@g.o> +WWW-Mechanize-1.750.0.ebuild:
35 + Version bump
36
37 *WWW-Mechanize-1.730.0-r1 (24 Aug 2014)
38
39
40
41
42 1.1 dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: WWW-Mechanize-1.750.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild,v 1.1 2015/07/01 11:41:19 zlogene Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=ETHER
56 MODULE_VERSION=1.75
57 inherit perl-module
58
59 DESCRIPTION="Handy web browsing in a Perl object"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
63 IUSE="test"
64
65 RDEPEND="
66 dev-perl/IO-Socket-SSL
67 || (
68 ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
69 <dev-perl/libwww-perl-6
70 )
71 >=dev-perl/URI-1.36
72 >=dev-perl/HTML-Parser-3.34
73 dev-perl/HTML-Tree
74 "
75 DEPEND="${RDEPEND}
76 test? (
77 dev-perl/PadWalker
78 dev-perl/Test-Pod
79 dev-perl/Test-Pod-Coverage
80 dev-perl/Test-Exception
81 dev-perl/Test-NoWarnings
82 dev-perl/Test-Taint
83 >=dev-perl/Test-Warn-0.11
84 dev-perl/Test-Memory-Cycle
85 dev-perl/HTTP-Server-Simple
86 )
87 "
88
89 # configure to run the local tests, but not the ones which access the Internet
90 myconf="--local --nolive"
91
92 SRC_TEST=do