zlogene     15/07/01 11:41:19

  Modified:             ChangeLog
  Added:                WWW-Mechanize-1.750.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  Changes    Path
1.95                 dev-perl/WWW-Mechanize/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   24 Aug 2014 01:57:14 -0000      1.94
+++ ChangeLog   1 Jul 2015 11:41:19 -0000       1.95
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/WWW-Mechanize
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.94 
2014/08/24 01:57:14 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.95 
2015/07/01 11:41:19 zlogene Exp $
+
+*WWW-Mechanize-1.750.0 (01 Jul 2015)
+
+  01 Jul 2015; Mikle Kolyada <[email protected]> 
+WWW-Mechanize-1.750.0.ebuild:
+  Version bump
 
 *WWW-Mechanize-1.730.0-r1 (24 Aug 2014)
 



1.1                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild?rev=1.1&view=markup
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

Index: WWW-Mechanize-1.750.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/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild,v 
1.1 2015/07/01 11:41:19 zlogene Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=1.75
inherit perl-module

DESCRIPTION="Handy web browsing in a Perl object"

SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos"
IUSE="test"

RDEPEND="
        dev-perl/IO-Socket-SSL
        || (
                ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
                <dev-perl/libwww-perl-6
        )
        >=dev-perl/URI-1.36
        >=dev-perl/HTML-Parser-3.34
        dev-perl/HTML-Tree
"
DEPEND="${RDEPEND}
        test? (
                dev-perl/PadWalker
                dev-perl/Test-Pod
                dev-perl/Test-Pod-Coverage
                dev-perl/Test-Exception
                dev-perl/Test-NoWarnings
                dev-perl/Test-Taint
                >=dev-perl/Test-Warn-0.11
                dev-perl/Test-Memory-Cycle
                dev-perl/HTTP-Server-Simple
        )
"

# configure to run the local tests, but not the ones which access the Internet
myconf="--local --nolive"

SRC_TEST=do




Reply via email to