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.714.0.ebuild
@ 2011-09-11  1:23 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 8+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-09-11  1:23 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/09/11 01:23:33

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -p -w -b -B -u -u -r1.69 -r1.70
--- ChangeLog	7 Sep 2011 16:24:31 -0000	1.69
+++ ChangeLog	11 Sep 2011 01:23:33 -0000	1.70
@@ -1,6 +1,11 @@
 # 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.69 2011/09/07 16:24:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.70 2011/09/11 01:23:33 robbat2 Exp $
+
+*SOAP-Lite-0.714.0 (11 Sep 2011)
+
+  11 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> +SOAP-Lite-0.714.0.ebuild:
+  Version bump via perl-bump experimental tool.
 
   07 Sep 2011; Justin Lecher <jlec@gentoo.org> SOAP-Lite-0.712.0.ebuild,
   metadata.xml:



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

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
# 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.714.0.ebuild,v 1.1 2011/09/11 01:23:33 robbat2 Exp $

EAPI=4

MODULE_AUTHOR=MKUTTER
MODULE_VERSION=0.714
inherit perl-module eutils

DESCRIPTION="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/Class-Inspector
	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"
RDEPEND="${DEPEND}"

src_prepare() {
	# 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
	# Merged upstream
	#epatch "${FILESDIR}"/${PN}-0.712_sysread.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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2011-09-11  1:25 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 8+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-09-11  1:25 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/09/11 01:25:14

  Modified:             ChangeLog SOAP-Lite-0.714.0.ebuild
  Log:
  Missed that the base version had changed vs my local copy, update for prefix keywords.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -p -w -b -B -u -u -r1.70 -r1.71
--- ChangeLog	11 Sep 2011 01:23:33 -0000	1.70
+++ ChangeLog	11 Sep 2011 01:25:14 -0000	1.71
@@ -1,6 +1,10 @@
 # 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.70 2011/09/11 01:23:33 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.71 2011/09/11 01:25:14 robbat2 Exp $
+
+  11 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> SOAP-Lite-0.714.0.ebuild:
+  Missed that the base version had changed vs my local copy, update for prefix
+  keywords.
 
 *SOAP-Lite-0.714.0 (11 Sep 2011)
 



1.2                  dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- SOAP-Lite-0.714.0.ebuild	11 Sep 2011 01:23:33 -0000	1.1
+++ SOAP-Lite-0.714.0.ebuild	11 Sep 2011 01:25:14 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.714.0.ebuild,v 1.1 2011/09/11 01:23:33 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.2 2011/09/11 01:25:14 robbat2 Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@ DESCRIPTION="Simple and lightweight inte
 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 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2012-02-24 10:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:33 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 10:33:34

  Modified:             ChangeLog SOAP-Lite-0.714.0.ebuild
  Log:
  Stable for amd64, wrt bug #400211
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	11 Sep 2011 01:25:14 -0000	1.71
+++ ChangeLog	24 Feb 2012 10:33:34 -0000	1.72
@@ -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.71 2011/09/11 01:25:14 robbat2 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.72 2012/02/24 10:33:34 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> SOAP-Lite-0.714.0.ebuild:
+  Stable for amd64, wrt bug #400211
 
   11 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> SOAP-Lite-0.714.0.ebuild:
   Missed that the base version had changed vs my local copy, update for prefix



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

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SOAP-Lite-0.714.0.ebuild	11 Sep 2011 01:25:14 -0000	1.2
+++ SOAP-Lite-0.714.0.ebuild	24 Feb 2012 10:33:34 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.714.0.ebuild,v 1.2 2011/09/11 01:25:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.3 2012/02/24 10:33:34 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2012-02-25 18:02 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-02-25 18:02 UTC (permalink / raw
  To: gentoo-commits

klausman    12/02/25 18:02:59

  Modified:             ChangeLog SOAP-Lite-0.714.0.ebuild
  Log:
  Stable on alpha, bug #400211
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	24 Feb 2012 10:33:34 -0000	1.72
+++ ChangeLog	25 Feb 2012 18:02:59 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.72 2012/02/24 10:33:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.73 2012/02/25 18:02:59 klausman Exp $
+
+  25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> SOAP-Lite-0.714.0.ebuild:
+  Stable on alpha, bug #400211
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> SOAP-Lite-0.714.0.ebuild:
   Stable for amd64, wrt bug #400211



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

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SOAP-Lite-0.714.0.ebuild	24 Feb 2012 10:33:34 -0000	1.3
+++ SOAP-Lite-0.714.0.ebuild	25 Feb 2012 18:02:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.714.0.ebuild,v 1.3 2012/02/24 10:33:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.4 2012/02/25 18:02:59 klausman Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2012-02-27 16:36 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-02-27 16:36 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/27 16:36:27

  Modified:             ChangeLog SOAP-Lite-0.714.0.ebuild
  Log:
  Marking SOAP-Lite-0.714.0 ppc for bug 400211
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	25 Feb 2012 18:02:59 -0000	1.73
+++ ChangeLog	27 Feb 2012 16:36:27 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.73 2012/02/25 18:02:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.74 2012/02/27 16:36:27 ranger Exp $
+
+  27 Feb 2012; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.714.0.ebuild:
+  Marking SOAP-Lite-0.714.0 ppc for bug 400211
 
   25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> SOAP-Lite-0.714.0.ebuild:
   Stable on alpha, bug #400211



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

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SOAP-Lite-0.714.0.ebuild	25 Feb 2012 18:02:59 -0000	1.4
+++ SOAP-Lite-0.714.0.ebuild	27 Feb 2012 16:36:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.714.0.ebuild,v 1.4 2012/02/25 18:02:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.5 2012/02/27 16:36:27 ranger Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2012-03-09  9:21 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-09  9:21 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/09 09:21:55

  Modified:             ChangeLog SOAP-Lite-0.714.0.ebuild
  Log:
  x86 stable wrt bug #400211
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	27 Feb 2012 16:36:27 -0000	1.74
+++ ChangeLog	9 Mar 2012 09:21:55 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.74 2012/02/27 16:36:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.75 2012/03/09 09:21:55 phajdan.jr Exp $
+
+  09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  SOAP-Lite-0.714.0.ebuild:
+  x86 stable wrt bug #400211
 
   27 Feb 2012; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.714.0.ebuild:
   Marking SOAP-Lite-0.714.0 ppc for bug 400211



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

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SOAP-Lite-0.714.0.ebuild	27 Feb 2012 16:36:27 -0000	1.5
+++ SOAP-Lite-0.714.0.ebuild	9 Mar 2012 09:21:55 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.714.0.ebuild,v 1.5 2012/02/27 16:36:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.6 2012/03/09 09:21:55 phajdan.jr Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2012-03-09 14:27 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-09 14:27 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/09 14:27:56

  Modified:             ChangeLog SOAP-Lite-0.714.0.ebuild
  Log:
  Marking SOAP-Lite-0.714.0 ppc64 for bug 400211
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	9 Mar 2012 09:21:55 -0000	1.75
+++ ChangeLog	9 Mar 2012 14:27:56 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.75 2012/03/09 09:21:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.76 2012/03/09 14:27:56 ranger Exp $
+
+  09 Mar 2012; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.714.0.ebuild:
+  Marking SOAP-Lite-0.714.0 ppc64 for bug 400211
 
   09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   SOAP-Lite-0.714.0.ebuild:



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

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

Index: SOAP-Lite-0.714.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SOAP-Lite-0.714.0.ebuild	9 Mar 2012 09:21:55 -0000	1.6
+++ SOAP-Lite-0.714.0.ebuild	9 Mar 2012 14:27:56 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.714.0.ebuild,v 1.6 2012/03/09 09:21:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.7 2012/03/09 14:27:56 ranger Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 IUSE="jabber ssl"
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild
@ 2013-01-06 15:18 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2013-01-06 15:18 UTC (permalink / raw
  To: gentoo-commits

tove        13/01/06 15:18:42

  Modified:             ChangeLog
  Removed:              SOAP-Lite-0.714.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	17 Oct 2012 03:14:34 -0000	1.85
+++ ChangeLog	6 Jan 2013 15:18:41 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SOAP-Lite
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.85 2012/10/17 03:14:34 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.86 2013/01/06 15:18:41 tove Exp $
+
+  06 Jan 2013; Torsten Veller <tove@gentoo.org> -SOAP-Lite-0.714.0.ebuild:
+  Cleanup
 
   17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   SOAP-Lite-0.715.0.ebuild:





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

end of thread, other threads:[~2013-01-06 15:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  9:21 [gentoo-commits] gentoo-x86 commit in dev-perl/SOAP-Lite: ChangeLog SOAP-Lite-0.714.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-06 15:18 Torsten Veller (tove)
2012-03-09 14:27 Brent Baude (ranger)
2012-02-27 16:36 Brent Baude (ranger)
2012-02-25 18:02 Tobias Klausmann (klausman)
2012-02-24 10:33 Agostino Sarubbo (ago)
2011-09-11  1:25 Robin H. Johnson (robbat2)
2011-09-11  1:23 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