From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IwHbt-0001Ke-Qo for garchives@archives.gentoo.org; Sun, 25 Nov 2007 13:33:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAPDXKiF032617; Sun, 25 Nov 2007 13:33:20 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAPDXJm3032598 for ; Sun, 25 Nov 2007 13:33:19 GMT 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 D36E164E55 for ; Sun, 25 Nov 2007 13:33:18 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IwHbp-0006Ns-GJ for gentoo-commits@lists.gentoo.org; Sun, 25 Nov 2007 13:33:17 +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_tcl: mod_tcl-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mod_tcl-1.0.1.ebuild ChangeLog X-VCS-Directories: www-apache/mod_tcl X-VCS-Committer: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Benedikt Boehm Date: Sun, 25 Nov 2007 13:33:17 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 8efc81cb-3219-4511-b0ad-e985cd8df11a X-Archives-Hash: 60edab0f7e11353737bb076140150a9d hollow 07/11/25 13:33:17 Modified: mod_tcl-1.0.1.ebuild ChangeLog Log: fix apache-module eclass usage (Portage version: 2.1.3.19) Revision Changes Path 1.6 www-apache/mod_tcl/mod_tcl-1.0.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?r1=1.5&r2=1.6 Index: mod_tcl-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mod_tcl-1.0.1.ebuild 13 Oct 2007 19:02:57 -0000 1.5 +++ mod_tcl-1.0.1.ebuild 25 Nov 2007 13:33:16 -0000 1.6 @@ -1,6 +1,6 @@ # 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.5 2007/10/13 19:02:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.6 2007/11/25 13:33:16 hollow Exp $ inherit apache-module @@ -27,5 +27,5 @@ src_compile() { mv -f "tcl_core.c" "${PN}.c" - apache2_src_compile + apache-module_src_compile } 1.15 www-apache/mod_tcl/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 13 Oct 2007 19:02:57 -0000 1.14 +++ ChangeLog 25 Nov 2007 13:33:16 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_tcl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.14 2007/10/13 19:02:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.15 2007/11/25 13:33:16 hollow Exp $ + + 25 Nov 2007; Benedikt Böhm mod_tcl-1.0.1.ebuild: + fix apache-module eclass usage 13 Oct 2007; Sven Wegener mod_tcl-1.0.1.ebuild: Add ~amd64 keyword. -- gentoo-commits@gentoo.org mailing list