diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:42:15 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:42:15 +0000 |
commit | 1d59f283f2b838da0a1a5cc39288a94c18610cf6 (patch) | |
tree | 8b835fac59efbaed9b881600907103a428b7391a /x11-libs/qt-qt3support | |
parent | Version bump qt-phonon to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhau... (diff) | |
download | gentoo-2-1d59f283f2b838da0a1a5cc39288a94c18610cf6.tar.gz gentoo-2-1d59f283f2b838da0a1a5cc39288a94c18610cf6.tar.bz2 gentoo-2-1d59f283f2b838da0a1a5cc39288a94c18610cf6.zip |
Version bump qt-qt3support to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'x11-libs/qt-qt3support')
-rw-r--r-- | x11-libs/qt-qt3support/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-qt3support/qt-qt3support-4.4.0_rc1.ebuild (renamed from x11-libs/qt-qt3support/qt-qt3support-4.4.0_beta1.ebuild) | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-libs/qt-qt3support/ChangeLog b/x11-libs/qt-qt3support/ChangeLog index 039fb4733167..80dbafa7e414 100644 --- a/x11-libs/qt-qt3support/ChangeLog +++ b/x11-libs/qt-qt3support/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-qt3support # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.3 2008/03/05 23:26:53 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.4 2008/04/10 13:42:15 ingmar Exp $ + + 10 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -qt-qt3support-4.4.0_beta1.ebuild, +qt-qt3support-4.4.0_rc1.ebuild: + Version bump qt-qt3support to 4.4.0_rc1. Thanks to Bo Andresen and Bernd + Steinhauser. 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-qt3support-4.4.0_rc1.ebuild: diff --git a/x11-libs/qt-qt3support/qt-qt3support-4.4.0_beta1.ebuild b/x11-libs/qt-qt3support/qt-qt3support-4.4.0_rc1.ebuild index c0ad13965a10..67dd1259c1c7 100644 --- a/x11-libs/qt-qt3support/qt-qt3support-4.4.0_beta1.ebuild +++ b/x11-libs/qt-qt3support/qt-qt3support-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.4.0_beta1.ebuild,v 1.1 2008/03/05 23:10:41 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.4.0_rc1.ebuild,v 1.14 2008/04/10 13:42:15 ingmar Exp $ EAPI="1" inherit qt4-build @@ -23,6 +23,9 @@ src/tools/uic3 tools/designer/src/plugins/widgets tools/qtconfig tools/porting" +QT4_EXTRACT_DIRECTORIES=" +src/tools/uic/ +" pkg_setup() { QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} @@ -37,7 +40,7 @@ pkg_setup() { src_compile() { local myconf - myconf="${myconf} -qt3support + myconf="${myconf} -qt3support -no-gstreamer -no-phonon $(qt_use accessibility)" qt4-build_src_compile |