public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild
@ 2009-08-22 22:41 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2009-08-22 22:41 UTC (permalink / raw
  To: gentoo-commits

tove        09/08/22 22:41:36

  Modified:             ChangeLog
  Added:                WWW-Mechanize-1.60.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc39/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	15 Jul 2009 18:38:06 -0000	1.59
+++ ChangeLog	22 Aug 2009 22:41:36 -0000	1.60
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/WWW-Mechanize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.59 2009/07/15 18:38:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.60 2009/08/22 22:41:36 tove Exp $
+
+*WWW-Mechanize-1.60 (22 Aug 2009)
+
+  22 Aug 2009; Torsten Veller <tove@gentoo.org> +WWW-Mechanize-1.60.ebuild:
+  Version bump
 
 *WWW-Mechanize-1.58 (15 Jul 2009)
 



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

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

Index: WWW-Mechanize-1.60.ebuild
===================================================================
# Copyright 1999-2009 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.60.ebuild,v 1.1 2009/08/22 22:41:36 tove Exp $

EAPI=2

MODULE_AUTHOR=PETDANCE
inherit perl-module

DESCRIPTION="Handy web browsing in a Perl object"

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="test"

# Bug in the tests - improper use of HTTP::Server
SRC_TEST="do"

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

RDEPEND="dev-perl/IO-Socket-SSL
	>=dev-perl/libwww-perl-5.829
	>=dev-perl/URI-1.36
	>=dev-perl/HTML-Parser-3.34
	dev-perl/Test-LongString"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod
		dev-perl/Test-Taint
		>=dev-perl/Test-Warn-0.11
		dev-perl/Test-Memory-Cycle )"
#		dev-perl/HTTP-Server-Simple )"

# Remove test until the bug is fixed:
# http://rt.cpan.org/Public/Bug/Display.html?id=41673
src_unpack() {
	perl-module_src_unpack
	mv "${S}"/t/cookies.t{,.disable} || die
	sed -i "/cookies.t/d" "${S}/MANIFEST" || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild
@ 2009-09-10  7:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-10  7:54 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/10 07:54:09

  Modified:             ChangeLog WWW-Mechanize-1.60.ebuild
  Log:
  x86 stable, bug 283969
  (Portage version: 2.1.6.13/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	7 Sep 2009 07:51:36 -0000	1.61
+++ ChangeLog	10 Sep 2009 07:54:09 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/WWW-Mechanize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.61 2009/09/07 07:51:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.62 2009/09/10 07:54:09 fauli Exp $
+
+  10 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+  WWW-Mechanize-1.60.ebuild:
+  x86 stable, bug 283969
 
   07 Sep 2009; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-1.54.ebuild,
   -WWW-Mechanize-1.56.ebuild, -WWW-Mechanize-1.58.ebuild:



1.2                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild

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

Index: WWW-Mechanize-1.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WWW-Mechanize-1.60.ebuild	22 Aug 2009 22:41:36 -0000	1.1
+++ WWW-Mechanize-1.60.ebuild	10 Sep 2009 07:54:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.60.ebuild,v 1.1 2009/08/22 22:41:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.2 2009/09/10 07:54:09 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 # Bug in the tests - improper use of HTTP::Server






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild
@ 2009-09-18 18:19 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2009-09-18 18:19 UTC (permalink / raw
  To: gentoo-commits

tove        09/09/18 18:19:48

  Modified:             ChangeLog WWW-Mechanize-1.60.ebuild
  Log:
  Stable on amd64 (#283969)
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	13 Sep 2009 14:59:32 -0000	1.63
+++ ChangeLog	18 Sep 2009 18:19:48 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-Mechanize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.63 2009/09/13 14:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.64 2009/09/18 18:19:48 tove Exp $
+
+  18 Sep 2009; Torsten Veller <tove@gentoo.org> WWW-Mechanize-1.60.ebuild:
+  Stable on amd64 (#283969)
 
   13 Sep 2009; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-1.34.ebuild,
   WWW-Mechanize-1.60.ebuild:



1.4                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?r1=1.3&r2=1.4

Index: WWW-Mechanize-1.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WWW-Mechanize-1.60.ebuild	13 Sep 2009 14:59:32 -0000	1.3
+++ WWW-Mechanize-1.60.ebuild	18 Sep 2009 18:19:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.60.ebuild,v 1.3 2009/09/13 14:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.4 2009/09/18 18:19:48 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="test"
 
 # Bug in the tests - improper use of HTTP::Server






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild
@ 2009-09-19 16:30 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-19 16:30 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/19 16:30:21

  Modified:             ChangeLog WWW-Mechanize-1.60.ebuild
  Log:
  ppc stable #283969
  (Portage version: 2.1.6.13/cvs/Linux ppc)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	18 Sep 2009 18:19:48 -0000	1.64
+++ ChangeLog	19 Sep 2009 16:30:21 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-Mechanize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.64 2009/09/18 18:19:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.65 2009/09/19 16:30:21 nixnut Exp $
+
+  19 Sep 2009; nixnut <nixnut@gentoo.org> WWW-Mechanize-1.60.ebuild:
+  ppc stable #283969
 
   18 Sep 2009; Torsten Veller <tove@gentoo.org> WWW-Mechanize-1.60.ebuild:
   Stable on amd64 (#283969)



1.5                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?r1=1.4&r2=1.5

Index: WWW-Mechanize-1.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WWW-Mechanize-1.60.ebuild	18 Sep 2009 18:19:48 -0000	1.4
+++ WWW-Mechanize-1.60.ebuild	19 Sep 2009 16:30:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.60.ebuild,v 1.4 2009/09/18 18:19:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.5 2009/09/19 16:30:21 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="test"
 
 # Bug in the tests - improper use of HTTP::Server






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild
@ 2009-10-07 22:49 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 6+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-10-07 22:49 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/10/07 22:49:51

  Modified:             ChangeLog WWW-Mechanize-1.60.ebuild
  Log:
  stable sparc, bug 283969
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	19 Sep 2009 16:30:21 -0000	1.65
+++ ChangeLog	7 Oct 2009 22:49:50 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-Mechanize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.65 2009/09/19 16:30:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.66 2009/10/07 22:49:50 tcunha Exp $
+
+  07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> WWW-Mechanize-1.60.ebuild:
+  stable sparc, bug 283969
 
   19 Sep 2009; nixnut <nixnut@gentoo.org> WWW-Mechanize-1.60.ebuild:
   ppc stable #283969



1.6                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?r1=1.5&r2=1.6

Index: WWW-Mechanize-1.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WWW-Mechanize-1.60.ebuild	19 Sep 2009 16:30:21 -0000	1.5
+++ WWW-Mechanize-1.60.ebuild	7 Oct 2009 22:49:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.60.ebuild,v 1.5 2009/09/19 16:30:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.6 2009/10/07 22:49:50 tcunha Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="test"
 
 # Bug in the tests - improper use of HTTP::Server






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild
@ 2010-01-14 16:21 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-14 16:21 UTC (permalink / raw
  To: gentoo-commits

grobian     10/01/14 16:21:07

  Modified:             ChangeLog WWW-Mechanize-1.60.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.2.00.15187-prefix/cvs/Darwin powerpc)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	12 Oct 2009 11:15:27 -0000	1.67
+++ ChangeLog	14 Jan 2010 16:21:07 -0000	1.68
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/WWW-Mechanize
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.67 2009/10/12 11:15:27 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.68 2010/01/14 16:21:07 grobian Exp $
+
+  14 Jan 2010; Fabian Groffen <grobian@gentoo.org>
+  WWW-Mechanize-1.60.ebuild:
+  Transfer Prefix keywords
 
   12 Oct 2009; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-1.34.ebuild:
   Cleanup



1.7                  dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild?r1=1.6&r2=1.7

Index: WWW-Mechanize-1.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WWW-Mechanize-1.60.ebuild	7 Oct 2009 22:49:50 -0000	1.6
+++ WWW-Mechanize-1.60.ebuild	14 Jan 2010 16:21:07 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.60.ebuild,v 1.6 2009/10/07 22:49:50 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.7 2010/01/14 16:21:07 grobian Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 # Bug in the tests - improper use of HTTP::Server






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

end of thread, other threads:[~2010-01-14 16:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10  7:54 [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.60.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-14 16:21 Fabian Groffen (grobian)
2009-10-07 22:49 Tiago Cunha (tcunha)
2009-09-19 16:30 Gysbert Wassenaar (nixnut)
2009-09-18 18:19 Torsten Veller (tove)
2009-08-22 22:41 Torsten Veller (tove)

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