summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-08-03 20:47:27 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-08-03 20:47:27 +0000
commit8c948ae781d3ef97998ba03412c7570cb8ba75df (patch)
tree63e4a3403411352e49c2147a247634d2ba5f1470 /eclass
parentScatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks to... (diff)
downloadgentoo-2-8c948ae781d3ef97998ba03412c7570cb8ba75df.tar.gz
gentoo-2-8c948ae781d3ef97998ba03412c7570cb8ba75df.tar.bz2
gentoo-2-8c948ae781d3ef97998ba03412c7570cb8ba75df.zip
Improve deprecation warnings. Prepare for Qt 4.4.1
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt3.eclass4
-rw-r--r--eclass/qt4.eclass6
2 files changed, 5 insertions, 5 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass
index 23a564a5ca37..e5dd7404d935 100644
--- a/eclass/qt3.eclass
+++ b/eclass/qt3.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/qt3.eclass,v 1.36 2008/07/29 08:32:48 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.37 2008/08/03 20:47:27 carlo Exp $
# @ECLASS: qt3.eclass
# @MAINTAINER:
@@ -29,7 +29,7 @@ addpredict "${QTDIR}/etc/settings"
# This function is deprecated. Use slot dependencies instead.
qt_min_version() {
local list=$(qt_min_version_list "$@")
- ewarn "qt_min_version() is deprecated. Use slot dependencies instead."
+ ewarn "${CATEGORY}/${PF}: qt_min_version() is deprecated. Use slot dependencies instead."
if [[ ${list%% *} == "${list}" ]]; then
echo "${list}"
else
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass
index b209673a8a22..384c19426da9 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.47 2008/07/29 08:32:48 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.48 2008/08/03 20:47:27 carlo Exp $
# @ECLASS: qt4.eclass
# @MAINTAINER:
@@ -17,7 +17,7 @@ inherit eutils multilib toolchain-funcs versionator
QTPKG="x11-libs/qt-"
QT4MAJORVERSIONS="4.4 4.3 4.2 4.1 4.0"
-QT4VERSIONS="4.4.0 4.4.0_beta1 4.4.0_rc1
+QT4VERSIONS="4.4.1 4.4.0 4.4.0_beta1 4.4.0_rc1
4.3.4-r1 4.3.5 4.3.4 4.3.3 4.3.2-r1 4.3.2 4.3.1-r1 4.3.1
4.3.0-r2 4.3.0-r1 4.3.0 4.3.0_rc1 4.3.0_beta1
4.2.3-r1 4.2.3 4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0
@@ -30,7 +30,7 @@ QT4VERSIONS="4.4.0 4.4.0_beta1 4.4.0_rc1
# This function is deprecated. Use slot dependencies instead.
qt4_min_version() {
local deps="$@"
- ewarn "qt4_min_version() is deprecated. Use slot dependencies instead."
+ ewarn "${CATEGORY}/${PF}: qt4_min_version() is deprecated. Use slot dependencies instead."
case ${EAPI:-0} in
# EAPIs without SLOT dependencies
0) echo "|| ("