summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Allanos <dju@gentoo.org>2007-01-07 19:11:52 +0000
committerJulien Allanos <dju@gentoo.org>2007-01-07 19:11:52 +0000
commit835a06473e8c5774d4e5086c84406e7c443527dd (patch)
tree1cde5a6f678abbd1d04b04232f058058b0cd3343 /www-apps/trac
parentppc stable, bug #160321 (diff)
downloadhistorical-835a06473e8c5774d4e5086c84406e7c443527dd.tar.gz
historical-835a06473e8c5774d4e5086c84406e7c443527dd.tar.bz2
historical-835a06473e8c5774d4e5086c84406e7c443527dd.zip
Fixed built_with_use_error() internal function name, closing bug #160651. Removed 0.10.2 ebuild.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'www-apps/trac')
-rw-r--r--www-apps/trac/ChangeLog9
-rw-r--r--www-apps/trac/trac-0.10.1.ebuild6
-rw-r--r--www-apps/trac/trac-0.10.3.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/www-apps/trac/ChangeLog b/www-apps/trac/ChangeLog
index f423b3b8d85b..246f15623196 100644
--- a/www-apps/trac/ChangeLog
+++ b/www-apps/trac/ChangeLog
@@ -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)
diff --git a/www-apps/trac/trac-0.10.1.ebuild b/www-apps/trac/trac-0.10.1.ebuild
index e11ef09b1e7b..85789a94319f 100644
--- a/www-apps/trac/trac-0.10.1.ebuild
+++ b/www-apps/trac/trac-0.10.1.ebuild
@@ -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
diff --git a/www-apps/trac/trac-0.10.3.ebuild b/www-apps/trac/trac-0.10.3.ebuild
index 7f34cfcb6344..18b9e60d9ed8 100644
--- a/www-apps/trac/trac-0.10.3.ebuild
+++ b/www-apps/trac/trac-0.10.3.ebuild
@@ -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