diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 16:01:22 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 16:01:22 +0000 |
commit | 55fc234c1dba2b4ca5e1d554aef3d5104bd4af87 (patch) | |
tree | 86f3b667d04d2a113e8fc3f4be350993acc71c30 /x11-libs/qt | |
parent | Version bumped. (diff) | |
download | gentoo-2-55fc234c1dba2b4ca5e1d554aef3d5104bd4af87.tar.gz gentoo-2-55fc234c1dba2b4ca5e1d554aef3d5104bd4af87.tar.bz2 gentoo-2-55fc234c1dba2b4ca5e1d554aef3d5104bd4af87.zip |
Add warning about qt:3 deprecation and upcoming removal.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.8b-r1.ebuild | 11 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.8b-r2.ebuild | 11 |
3 files changed, 24 insertions, 6 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 796489c893b7..1a548120bf39 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.609 2009/12/25 15:32:37 abcd Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.610 2010/01/02 16:01:22 yngwin Exp $ + + 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> qt-3.3.8b-r1.ebuild, + qt-3.3.8b-r2.ebuild: + Add warning about qt:3 deprecation and upcoming removal. 25 Dec 2009; Jonathan Callen <abcd@gentoo.org> qt-4.6.0.ebuild: Add prefix keywords diff --git a/x11-libs/qt/qt-3.3.8b-r1.ebuild b/x11-libs/qt/qt-3.3.8b-r1.ebuild index 9ea198b02986..70d175ec743c 100644 --- a/x11-libs/qt/qt-3.3.8b-r1.ebuild +++ b/x11-libs/qt/qt-3.3.8b-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.8b-r1.ebuild,v 1.9 2009/12/03 18:25:47 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.8b-r1.ebuild,v 1.10 2010/01/02 16:01:22 yngwin Exp $ # *** Please remember to update qt3.eclass when revbumping this *** @@ -52,6 +52,13 @@ S="${WORKDIR}/qt-x11-${SRCTYPE}-${PV}" QTBASE="/usr/qt/3" pkg_setup() { + ewarn + ewarn "===== WARNING =====" + ewarn "Qt3 is deprecated and unsupported, both upstream and by the Gentoo Qt" + ewarn "Project. x11-libs/qt:3 will be removed from portage soon. See" + ewarn "http://archives.gentoo.org/gentoo-dev/msg_f988855f798764822704bbbd743ab6f7.xml" + ewarn "You are encouraged to use Qt4 instead." + ewarn if use immqt && use immqt-bc ; then ewarn ewarn "immqt and immqt-bc are exclusive. You cannot set both." diff --git a/x11-libs/qt/qt-3.3.8b-r2.ebuild b/x11-libs/qt/qt-3.3.8b-r2.ebuild index d5f6fe6a3cdd..4585a716c8d6 100644 --- a/x11-libs/qt/qt-3.3.8b-r2.ebuild +++ b/x11-libs/qt/qt-3.3.8b-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.8b-r2.ebuild,v 1.7 2009/12/03 18:25:47 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.8b-r2.ebuild,v 1.8 2010/01/02 16:01:22 yngwin Exp $ # *** Please remember to update qt3.eclass when revbumping this *** @@ -52,6 +52,13 @@ S="${WORKDIR}/qt-x11-${SRCTYPE}-${PV}" QTBASE="/usr/qt/3" pkg_setup() { + ewarn + ewarn "===== WARNING =====" + ewarn "Qt3 is deprecated and unsupported, both upstream and by the Gentoo Qt" + ewarn "Project. x11-libs/qt:3 will be removed from portage soon. See" + ewarn "http://archives.gentoo.org/gentoo-dev/msg_f988855f798764822704bbbd743ab6f7.xml" + ewarn "You are encouraged to use Qt4 instead." + ewarn if use immqt && use immqt-bc ; then ewarn ewarn "immqt and immqt-bc are exclusive. You cannot set both." |