public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: WWW-Mechanize-1.730.0.ebuild ChangeLog
@ 2013-09-03  3:08 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-09-03  3:08 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/03 03:08:04

  Modified:             ChangeLog
  Added:                WWW-Mechanize-1.730.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	20 Feb 2013 23:31:00 -0000	1.90
+++ ChangeLog	3 Sep 2013 03:08:04 -0000	1.91
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/WWW-Mechanize
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.90 2013/02/20 23:31:00 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.91 2013/09/03 03:08:04 patrick Exp $
+
+*WWW-Mechanize-1.730.0 (03 Sep 2013)
+
+  03 Sep 2013; Patrick Lauer <patrick@gentoo.org> +WWW-Mechanize-1.730.0.ebuild:
+  Bump
 
   20 Feb 2013; Zac Medico <zmedico@gentoo.org> WWW-Mechanize-1.720.0.ebuild:
   Add ~arm-linux keyword.



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

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

Index: WWW-Mechanize-1.730.0.ebuild
===================================================================
# Copyright 1999-2013 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.730.0.ebuild,v 1.1 2013/09/03 03:08:04 patrick Exp $

EAPI=4

MODULE_AUTHOR=ETHER
MODULE_VERSION=1.73
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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: WWW-Mechanize-1.730.0.ebuild ChangeLog
@ 2014-01-20 15:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-20 15:52 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/20 15:52:15

  Modified:             WWW-Mechanize-1.730.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #495506
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild

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

Index: WWW-Mechanize-1.730.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WWW-Mechanize-1.730.0.ebuild	3 Sep 2013 03:08:04 -0000	1.1
+++ WWW-Mechanize-1.730.0.ebuild	20 Jan 2014 15:52:15 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.730.0.ebuild,v 1.1 2013/09/03 03:08:04 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild,v 1.2 2014/01/20 15:52:15 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 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"
+KEYWORDS="~amd64 ~arm ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



1.92                 dev-perl/WWW-Mechanize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	3 Sep 2013 03:08:04 -0000	1.91
+++ ChangeLog	20 Jan 2014 15:52:15 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-Mechanize
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.91 2013/09/03 03:08:04 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.92 2014/01/20 15:52:15 ago Exp $
+
+  20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> WWW-Mechanize-1.730.0.ebuild:
+  Stable for ppc, wrt bug #495506
 
 *WWW-Mechanize-1.730.0 (03 Sep 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-20 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 15:52 [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: WWW-Mechanize-1.730.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-03  3:08 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox