public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2008-10-25 14:42 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 7+ messages in thread
From: Benedikt Boehm (hollow) @ 2008-10-25 14:42 UTC (permalink / raw
  To: gentoo-commits

hollow      08/10/25 14:42:49

  Modified:             ChangeLog
  Added:                apache-2.2.10.ebuild
  Log:
  version bump wrt #242878
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.91                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	3 Sep 2008 21:31:38 -0000	1.90
+++ ChangeLog	25 Oct 2008 14:42:49 -0000	1.91
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.90 2008/09/03 21:31:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.91 2008/10/25 14:42:49 hollow Exp $
+
+*apache-2.2.10 (25 Oct 2008)
+
+  25 Oct 2008; Benedikt Böhm <hollow@gentoo.org> +apache-2.2.10.ebuild:
+  version bump wrt #242878
 
   03 Sep 2008; Jeroen Roovers <jer@gentoo.org> apache-2.2.9-r1.ebuild:
   Stable for HPPA (bug #234088).



1.1                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.1&content-type=text/plain

Index: apache-2.2.10.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.1 2008/10/25 14:42:49 hollow Exp $

# latest gentoo apache files
GENTOO_PATCHSTAMP="20081025"
GENTOO_DEVELOPER="hollow"

# IUSE/USE_EXPAND magic
IUSE_MPMS_FORK="itk peruser prefork"
IUSE_MPMS_THREAD="event worker"

IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires
ext_filter file_cache filter headers ident imagemap include info log_config
log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
status substitute unique_id userdir usertrack version vhost_alias"

# inter-module dependencies
# TODO: this may still be incomplete
MODULE_DEPENDS="
	dav_fs:dav
	dav_lock:dav
	deflate:filter
	disk_cache:cache
	ext_filter:filter
	file_cache:cache
	log_forensic:log_config
	logio:log_config
	mem_cache:cache
	mime_magic:mime
	proxy_ajp:proxy
	proxy_balancer:proxy
	proxy_connect:proxy
	proxy_ftp:proxy
	proxy_http:proxy
	substitute:filter
"

# module<->define mappings
MODULE_DEFINES="
	auth_digest:AUTH_DIGEST
	authnz_ldap:AUTHNZ_LDAP
	cache:CACHE
	dav:DAV
	dav_fs:DAV
	dav_lock:DAV
	disk_cache:CACHE
	file_cache:CACHE
	info:INFO
	ldap:LDAP
	mem_cache:CACHE
	proxy:PROXY
	proxy_ajp:PROXY
	proxy_balancer:PROXY
	proxy_connect:PROXY
	proxy_ftp:PROXY
	proxy_http:PROXY
	ssl:SSL
	status:STATUS
	suexec:SUEXEC
	userdir:USERDIR
"

# critical modules for the default config
MODULE_CRITICAL="
	authz_host
	dir
	mime
"

inherit apache-2

DESCRIPTION="The Apache Web Server."
HOMEPAGE="http://httpd.apache.org/"

# some helper scripts are Apache-1.1, thus both are here
LICENSE="Apache-2.0 Apache-1.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="sni"

DEPEND="${DEPEND}
	apache2_modules_deflate? ( sys-libs/zlib )"

RDEPEND="${RDEPEND}
	apache2_modules_mime? ( app-misc/mime-types )"

src_unpack() {
	if ! use sni ; then
		EPATCH_EXCLUDE="04_all_mod_ssl_tls_sni.patch"
	fi

	apache-2_src_unpack
}

pkg_preinst() {
	# note regarding IfDefine changes
	if has_version "<${CATEGORY}/${PN}-2.2.6-r1"; then
		elog
		elog "When upgrading from versions 2.2.6 or earlier, please be aware"
		elog "that the define for mod_authnz_ldap has changed from AUTH_LDAP"
		elog "to AUTHNZ_LDAP. Additionally mod_auth_digest needs to be enabled"
		elog "with AUTH_DIGEST now."
		elog
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2009-01-01 16:41 Guy Martin (gmsoft)
  0 siblings, 0 replies; 7+ messages in thread
From: Guy Martin (gmsoft) @ 2009-01-01 16:41 UTC (permalink / raw
  To: gentoo-commits

gmsoft      09/01/01 16:41:47

  Modified:             ChangeLog apache-2.2.10.ebuild
  Log:
  hppa stable, #252432
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.93                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	1 Jan 2009 13:54:58 -0000	1.92
+++ ChangeLog	1 Jan 2009 16:41:47 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.92 2009/01/01 13:54:58 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.93 2009/01/01 16:41:47 gmsoft Exp $
+
+  01 Jan 2009; Guy Martin <gmsoft@gentoo.org> apache-2.2.10.ebuild:
+  hppa stable, #252432
 
 *apache-2.2.11 (01 Jan 2009)
 



1.2                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?r1=1.1&r2=1.2

Index: apache-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apache-2.2.10.ebuild	25 Oct 2008 14:42:49 -0000	1.1
+++ apache-2.2.10.ebuild	1 Jan 2009 16:41:47 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.1 2008/10/25 14:42:49 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.2 2009/01/01 16:41:47 gmsoft Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20081025"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="sni"
 
 DEPEND="${DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2009-01-04 13:53 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 7+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-01-04 13:53 UTC (permalink / raw
  To: gentoo-commits

bluebird    09/01/04 13:53:47

  Modified:             ChangeLog apache-2.2.10.ebuild
  Log:
  Stable on sparc, bug #252432
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 sparc64)

Revision  Changes    Path
1.94                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	1 Jan 2009 16:41:47 -0000	1.93
+++ ChangeLog	4 Jan 2009 13:53:47 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.93 2009/01/01 16:41:47 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.94 2009/01/04 13:53:47 bluebird Exp $
+
+  04 Jan 2009; Friedrich Oslage <bluebird@gentoo.org> apache-2.2.10.ebuild:
+  Stable on sparc, bug #252432
 
   01 Jan 2009; Guy Martin <gmsoft@gentoo.org> apache-2.2.10.ebuild:
   hppa stable, #252432



1.3                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?r1=1.2&r2=1.3

Index: apache-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apache-2.2.10.ebuild	1 Jan 2009 16:41:47 -0000	1.2
+++ apache-2.2.10.ebuild	4 Jan 2009 13:53:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.2 2009/01/01 16:41:47 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.3 2009/01/04 13:53:47 bluebird Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20081025"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="sni"
 
 DEPEND="${DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2009-01-04 14:52 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-01-04 14:52 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/04 14:52:38

  Modified:             ChangeLog apache-2.2.10.ebuild
  Log:
  amd64/x86 stable, bug #252432
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.95                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	4 Jan 2009 13:53:47 -0000	1.94
+++ ChangeLog	4 Jan 2009 14:52:38 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.94 2009/01/04 13:53:47 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.95 2009/01/04 14:52:38 maekke Exp $
+
+  04 Jan 2009; Markus Meier <maekke@gentoo.org> apache-2.2.10.ebuild:
+  amd64/x86 stable, bug #252432
 
   04 Jan 2009; Friedrich Oslage <bluebird@gentoo.org> apache-2.2.10.ebuild:
   Stable on sparc, bug #252432



1.4                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?r1=1.3&r2=1.4

Index: apache-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apache-2.2.10.ebuild	4 Jan 2009 13:53:47 -0000	1.3
+++ apache-2.2.10.ebuild	4 Jan 2009 14:52:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.3 2009/01/04 13:53:47 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.4 2009/01/04 14:52:38 maekke Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20081025"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="sni"
 
 DEPEND="${DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2009-01-07 15:21 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-01-07 15:21 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/07 15:21:07

  Modified:             ChangeLog apache-2.2.10.ebuild
  Log:
  Marking apache-2.2.10 ppc64 for bug 253432
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.96                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	4 Jan 2009 14:52:38 -0000	1.95
+++ ChangeLog	7 Jan 2009 15:21:07 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.95 2009/01/04 14:52:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.96 2009/01/07 15:21:07 ranger Exp $
+
+  07 Jan 2009; Brent Baude <ranger@gentoo.org> apache-2.2.10.ebuild:
+  Marking apache-2.2.10 ppc64 for bug 253432
 
   04 Jan 2009; Markus Meier <maekke@gentoo.org> apache-2.2.10.ebuild:
   amd64/x86 stable, bug #252432



1.5                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?r1=1.4&r2=1.5

Index: apache-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apache-2.2.10.ebuild	4 Jan 2009 14:52:38 -0000	1.4
+++ apache-2.2.10.ebuild	7 Jan 2009 15:21:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.4 2009/01/04 14:52:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.5 2009/01/07 15:21:07 ranger Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20081025"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="sni"
 
 DEPEND="${DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2009-01-09 17:28 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-01-09 17:28 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/09 17:28:02

  Modified:             ChangeLog apache-2.2.10.ebuild
  Log:
  Marking apache-2.2.10 ppc for bug 252432
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.97                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	7 Jan 2009 15:21:07 -0000	1.96
+++ ChangeLog	9 Jan 2009 17:28:02 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.96 2009/01/07 15:21:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.97 2009/01/09 17:28:02 ranger Exp $
+
+  09 Jan 2009; Brent Baude <ranger@gentoo.org> apache-2.2.10.ebuild:
+  Marking apache-2.2.10 ppc for bug 252432
 
   07 Jan 2009; Brent Baude <ranger@gentoo.org> apache-2.2.10.ebuild:
   Marking apache-2.2.10 ppc64 for bug 253432



1.6                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?r1=1.5&r2=1.6

Index: apache-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apache-2.2.10.ebuild	7 Jan 2009 15:21:07 -0000	1.5
+++ apache-2.2.10.ebuild	9 Jan 2009 17:28:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.5 2009/01/07 15:21:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.6 2009/01/09 17:28:02 ranger Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20081025"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="sni"
 
 DEPEND="${DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild
@ 2009-01-23 11:29 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-23 11:29 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/23 11:29:42

  Modified:             ChangeLog apache-2.2.10.ebuild
  Log:
  alpha/arm/ia64/s390/sh stable wrt #252432
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.98                 www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	9 Jan 2009 17:28:02 -0000	1.97
+++ ChangeLog	23 Jan 2009 11:29:41 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.97 2009/01/09 17:28:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.98 2009/01/23 11:29:41 armin76 Exp $
+
+  23 Jan 2009; Raúl Porcel <armin76@gentoo.org> apache-2.2.10.ebuild:
+  alpha/arm/ia64/s390/sh stable wrt #252432
 
   09 Jan 2009; Brent Baude <ranger@gentoo.org> apache-2.2.10.ebuild:
   Marking apache-2.2.10 ppc for bug 252432



1.7                  www-servers/apache/apache-2.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild?r1=1.6&r2=1.7

Index: apache-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apache-2.2.10.ebuild	9 Jan 2009 17:28:02 -0000	1.6
+++ apache-2.2.10.ebuild	23 Jan 2009 11:29:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.6 2009/01/09 17:28:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.7 2009/01/23 11:29:41 armin76 Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20081025"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="sni"
 
 DEPEND="${DEPEND}






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

end of thread, other threads:[~2009-01-23 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 16:41 [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.10.ebuild Guy Martin (gmsoft)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-23 11:29 Raul Porcel (armin76)
2009-01-09 17:28 Brent Baude (ranger)
2009-01-07 15:21 Brent Baude (ranger)
2009-01-04 14:52 Markus Meier (maekke)
2009-01-04 13:53 Friedrich Oslage (bluebird)
2008-10-25 14:42 Benedikt Boehm (hollow)

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