diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:57:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:57:33 +0000 |
commit | 6b82f5df399f2c543352f033fa073de19fff78ca (patch) | |
tree | 722a66653e1bb56f2828db33d3d1dd14392fe760 /x11-libs/qt | |
parent | Adding libogg and libvorbis missing deps, bug #159722, thanks to Steven De Bo... (diff) | |
download | gentoo-2-6b82f5df399f2c543352f033fa073de19fff78ca.tar.gz gentoo-2-6b82f5df399f2c543352f033fa073de19fff78ca.tar.bz2 gentoo-2-6b82f5df399f2c543352f033fa073de19fff78ca.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.4-r8.ebuild | 18 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.6-r4.ebuild | 18 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.6-r5.ebuild | 18 |
4 files changed, 33 insertions, 29 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 7e99ee7fa40f..cf170faf9581 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.405 2006/12/21 13:21:10 caleb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.406 2007/01/05 20:57:33 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> qt-3.3.4-r8.ebuild, + qt-3.3.6-r4.ebuild, qt-3.3.6-r5.ebuild: + Convert to use elog. 21 Dec 2006; Caleb Tennis <caleb@gentoo.org> qt-4.2.2.ebuild: change install targets to simply subtargets, per bug #157997 diff --git a/x11-libs/qt/qt-3.3.4-r8.ebuild b/x11-libs/qt/qt-3.3.4-r8.ebuild index e12d2ff3550f..e5cece8bc40d 100644 --- a/x11-libs/qt/qt-3.3.4-r8.ebuild +++ b/x11-libs/qt/qt-3.3.4-r8.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/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.20 2006/11/23 20:09:56 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.21 2007/01/05 20:57:33 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -351,12 +351,12 @@ EOF pkg_postinst() { echo - einfo "After a rebuild of Qt, it can happen that Qt plugins (such as Qt/KDE styles," - einfo "or widgets for the Qt designer) are no longer recognized. If this situation" - einfo "occurs you should recompile the packages providing these plugins," - einfo "and you should also make sure that Qt and its plugins were compiled with the" - einfo "same version of gcc. Packages that may need to be rebuilt are, for instance," - einfo "kde-base/kdelibs, kde-base/kdeartwork and kde-base/kdeartwork-styles." - einfo "See http://doc.trolltech.com/3.3/plugins-howto.html for more infos." + elog "After a rebuild of Qt, it can happen that Qt plugins (such as Qt/KDE styles," + elog "or widgets for the Qt designer) are no longer recognized. If this situation" + elog "occurs you should recompile the packages providing these plugins," + elog "and you should also make sure that Qt and its plugins were compiled with the" + elog "same version of gcc. Packages that may need to be rebuilt are, for instance," + elog "kde-base/kdelibs, kde-base/kdeartwork and kde-base/kdeartwork-styles." + elog "See http://doc.trolltech.com/3.3/plugins-howto.html for more infos." echo } diff --git a/x11-libs/qt/qt-3.3.6-r4.ebuild b/x11-libs/qt/qt-3.3.6-r4.ebuild index f3cc12308a16..b056df4fa554 100644 --- a/x11-libs/qt/qt-3.3.6-r4.ebuild +++ b/x11-libs/qt/qt-3.3.6-r4.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/x11-libs/qt/qt-3.3.6-r4.ebuild,v 1.11 2006/11/23 20:09:56 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r4.ebuild,v 1.12 2007/01/05 20:57:33 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -370,12 +370,12 @@ EOF pkg_postinst() { echo - einfo "After a rebuild of Qt, it can happen that Qt plugins (such as Qt/KDE styles," - einfo "or widgets for the Qt designer) are no longer recognized. If this situation" - einfo "occurs you should recompile the packages providing these plugins," - einfo "and you should also make sure that Qt and its plugins were compiled with the" - einfo "same version of gcc. Packages that may need to be rebuilt are, for instance," - einfo "kde-base/kdelibs, kde-base/kdeartwork and kde-base/kdeartwork-styles." - einfo "See http://doc.trolltech.com/3.3/plugins-howto.html for more infos." + elog "After a rebuild of Qt, it can happen that Qt plugins (such as Qt/KDE styles," + elog "or widgets for the Qt designer) are no longer recognized. If this situation" + elog "occurs you should recompile the packages providing these plugins," + elog "and you should also make sure that Qt and its plugins were compiled with the" + elog "same version of gcc. Packages that may need to be rebuilt are, for instance," + elog "kde-base/kdelibs, kde-base/kdeartwork and kde-base/kdeartwork-styles." + elog "See http://doc.trolltech.com/3.3/plugins-howto.html for more infos." echo } diff --git a/x11-libs/qt/qt-3.3.6-r5.ebuild b/x11-libs/qt/qt-3.3.6-r5.ebuild index 1b33fa2dca20..b0ce563e8396 100644 --- a/x11-libs/qt/qt-3.3.6-r5.ebuild +++ b/x11-libs/qt/qt-3.3.6-r5.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/x11-libs/qt/qt-3.3.6-r5.ebuild,v 1.2 2006/11/24 15:05:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r5.ebuild,v 1.3 2007/01/05 20:57:33 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -373,12 +373,12 @@ EOF pkg_postinst() { echo - einfo "After a rebuild of Qt, it can happen that Qt plugins (such as Qt/KDE styles," - einfo "or widgets for the Qt designer) are no longer recognized. If this situation" - einfo "occurs you should recompile the packages providing these plugins," - einfo "and you should also make sure that Qt and its plugins were compiled with the" - einfo "same version of gcc. Packages that may need to be rebuilt are, for instance," - einfo "kde-base/kdelibs, kde-base/kdeartwork and kde-base/kdeartwork-styles." - einfo "See http://doc.trolltech.com/3.3/plugins-howto.html for more infos." + elog "After a rebuild of Qt, it can happen that Qt plugins (such as Qt/KDE styles," + elog "or widgets for the Qt designer) are no longer recognized. If this situation" + elog "occurs you should recompile the packages providing these plugins," + elog "and you should also make sure that Qt and its plugins were compiled with the" + elog "same version of gcc. Packages that may need to be rebuilt are, for instance," + elog "kde-base/kdelibs, kde-base/kdeartwork and kde-base/kdeartwork-styles." + elog "See http://doc.trolltech.com/3.3/plugins-howto.html for more infos." echo } |