public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog
@ 2011-09-01 13:34 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2011-09-01 13:34 UTC (permalink / raw
  To: gentoo-commits

tove        11/09/01 13:34:08

  Modified:             ChangeLog
  Added:                Apache-Test-1.360.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 dev-perl/Apache-Test/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	3 Apr 2011 06:56:08 -0000	1.72
+++ ChangeLog	1 Sep 2011 13:34:08 -0000	1.73
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.72 2011/04/03 06:56:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.73 2011/09/01 13:34:08 tove Exp $
+
+*Apache-Test-1.360.0 (01 Sep 2011)
+
+  01 Sep 2011; Torsten Veller <tove@gentoo.org> +Apache-Test-1.360.0.ebuild:
+  Change version scheme
 
   03 Apr 2011; Torsten Veller <tove@gentoo.org> -Apache-Test-1.33.ebuild,
   -Apache-Test-1.340.ebuild, -Apache-Test-1.350.ebuild:



1.1                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.1 2011/09/01 13:34:08 tove Exp $

EAPI=4

MODULE_AUTHOR=PHRED
MODULE_VERSION=1.36
inherit depend.apache perl-module

DESCRIPTION="Test.pm wrapper with helpers for testing Apache"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

# interactive, requires interaction with the live filesystem
SRC_TEST="skip"

need_apache

pkg_setup() {
	perl-module_pkg_setup
}

src_install() {
	# This is to avoid conflicts with a deprecated Apache::Test stepping
	# in and causing problems/install errors
	if [ -f  "${S}"/.mypacklist ];
	then
		rm -f "${S}"/.mypacklist
	fi
	perl-module_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog
@ 2012-02-24  9:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24  9:53 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 09:53:10

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #400033
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Apache-Test-1.360.0.ebuild	1 Sep 2011 13:34:08 -0000	1.1
+++ Apache-Test-1.360.0.ebuild	24 Feb 2012 09:53:10 -0000	1.2
@@ -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.1 2011/09/01 13:34:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.2 2012/02/24 09:53:10 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.76                 dev-perl/Apache-Test/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	31 Jan 2012 18:36:52 -0000	1.75
+++ ChangeLog	24 Feb 2012 09:53:10 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.75 2012/01/31 18:36:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.76 2012/02/24 09:53:10 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.360.0.ebuild:
+  Stable for amd64, wrt bug #400033
 
 *Apache-Test-1.370.0 (31 Jan 2012)
 






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

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

klausman    12/02/25 17:43:46

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  Stable on alpha, bug #400033
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Apache-Test-1.360.0.ebuild	24 Feb 2012 09:53:10 -0000	1.2
+++ Apache-Test-1.360.0.ebuild	25 Feb 2012 17:43:46 -0000	1.3
@@ -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.2 2012/02/24 09:53:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.3 2012/02/25 17:43:46 klausman Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.77                 dev-perl/Apache-Test/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	24 Feb 2012 09:53:10 -0000	1.76
+++ ChangeLog	25 Feb 2012 17:43:46 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.76 2012/02/24 09:53:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.77 2012/02/25 17:43:46 klausman Exp $
+
+  25 Feb 2012; Tobias Klausmann <klausman@gentoo.org>
+  Apache-Test-1.360.0.ebuild:
+  Stable on alpha, bug #400033
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.360.0.ebuild:
   Stable for amd64, wrt bug #400033






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog
@ 2012-02-27  3:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-27  3:32 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/27 03:32:11

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #400033).
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Apache-Test-1.360.0.ebuild	25 Feb 2012 17:43:46 -0000	1.3
+++ Apache-Test-1.360.0.ebuild	27 Feb 2012 03:32:11 -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.3 2012/02/25 17:43:46 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.4 2012/02/27 03:32:11 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.78                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	25 Feb 2012 17:43:46 -0000	1.77
+++ ChangeLog	27 Feb 2012 03:32:11 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.77 2012/02/25 17:43:46 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.78 2012/02/27 03:32:11 jer Exp $
+
+  27 Feb 2012; Jeroen Roovers <jer@gentoo.org> Apache-Test-1.360.0.ebuild:
+  Stable for HPPA (bug #400033).
 
   25 Feb 2012; Tobias Klausmann <klausman@gentoo.org>
   Apache-Test-1.360.0.ebuild:






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

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

ranger      12/02/27 15:16:52

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  Marking Apache-Test-1.360.0 ppc for bug 400033
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Apache-Test-1.360.0.ebuild	27 Feb 2012 03:32:11 -0000	1.4
+++ Apache-Test-1.360.0.ebuild	27 Feb 2012 15:16:52 -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.4 2012/02/27 03:32:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.5 2012/02/27 15:16:52 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.79                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	27 Feb 2012 03:32:11 -0000	1.78
+++ ChangeLog	27 Feb 2012 15:16:52 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.78 2012/02/27 03:32:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.79 2012/02/27 15:16:52 ranger Exp $
+
+  27 Feb 2012; Brent Baude <ranger@gentoo.org> Apache-Test-1.360.0.ebuild:
+  Marking Apache-Test-1.360.0 ppc for bug 400033
 
   27 Feb 2012; Jeroen Roovers <jer@gentoo.org> Apache-Test-1.360.0.ebuild:
   Stable for HPPA (bug #400033).






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog
@ 2012-03-02 21:48 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-02 21:48 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/02 21:48:13

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  Marking Apache-Test-1.360.0 ppc64 for bug 400033
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Apache-Test-1.360.0.ebuild	27 Feb 2012 15:16:52 -0000	1.5
+++ Apache-Test-1.360.0.ebuild	2 Mar 2012 21:48:13 -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.5 2012/02/27 15:16:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.6 2012/03/02 21:48:13 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.80                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	27 Feb 2012 15:16:52 -0000	1.79
+++ ChangeLog	2 Mar 2012 21:48:13 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.79 2012/02/27 15:16:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.80 2012/03/02 21:48:13 ranger Exp $
+
+  02 Mar 2012; Brent Baude <ranger@gentoo.org> Apache-Test-1.360.0.ebuild:
+  Marking Apache-Test-1.360.0 ppc64 for bug 400033
 
   27 Feb 2012; Brent Baude <ranger@gentoo.org> Apache-Test-1.360.0.ebuild:
   Marking Apache-Test-1.360.0 ppc for bug 400033






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog
@ 2012-03-08 11:54 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-08 11:54 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/08 11:54:23

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #400033
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

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

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Apache-Test-1.360.0.ebuild	2 Mar 2012 21:48:13 -0000	1.6
+++ Apache-Test-1.360.0.ebuild	8 Mar 2012 11:54:23 -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.6 2012/03/02 21:48:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.7 2012/03/08 11:54:23 phajdan.jr Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.81                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	2 Mar 2012 21:48:13 -0000	1.80
+++ ChangeLog	8 Mar 2012 11:54:23 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.80 2012/03/02 21:48:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.81 2012/03/08 11:54:23 phajdan.jr Exp $
+
+  08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  Apache-Test-1.360.0.ebuild:
+  x86 stable wrt bug #400033
 
   02 Mar 2012; Brent Baude <ranger@gentoo.org> Apache-Test-1.360.0.ebuild:
   Marking Apache-Test-1.360.0 ppc64 for bug 400033






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog
@ 2012-03-19 19:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-19 19:22 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/19 19:22:32

  Modified:             Apache-Test-1.360.0.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #400033
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.8                  dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild?r1=1.7&r2=1.8

Index: Apache-Test-1.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Apache-Test-1.360.0.ebuild	8 Mar 2012 11:54:23 -0000	1.7
+++ Apache-Test-1.360.0.ebuild	19 Mar 2012 19:22:32 -0000	1.8
@@ -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/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.7 2012/03/08 11:54:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.360.0.ebuild,v 1.8 2012/03/19 19:22:32 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 # interactive, requires interaction with the live filesystem



1.82                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	8 Mar 2012 11:54:23 -0000	1.81
+++ ChangeLog	19 Mar 2012 19:22:32 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.81 2012/03/08 11:54:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.82 2012/03/19 19:22:32 armin76 Exp $
+
+  19 Mar 2012; Raúl Porcel <armin76@gentoo.org> Apache-Test-1.360.0.ebuild:
+  ia64/sparc stable wrt #400033
 
   08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   Apache-Test-1.360.0.ebuild:






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

end of thread, other threads:[~2012-03-19 19:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24  9:53 [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.360.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 19:22 Raul Porcel (armin76)
2012-03-08 11:54 PaweA Hajdan (phajdan.jr)
2012-03-02 21:48 Brent Baude (ranger)
2012-02-27 15:16 Brent Baude (ranger)
2012-02-27  3:32 Jeroen Roovers (jer)
2012-02-25 17:43 Tobias Klausmann (klausman)
2011-09-01 13:34 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