Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Mon, 15 Jan 2007 19:31:28 +0000 (19:31 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Mon, 15 Jan 2007 19:31:28 +0000 (19:31 +0000)
Package-Manager: portage-2.1.2_rc4-r8

www-apache/mod_tcl/ChangeLog
www-apache/mod_tcl/files/27_mod_tcl.conf
www-apache/mod_tcl/metadata.xml
www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
www-apache/mod_umask/ChangeLog
www-apache/mod_umask/metadata.xml
www-apache/mod_umask/mod_umask-0.1.0.ebuild

index 445e9bca50947f156e971e041444b01f6d21c7fb..9c21c37f692ef6239e08e949b954009c7d463bf7 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_tcl
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.12 2006/10/21 06:31:54 dertobi123 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.13 2007/01/15 19:28:38 chtekk Exp $
+
+  15 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
+  -files/1.0-r1/27_mod_tcl.conf, files/27_mod_tcl.conf, metadata.xml,
+  -mod_tcl-1.0-r1.ebuild, mod_tcl-1.0.1.ebuild:
+  Cleanup.
 
   21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   mod_tcl-1.0.1.ebuild:
index fe25a22f0f09f6f9f97ed64b2c3f318bfdf9ddc4..f21aeef530b268b74a6fd258a420b777795d598b 100644 (file)
@@ -1,6 +1,6 @@
 <IfDefine TCL>
   <IfModule !mod_tcl.c>
-    LoadModule tcl_module    extramodules/mod_tcl.so
+    LoadModule tcl_module    modules/mod_tcl.so
   </IfModule>
 </IfDefine>
 
index ff5b6490402ee27b49f6e4b711d55247db5410d1..a1f5ceff235260de2b6b6d9c980c7f6c49e55198 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>apache</herd>
-<maintainer>
-  <email>apache-bugs@gentoo.org</email>
-</maintainer>
+       <herd>apache</herd>
+       <maintainer>
+               <email>apache-bugs@gentoo.org</email>
+       </maintainer>
 </pkgmetadata>
index ddd3b2fca51d1914475ec0083f7fb1d8b98456e2..26e8c6b6eeaae2e1c9cf4149d44d1196702c8953 100644 (file)
@@ -1,23 +1,24 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.3 2006/10/21 06:31:54 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.4 2007/01/15 19:28:38 chtekk Exp $
 
-inherit eutils apache-module
+inherit apache-module
 
-DESCRIPTION="An Apache2 DSO providing an embedded Tcl interpreter"
+KEYWORDS="ppc x86"
+
+DESCRIPTION="An Apache2 module providing an embedded Tcl interpreter."
 HOMEPAGE="http://tcl.apache.org/mod_tcl/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
 LICENSE="Apache-1.1"
-KEYWORDS="ppc x86"
-IUSE=""
 SLOT="0"
+IUSE=""
 
 DEPEND="dev-lang/tcl"
 RDEPEND="${DEPEND}"
 
 APXS2_ARGS="-c -Wl,-ltcl -DHAVE_TCL_H ${PN}.c tcl_cmds.c tcl_misc.c"
-APACHE2_MOD_CONF="1.0-r1/27_mod_tcl"
+
+APACHE2_MOD_CONF="27_${PN}"
 APACHE2_MOD_DEFINE="TCL"
 
 DOCFILES="AUTHORS INSTALL NEWS README test_script.tm"
@@ -25,6 +26,6 @@ DOCFILES="AUTHORS INSTALL NEWS README test_script.tm"
 need_apache2
 
 src_compile() {
-       mv tcl_core.c ${PN}.c
+       mv -f "tcl_core.c" "${PN}.c"
        apache2_src_compile
 }
index 23618e46591ae0bbf8375cf9c9a151992e89b59b..27880d5f9bdb72a3ad764274d9049b495a482c16 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_umask
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/ChangeLog,v 1.5 2006/06/06 10:42:40 hollow Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/ChangeLog,v 1.6 2007/01/15 19:31:28 chtekk Exp $
+
+  15 Jan 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+  mod_umask-0.1.0.ebuild:
+  Cleanup.
 
   06 Jun 2006; Benedikt Böhm <hollow@gentoo.org> files/47_mod_umask.conf:
   fix #114929
index ff5b6490402ee27b49f6e4b711d55247db5410d1..a1f5ceff235260de2b6b6d9c980c7f6c49e55198 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>apache</herd>
-<maintainer>
-  <email>apache-bugs@gentoo.org</email>
-</maintainer>
+       <herd>apache</herd>
+       <maintainer>
+               <email>apache-bugs@gentoo.org</email>
+       </maintainer>
 </pkgmetadata>
index 4123f1213a836e8429378cc25c4d28cec9a3f5b6..e8634bc5e3782188da75a848af143d3332be5eb1 100644 (file)
@@ -1,21 +1,22 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/mod_umask-0.1.0.ebuild,v 1.4 2005/12/10 13:06:46 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/mod_umask-0.1.0.ebuild,v 1.5 2007/01/15 19:31:28 chtekk Exp $
 
 inherit apache-module
 
-DESCRIPTION="Sets the Unix umask of the Apache HTTPd process after it has started."
-SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2"
-HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/"
+KEYWORDS="amd64 x86"
 
-SLOT="0"
+DESCRIPTION="Sets the Unix umask of the Apache2 webserver process after it has started."
+HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/"
+SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
+SLOT="0"
 IUSE=""
 
+DEPEND=""
+RDEPEND=""
+
 APACHE2_MOD_CONF="47_${PN}"
 APACHE2_MOD_DEFINE="UMASK"
 
 need_apache2
-
-# vim:ts=4