public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild
@ 2010-03-27 21:48 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 6+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-03-27 21:48 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/03/27 21:48:26

  Modified:             ChangeLog
  Added:                SOAP-Lite-0.711.ebuild
  Log:
  Version bump via perl-bump experimental tool.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 dev-perl/SOAP-Lite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -p -w -b -B -u -u -r1.51 -r1.52
--- ChangeLog	24 Dec 2009 19:34:44 -0000	1.51
+++ ChangeLog	27 Mar 2010 21:48:26 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/SOAP-Lite
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.51 2009/12/24 19:34:44 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.52 2010/03/27 21:48:26 robbat2 Exp $
+
+*SOAP-Lite-0.711 (27 Mar 2010)
+
+  27 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
+  +SOAP-Lite-0.711.ebuild:
+  Version bump via perl-bump experimental tool.
 
   24 Dec 2009; Torsten Veller <tove@gentoo.org> -SOAP-Lite-0.710.08.ebuild:
   Cleanup



1.1                  dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild

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

Index: SOAP-Lite-0.711.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.1 2010/03/27 21:48:26 robbat2 Exp $

MODULE_AUTHOR="MKUTTER"
inherit perl-module eutils

DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side."

IUSE="jabber ssl"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"

myconf="${myconf} --noprompt"

# TESTS ARE DISABLED ON PURPOSE
# This module attempts to access an external website for validation
# of the MIME::Parser - not only is that bad practice in general,
# but in this particular case the external site isn't even valid anymore# -mpc
# 24/10/04
SRC_TEST="do"

DEPEND="dev-perl/XML-Parser
	dev-perl/libwww-perl
	virtual/perl-libnet
	dev-perl/MIME-Lite
	virtual/perl-MIME-Base64
	ssl? ( dev-perl/Crypt-SSLeay )
	jabber? ( dev-perl/Net-Jabber )
	ssl? ( dev-perl/IO-Socket-SSL )
	virtual/perl-IO-Compress
	>=dev-perl/MIME-tools-5.413
	virtual/perl-version
	dev-lang/perl"

src_unpack() {
	unpack ${A}
	cd "${S}"
	# The author of this module put a dep for MIME::Parser 6.X - but the6.X
	# release of MIME::Parser was a mistake during a change in maintainers on
	# cpan. This patch alters the dependancy to the "real" stable version of
	# MIME::Parser.
	epatch "${FILESDIR}"/SOAP-Lite-0.710.08.patch
}

src_test() {
	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
	perl-module_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild
@ 2010-11-08  1:02 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-08  1:02 UTC (permalink / raw
  To: gentoo-commits

fauli       10/11/08 01:02:49

  Modified:             ChangeLog SOAP-Lite-0.711.ebuild
  Log:
  stable x86, bug 344591
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.59                 dev-perl/SOAP-Lite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	5 Nov 2010 14:12:08 -0000	1.58
+++ ChangeLog	8 Nov 2010 01:02:49 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.58 2010/11/05 14:12:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.59 2010/11/08 01:02:49 fauli Exp $
+
+  08 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+  SOAP-Lite-0.711.ebuild:
+  stable x86, bug 344591
 
   05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
   SOAP-Lite-0.710.10.ebuild:



1.3                  dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?r1=1.2&r2=1.3

Index: SOAP-Lite-0.711.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SOAP-Lite-0.711.ebuild	17 Apr 2010 08:33:06 -0000	1.2
+++ SOAP-Lite-0.711.ebuild	8 Nov 2010 01:02:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.2 2010/04/17 08:33:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.3 2010/11/08 01:02:49 fauli Exp $
 
 MODULE_AUTHOR="MKUTTER"
 inherit perl-module eutils
@@ -10,7 +10,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild
@ 2010-11-08 20:05 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-08 20:05 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/11/08 20:05:16

  Modified:             ChangeLog SOAP-Lite-0.711.ebuild
  Log:
  Stable on amd64 wrt bug #344591
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 dev-perl/SOAP-Lite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	8 Nov 2010 01:02:49 -0000	1.59
+++ ChangeLog	8 Nov 2010 20:05:16 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.59 2010/11/08 01:02:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.60 2010/11/08 20:05:16 hwoarang Exp $
+
+  08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> SOAP-Lite-0.711.ebuild:
+  Stable on amd64 wrt bug #344591
 
   08 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
   SOAP-Lite-0.711.ebuild:



1.4                  dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?r1=1.3&r2=1.4

Index: SOAP-Lite-0.711.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SOAP-Lite-0.711.ebuild	8 Nov 2010 01:02:49 -0000	1.3
+++ SOAP-Lite-0.711.ebuild	8 Nov 2010 20:05:16 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.3 2010/11/08 01:02:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.4 2010/11/08 20:05:16 hwoarang Exp $
 
 MODULE_AUTHOR="MKUTTER"
 inherit perl-module eutils
@@ -10,7 +10,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild
@ 2010-11-13 19:46 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-11-13 19:46 UTC (permalink / raw
  To: gentoo-commits

armin76     10/11/13 19:46:06

  Modified:             ChangeLog SOAP-Lite-0.711.ebuild
  Log:
  alpha/ia64/sparc stable wrt #344591
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.61                 dev-perl/SOAP-Lite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	8 Nov 2010 20:05:16 -0000	1.60
+++ ChangeLog	13 Nov 2010 19:46:05 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.60 2010/11/08 20:05:16 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.61 2010/11/13 19:46:05 armin76 Exp $
+
+  13 Nov 2010; Raúl Porcel <armin76@gentoo.org> SOAP-Lite-0.711.ebuild:
+  alpha/ia64/sparc stable wrt #344591
 
   08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> SOAP-Lite-0.711.ebuild:
   Stable on amd64 wrt bug #344591



1.5                  dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?r1=1.4&r2=1.5

Index: SOAP-Lite-0.711.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SOAP-Lite-0.711.ebuild	8 Nov 2010 20:05:16 -0000	1.4
+++ SOAP-Lite-0.711.ebuild	13 Nov 2010 19:46:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.4 2010/11/08 20:05:16 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.5 2010/11/13 19:46:05 armin76 Exp $
 
 MODULE_AUTHOR="MKUTTER"
 inherit perl-module eutils
@@ -10,7 +10,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild
@ 2010-12-29  1:24 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-12-29  1:24 UTC (permalink / raw
  To: gentoo-commits

ranger      10/12/29 01:24:05

  Modified:             ChangeLog SOAP-Lite-0.711.ebuild
  Log:
  stable ppc64, bug 344591
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.62                 dev-perl/SOAP-Lite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	13 Nov 2010 19:46:05 -0000	1.61
+++ ChangeLog	29 Dec 2010 01:24:05 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.61 2010/11/13 19:46:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.62 2010/12/29 01:24:05 ranger Exp $
+
+  29 Dec 2010; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.711.ebuild:
+  stable ppc64, bug 344591
 
   13 Nov 2010; Raúl Porcel <armin76@gentoo.org> SOAP-Lite-0.711.ebuild:
   alpha/ia64/sparc stable wrt #344591



1.6                  dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?r1=1.5&r2=1.6

Index: SOAP-Lite-0.711.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SOAP-Lite-0.711.ebuild	13 Nov 2010 19:46:05 -0000	1.5
+++ SOAP-Lite-0.711.ebuild	29 Dec 2010 01:24:05 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.5 2010/11/13 19:46:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.6 2010/12/29 01:24:05 ranger Exp $
 
 MODULE_AUTHOR="MKUTTER"
 inherit perl-module eutils
@@ -10,7 +10,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild
@ 2011-01-13 17:08 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-01-13 17:08 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/13 17:08:44

  Modified:             ChangeLog SOAP-Lite-0.711.ebuild
  Log:
  stable ppc, bug 344591
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.64                 dev-perl/SOAP-Lite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	4 Jan 2011 19:10:32 -0000	1.63
+++ ChangeLog	13 Jan 2011 17:08:44 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.63 2011/01/04 19:10:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.64 2011/01/13 17:08:44 ranger Exp $
+
+  13 Jan 2011; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.711.ebuild:
+  stable ppc, bug 344591
 
   04 Jan 2011; Torsten Veller <tove@gentoo.org> -SOAP-Lite-0.69.ebuild:
   Cleanup



1.7                  dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild?r1=1.6&r2=1.7

Index: SOAP-Lite-0.711.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SOAP-Lite-0.711.ebuild	29 Dec 2010 01:24:05 -0000	1.6
+++ SOAP-Lite-0.711.ebuild	13 Jan 2011 17:08:44 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.6 2010/12/29 01:24:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.7 2011/01/13 17:08:44 ranger Exp $
 
 MODULE_AUTHOR="MKUTTER"
 inherit perl-module eutils
@@ -10,7 +10,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 
 myconf="${myconf} --noprompt"
 






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

end of thread, other threads:[~2011-01-13 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-13 19:46 [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.711.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-13 17:08 Brent Baude (ranger)
2010-12-29  1:24 Brent Baude (ranger)
2010-11-08 20:05 Markos Chandras (hwoarang)
2010-11-08  1:02 Christian Faulhammer (fauli)
2010-03-27 21:48 Robin H. Johnson (robbat2)

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