From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JKerW-0001gw-LB for garchives@archives.gentoo.org; Thu, 31 Jan 2008 19:14:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF7AE036A; Thu, 31 Jan 2008 19:14:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB3A1E036A for ; Thu, 31 Jan 2008 19:14:13 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6C1C264DF9 for ; Thu, 31 Jan 2008 19:14:13 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JKerT-0002rg-J0 for gentoo-commits@lists.gentoo.org; Thu, 31 Jan 2008 19:14:12 +0000 From: "Benedikt Boehm (hollow)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hollow@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_transform/files: 10_mod_transform.conf X-VCS-Repository: gentoo-x86 X-VCS-Files: 10_mod_transform.conf X-VCS-Directories: www-apache/mod_transform/files X-VCS-Committer: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Message-Id: Sender: Benedikt Boehm Date: Thu, 31 Jan 2008 19:14:11 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 772051f9-1bbc-4eb4-b49c-694e11fd0497 X-Archives-Hash: a6d846fa4fe5ec373be8aa3f7fa5301a hollow 08/01/31 19:14:11 Modified: 10_mod_transform.conf Log: fix depend.apache usage wrt #208033; update metadata; cleanup (Portage version: 2.1.4) Revision Changes Path 1.2 www-apache/mod_transform/files/10_mod_transform.conf file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tra= nsform/files/10_mod_transform.conf?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tra= nsform/files/10_mod_transform.conf?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tra= nsform/files/10_mod_transform.conf?r1=3D1.1&r2=3D1.2 Index: 10_mod_transform.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_transform/files/10_mod_t= ransform.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 10_mod_transform.conf 29 Jul 2007 15:30:50 -0000 1.1 +++ 10_mod_transform.conf 31 Jan 2008 19:14:11 -0000 1.2 @@ -1,4 +1,6 @@ - LoadModule transform_module modules/mod_transform.so - AddOutputFilter XSLT xml +LoadModule transform_module modules/mod_transform.so +AddOutputFilter XSLT xml + +# vim: ts=3D4 filetype=3Dapache --=20 gentoo-commits@lists.gentoo.org mailing list