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

tove        12/09/08 07:12:25

  Modified:             ChangeLog
  Added:                Apache-Test-1.380.0.ebuild
  Log:
  [bump] dev-perl/Apache-Test-1.380.0
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	2 Sep 2012 18:46:04 -0000	1.90
+++ ChangeLog	8 Sep 2012 07:12:25 -0000	1.91
@@ -1,6 +1,11 @@
 # 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.90 2012/09/02 18:46:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.91 2012/09/08 07:12:25 tove Exp $
+
+*Apache-Test-1.380.0 (08 Sep 2012)
+
+  08 Sep 2012; Torsten Veller <tove@gentoo.org> +Apache-Test-1.380.0.ebuild:
+  Version bump
 
   02 Sep 2012; Raúl Porcel <armin76@gentoo.org> Apache-Test-1.370.0.ebuild:
   alpha/ia64/sparc stable wrt #418783



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

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

Index: Apache-Test-1.380.0.ebuild
===================================================================
# 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.380.0.ebuild,v 1.1 2012/09/08 07:12:25 tove Exp $

EAPI=4

MODULE_AUTHOR=PHRED
MODULE_VERSION=1.38
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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: ChangeLog Apache-Test-1.380.0.ebuild
@ 2012-12-06 18:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:14 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 18:14:52

  Modified:             ChangeLog Apache-Test-1.380.0.ebuild
  Log:
  Stable for amd64, wrt bug #441208
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	8 Sep 2012 07:12:25 -0000	1.91
+++ ChangeLog	6 Dec 2012 18:14:52 -0000	1.92
@@ -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.91 2012/09/08 07:12:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.92 2012/12/06 18:14:52 ago Exp $
+
+  06 Dec 2012; <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
+  Stable for amd64, wrt bug #441208
 
 *Apache-Test-1.380.0 (08 Sep 2012)
 



1.2                  dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.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.380.0.ebuild?r1=1.1&r2=1.2

Index: Apache-Test-1.380.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Apache-Test-1.380.0.ebuild	8 Sep 2012 07:12:25 -0000	1.1
+++ Apache-Test-1.380.0.ebuild	6 Dec 2012 18:14:52 -0000	1.2
@@ -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.380.0.ebuild,v 1.1 2012/09/08 07:12:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v 1.2 2012/12/06 18:14:52 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





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: ChangeLog Apache-Test-1.380.0.ebuild
@ 2012-12-06 18:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 18:23:12

  Modified:             ChangeLog Apache-Test-1.380.0.ebuild
  Log:
  Stable for x86, wrt bug #441208
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	6 Dec 2012 18:14:52 -0000	1.92
+++ ChangeLog	6 Dec 2012 18:23:12 -0000	1.93
@@ -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.92 2012/12/06 18:14:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.93 2012/12/06 18:23:12 ago Exp $
+
+  06 Dec 2012; <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
+  Stable for x86, wrt bug #441208
 
   06 Dec 2012; <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
   Stable for amd64, wrt bug #441208



1.3                  dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.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.380.0.ebuild?r1=1.2&r2=1.3

Index: Apache-Test-1.380.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Apache-Test-1.380.0.ebuild	6 Dec 2012 18:14:52 -0000	1.2
+++ Apache-Test-1.380.0.ebuild	6 Dec 2012 18:23:12 -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.380.0.ebuild,v 1.2 2012/12/06 18:14:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v 1.3 2012/12/06 18:23:12 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





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: ChangeLog Apache-Test-1.380.0.ebuild
@ 2012-12-06 18:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:49 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 18:49:15

  Modified:             ChangeLog Apache-Test-1.380.0.ebuild
  Log:
  Stable for ppc, wrt bug #441208
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	6 Dec 2012 18:23:12 -0000	1.93
+++ ChangeLog	6 Dec 2012 18:49:15 -0000	1.94
@@ -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.93 2012/12/06 18:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.94 2012/12/06 18:49:15 ago Exp $
+
+  06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
+  Stable for ppc, wrt bug #441208
 
   06 Dec 2012; <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
   Stable for x86, wrt bug #441208



1.4                  dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.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.380.0.ebuild?r1=1.3&r2=1.4

Index: Apache-Test-1.380.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Apache-Test-1.380.0.ebuild	6 Dec 2012 18:23:12 -0000	1.3
+++ Apache-Test-1.380.0.ebuild	6 Dec 2012 18:49:15 -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.380.0.ebuild,v 1.3 2012/12/06 18:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v 1.4 2012/12/06 18:49:15 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





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: ChangeLog Apache-Test-1.380.0.ebuild
@ 2012-12-06 19:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 19:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 19:15:24

  Modified:             ChangeLog Apache-Test-1.380.0.ebuild
  Log:
  Stable for ppc64, wrt bug #441208
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	6 Dec 2012 18:49:15 -0000	1.94
+++ ChangeLog	6 Dec 2012 19:15:24 -0000	1.95
@@ -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.94 2012/12/06 18:49:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.95 2012/12/06 19:15:24 ago Exp $
+
+  06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
+  Stable for ppc64, wrt bug #441208
 
   06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
   Stable for ppc, wrt bug #441208



1.5                  dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.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.380.0.ebuild?r1=1.4&r2=1.5

Index: Apache-Test-1.380.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Apache-Test-1.380.0.ebuild	6 Dec 2012 18:49:15 -0000	1.4
+++ Apache-Test-1.380.0.ebuild	6 Dec 2012 19:15:24 -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.380.0.ebuild,v 1.4 2012/12/06 18:49:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v 1.5 2012/12/06 19:15:24 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





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: ChangeLog Apache-Test-1.380.0.ebuild
@ 2012-12-08 16:55 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-08 16:55 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/08 16:55:48

  Modified:             ChangeLog Apache-Test-1.380.0.ebuild
  Log:
  Stable for HPPA (bug #441208).
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	6 Dec 2012 19:15:24 -0000	1.95
+++ ChangeLog	8 Dec 2012 16:55:48 -0000	1.96
@@ -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.95 2012/12/06 19:15:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.96 2012/12/08 16:55:48 jer Exp $
+
+  08 Dec 2012; Jeroen Roovers <jer@gentoo.org> Apache-Test-1.380.0.ebuild:
+  Stable for HPPA (bug #441208).
 
   06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
   Stable for ppc64, wrt bug #441208



1.6                  dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.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.380.0.ebuild?r1=1.5&r2=1.6

Index: Apache-Test-1.380.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Apache-Test-1.380.0.ebuild	6 Dec 2012 19:15:24 -0000	1.5
+++ Apache-Test-1.380.0.ebuild	8 Dec 2012 16:55:48 -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.380.0.ebuild,v 1.5 2012/12/06 19:15:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v 1.6 2012/12/08 16:55:48 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





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

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

armin76     12/12/27 11:03:54

  Modified:             ChangeLog Apache-Test-1.380.0.ebuild
  Log:
  alpha/sparc stable wrt #441208
  
  (Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	13 Dec 2012 22:19:24 -0000	1.97
+++ ChangeLog	27 Dec 2012 11:03:54 -0000	1.98
@@ -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.97 2012/12/13 22:19:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.98 2012/12/27 11:03:54 armin76 Exp $
+
+  27 Dec 2012; Raúl Porcel <armin76@gentoo.org> Apache-Test-1.380.0.ebuild:
+  alpha/sparc stable wrt #441208
 
   13 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Apache-Test-1.380.0.ebuild:
   Stable for ia64, wrt bug #441208



1.8                  dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.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.380.0.ebuild?r1=1.7&r2=1.8

Index: Apache-Test-1.380.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Apache-Test-1.380.0.ebuild	13 Dec 2012 22:19:24 -0000	1.7
+++ Apache-Test-1.380.0.ebuild	27 Dec 2012 11:03:54 -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.380.0.ebuild,v 1.7 2012/12/13 22:19:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild,v 1.8 2012/12/27 11:03:54 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





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

end of thread, other threads:[~2012-12-27 11:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 18:14 [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: ChangeLog Apache-Test-1.380.0.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-27 11:03 Raul Porcel (armin76)
2012-12-08 16:55 Jeroen Roovers (jer)
2012-12-06 19:15 Agostino Sarubbo (ago)
2012-12-06 18:49 Agostino Sarubbo (ago)
2012-12-06 18:23 Agostino Sarubbo (ago)
2012-09-08  7:12 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