Fixed built_with_use_error() internal function name, closing bug #160651. Removed...
authorJulien Allanos <dju@gentoo.org>
Sun, 7 Jan 2007 19:11:52 +0000 (19:11 +0000)
committerJulien Allanos <dju@gentoo.org>
Sun, 7 Jan 2007 19:11:52 +0000 (19:11 +0000)
Package-Manager: portage-2.1.1-r2

www-apps/trac/ChangeLog
www-apps/trac/trac-0.10.1.ebuild
www-apps/trac/trac-0.10.3.ebuild

index f423b3b8d85b03178a1825455264b4c356846fbd..246f1562319656a5c0035601cf2aca33c19afece 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/trac
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.48 2006/12/14 09:08:55 dju Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.49 2007/01/07 19:11:52 dju Exp $
+
+  07 Jan 2007; Julien Allanos <dju@gentoo.org> trac-0.10.1.ebuild,
+  -trac-0.10.2.ebuild, trac-0.10.3.ebuild:
+  Fixed built_with_use_error() internal function name, closing bug #160651.
+  Removed 0.10.2 ebuild.
 
 *trac-0.10.3 (14 Dec 2006)
 
index e11ef09b1e7bf56f1ed2aa8287f883a95af406bf..85789a94319f1a71ed65d1d1cf48eadfbc189903 100644 (file)
@@ -1,6 +1,6 @@
-# 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-apps/trac/trac-0.10.1.ebuild,v 1.4 2006/11/23 17:31:14 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-0.10.1.ebuild,v 1.5 2007/01/07 19:11:52 dju Exp $
 
 inherit distutils webapp
 
@@ -53,7 +53,7 @@ DEPEND="${DEPEND}
 #   fi
 #
 # Note: when <USE flag> is not specified, <functionality> is used for the USE flag name.
-built_with_use_error_msg() {
+built_with_use_error() {
        local package=$1
        local func=$2
        local use_flag=$3
index 7f34cfcb63447bfcae7f4330316e44aa94a9efcd..18b9e60d9ed84b745ca510b4c47b56d3c1263075 100644 (file)
@@ -1,6 +1,6 @@
-# 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-apps/trac/trac-0.10.3.ebuild,v 1.1 2006/12/14 09:08:55 dju Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-0.10.3.ebuild,v 1.2 2007/01/07 19:11:52 dju Exp $
 
 inherit distutils webapp
 
@@ -53,7 +53,7 @@ DEPEND="${DEPEND}
 #   fi
 #
 # Note: when <USE flag> is not specified, <functionality> is used for the USE flag name.
-built_with_use_error_msg() {
+built_with_use_error() {
        local package=$1
        local func=$2
        local use_flag=$3