From 30760851c398f1b658d5093e13f8c7a1c6a7c81f Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Mon, 5 Jun 2006 18:41:13 +0000 Subject: [PATCH] Cleanup old files. Package-Manager: portage-2.1_rc4-r2 --- net-www/mod_xslt/ChangeLog | 9 ++++- net-www/mod_xslt/files/25_mod_xslt.conf | 39 ++++++++++++-------- net-www/mod_xslt/files/digest-mod_xslt-2.0.4 | 2 + net-www/mod_xslt/metadata.xml | 12 ++---- net-www/mod_xslt/mod_xslt-2.0.4.ebuild | 9 ++--- 5 files changed, 42 insertions(+), 29 deletions(-) diff --git a/net-www/mod_xslt/ChangeLog b/net-www/mod_xslt/ChangeLog index 6d33bf48bd17..ad637d05e0c8 100644 --- a/net-www/mod_xslt/ChangeLog +++ b/net-www/mod_xslt/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-www/mod_xslt # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/ChangeLog,v 1.20 2006/06/05 02:41:54 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/ChangeLog,v 1.21 2006/06/05 18:41:13 chtekk Exp $ + + 05 Jun 2006; Luca Longinotti + -files/mod-xslt-1.0.5a-debug.patch, -files/mod_xslt-1.0.5a-register.patch, + -files/mod_xslt-1.05a.patch, -files/1.0.5a-r1/25_mod_xslt.conf, + files/25_mod_xslt.conf, -files/mod-xslt-1.0.5a-content.patch, + metadata.xml, mod_xslt-2.0.4.ebuild: + Cleanup old files and fix bug #132117. 05 Jun 2006; Michael Stewart -mod_xslt-1.0.5a.ebuild, -mod_xslt-1.0.5a-r1.ebuild: diff --git a/net-www/mod_xslt/files/25_mod_xslt.conf b/net-www/mod_xslt/files/25_mod_xslt.conf index 863b50d39b89..f04e0bf851c8 100644 --- a/net-www/mod_xslt/files/25_mod_xslt.conf +++ b/net-www/mod_xslt/files/25_mod_xslt.conf @@ -1,20 +1,29 @@ - - LoadModule mod_xslt extramodules/mod_xslt.so - + + LoadModule mod_xslt modules/mod_xslt.so + - +### EXAMPLE 1: transform all .xml files +### +# +# AddOutputFilter mod_xslt .xml +# -AddOutputFilter mod-xslt .xml - - - SetOutputFilter mod-xslt - - - - -# -# AddOutputFilterByType mod-xslt text/xml -# +### EXAMPLE 2: transform all files within a special location (_REPLACE_ME_) +### +# +# +# SetOutputFilter mod_xslt +# +# +### EXAMPLE 3: transform all files whose content type is either +### text/xml or application/xml within a given directory +### +# +# +# AddOutputFilterByType mod_xslt text/xml +# AddOutputFilterByType mod_xslt application/xml +# +# diff --git a/net-www/mod_xslt/files/digest-mod_xslt-2.0.4 b/net-www/mod_xslt/files/digest-mod_xslt-2.0.4 index 0bc1f7e4efa3..9eb9e868e21d 100644 --- a/net-www/mod_xslt/files/digest-mod_xslt-2.0.4 +++ b/net-www/mod_xslt/files/digest-mod_xslt-2.0.4 @@ -1 +1,3 @@ MD5 0af29d0ff4dd6d921127c0fb730345ac mod_xslt.2.0.4.tgz 16030 +RMD160 03eecb0a933cd07b77e1c226ecbe91c4cbbf5c87 mod_xslt.2.0.4.tgz 16030 +SHA256 8baceed9852b385913e036a24eccf4e64c9a2c435399bfc4967fd4df11a0cfab mod_xslt.2.0.4.tgz 16030 diff --git a/net-www/mod_xslt/metadata.xml b/net-www/mod_xslt/metadata.xml index b5dacc90f7f7..8f398d815b6c 100644 --- a/net-www/mod_xslt/metadata.xml +++ b/net-www/mod_xslt/metadata.xml @@ -1,12 +1,8 @@ -apache - - trapni@gentoo.org - Christian Parpart - - -The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. - + apache + + apache-bugs@gentoo.org + diff --git a/net-www/mod_xslt/mod_xslt-2.0.4.ebuild b/net-www/mod_xslt/mod_xslt-2.0.4.ebuild index 1b6fd7f2f6f1..e521f181526a 100644 --- a/net-www/mod_xslt/mod_xslt-2.0.4.ebuild +++ b/net-www/mod_xslt/mod_xslt-2.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/mod_xslt-2.0.4.ebuild,v 1.10 2005/12/10 12:55:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/mod_xslt-2.0.4.ebuild,v 1.11 2006/06/05 18:41:13 chtekk Exp $ inherit eutils apache-module -DESCRIPTION="An xslt filtering DSO module for Apache2" +DESCRIPTION="An xslt filtering DSO module for Apache2." HOMEPAGE="http://www.mod-xslt.com/" SRC_URI="mirror://sourceforge/mod-xslt/${PN}.${PV}.tgz" @@ -20,11 +20,10 @@ DEPEND="${RDEPEND} dev-lang/perl" S="${WORKDIR}/${PN}.${PV}" -BASE_CONFIG_PV="1.0.5a-r1" APXS2_ARGS="-I/usr/include/libxml2 -lxslt -lxml2 -lpthread -lz -lm -c ${PN}.c" -APACHE2_MOD_CONF="${BASE_CONFIG_PV}/25_mod_xslt" +APACHE2_MOD_CONF="25_mod_xslt" APACHE2_MOD_DEFINE="XSLT" DOCFILES="ChangeLog.txt README.txt" -- 2.26.2