summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-08-16 12:20:15 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-08-16 12:20:15 +0000
commit9c955275d2ee14a9457ab6c7cbc247bca1a2a541 (patch)
tree525ac8c4f7acb6d0e48777e87f04f165526f7d42 /eclass
parentamd64 stable (diff)
downloadgentoo-2-9c955275d2ee14a9457ab6c7cbc247bca1a2a541.tar.gz
gentoo-2-9c955275d2ee14a9457ab6c7cbc247bca1a2a541.tar.bz2
gentoo-2-9c955275d2ee14a9457ab6c7cbc247bca1a2a541.zip
Rename eclass functions
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4.eclass10
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass
index ebcfc99cdfaf..16c46aceb103 100644
--- a/eclass/qt4.eclass
+++ b/eclass/qt4.eclass
@@ -1,6 +1,6 @@
# Copyright 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.3 2006/06/22 19:53:21 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.4 2006/08/16 12:20:15 caleb Exp $
#
# Author Caleb Tennis <caleb@gentoo.org>
#
@@ -10,6 +10,8 @@
#
# and it handles the rest for you
#
+# 08.16.06 - Renamed qt_min_* to qt4_min_* to avoid conflicts with the qt3 eclass.
+# - Caleb Tennis <caleb@gentoo.org>
inherit versionator
@@ -17,13 +19,13 @@ QTPKG="x11-libs/qt-"
QT4MAJORVERSIONS="4.1 4.0"
QT4VERSIONS="4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0"
-qt_min_version() {
+qt4_min_version() {
echo "|| ("
- qt_min_version_list "$@"
+ qt4_min_version_list "$@"
echo ")"
}
-qt_min_version_list() {
+qt4_min_version_list() {
local MINVER="$1"
local VERSIONS=""