diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-03-18 22:38:07 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-03-18 22:38:07 +0000 |
commit | e342adfc791d0a96eb0ce14087f5809daa2ed829 (patch) | |
tree | f4af55431492a7c45ef49f2e9444dce1543608c4 | |
parent | stable ppc, bug 259259 (diff) | |
download | historical-e342adfc791d0a96eb0ce14087f5809daa2ed829.tar.gz historical-e342adfc791d0a96eb0ce14087f5809daa2ed829.tar.bz2 historical-e342adfc791d0a96eb0ce14087f5809daa2ed829.zip |
Dropping 4.5.0_rc1
Package-Manager: portage-2.2_rc25/cvs/Linux x86_64
24 files changed, 60 insertions, 657 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index 3e378663f8c3..db45f254f475 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.32 2009/03/18 10:51:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.33 2009/03/18 22:17:37 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-assistant-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-assistant-4.5.0.ebuild: Add ~alpha/~ia64 diff --git a/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild deleted file mode 100644 index d907896bbecb..000000000000 --- a/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.0_rc1.ebuild,v 1.2 2009/03/16 00:48:06 zmedico Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The assistant help module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 -sparc ~x86" -IUSE="" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=] - ~x11-libs/qt-sql-${PV}[debug=,sqlite] - ~x11-libs/qt-webkit-${PV}[debug=]" -RDEPEND="${DEPEND} !<x11-libs/qt-4.4.0:4" - -# Pixeltool isn't really assistant related, but it relies on -# the assistant libraries. And qdoc3 is needed by qt-creator... -QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool tools/qdoc3" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -src/3rdparty/clucene/ -tools/shared/fontpanel -include/ -src/ -doc/" - -src_configure() { - myconf="${myconf} -no-xkb -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon - -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl -no-qt3support -no-svg -no-gtkstyle" - qt4-build_src_configure -} - -src_install() { - qt4-build_src_install - insinto ${QTDOCDIR} - doins -r "${S}"/doc/qch/ || die "Installing qch documentation failed" - dobin "${S}"/tools/qdoc3/qdoc3 || die "Installing qdoc3 failed" - domenu "${FILESDIR}"/Assistant.desktop -} diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 8dbeec883bef..6bc1b2609229 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.36 2009/03/17 17:45:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.37 2009/03/18 22:19:49 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-core-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-core-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-core/qt-core-4.5.0_rc1.ebuild b/x11-libs/qt-core/qt-core-4.5.0_rc1.ebuild deleted file mode 100644 index bed0c6c03841..000000000000 --- a/x11-libs/qt-core/qt-core-4.5.0_rc1.ebuild +++ /dev/null @@ -1,204 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0_rc1.ebuild,v 1.8 2009/02/25 09:17:26 hwoarang Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc +glib +iconv +qt3support +ssl" - -RDEPEND="sys-libs/zlib - glib? ( dev-libs/glib ) - ssl? ( dev-libs/openssl ) - !<x11-libs/qt-4.4.0:4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" -PDEPEND="qt3support? ( ~x11-libs/qt-gui-${PV}[qt3support] )" - -QT4_TARGET_DIRECTORIES=" -src/tools/bootstrap -src/tools/moc/ -src/tools/rcc/ -src/tools/uic/ -src/corelib/ -src/xml/ -src/network/ -src/plugins/codecs/" - -# Most ebuilds inlude almost everything for testing -# Will clear out unneeded directories after everything else works OK -QT4_EXTRACT_DIRECTORIES=" -include/Qt/ -include/QtCore/ -include/QtNetwork/ -include/QtScript/ -include/QtXml/ -src/plugins/plugins.pro -src/plugins/qpluginbase.pri -src/src.pro -src/3rdparty/des/ -src/3rdparty/harfbuzz/ -src/3rdparty/md4/ -src/3rdparty/md5/ -src/3rdparty/sha1/ -src/script/ -translations/" - -pkg_setup() { - qt4-build_pkg_setup - - if has_version x11-libs/qt-core; then - # Check to see if they've changed the glib flag since the last time installing this package. - - if use glib && ! built_with_use x11-libs/qt-core glib && has_version x11-libs/qt-gui; then - ewarn "You have changed the \"glib\" use flag since the last time you have emerged this package." - ewarn "You should also re-emerge x11-libs/qt-gui in order for it to pick up this change." - elif ! use glib && built_with_use x11-libs/qt-core glib && has_version x11-libs/qt-gui; then - ewarn "You have changed the \"glib\" use flag since the last time you have emerged this package." - ewarn "You should also re-emerge x11-libs/qt-gui in order for it to pick up this change." - fi - - # Check to see if they've changed the qt3support flag since the last time installing this package. - # If so, give a list of packages they need to uninstall first. - - if use qt3support && ! built_with_use x11-libs/qt-core qt3support; then - local need_to_remove - ewarn "You have changed the \"qt3support\" use flag since the last time you have emerged this package." - for x in sql opengl gui qt3support; do - local pkg="x11-libs/qt-${x}" - if has_version $pkg; then - need_to_remove="${need_to_remove} ${pkg}" - fi - done - if [[ -n ${need_to_remove} ]]; then - die "You must first uninstall these packages before continuing: \n\t\t${need_to_remove}" - fi - elif ! use qt3support && built_with_use x11-libs/qt-core qt3support ; then - local need_to_remove - ewarn "You have changed the \"qt3support\" use flag since the last time you have emerged this package." - for x in sql opengl gui qt3support; do - local pkg="x11-libs/qt-${x}" - if has_version $pkg; then - need_to_remove="${need_to_remove} ${pkg}" - fi - done - if [[ -n ${need_to_remove} ]]; then - die "You must first uninstall these packages before continuing: \n\t\t${need_to_remove}" - fi - fi - fi -} - -src_unpack() { - if use doc; then - QT4_EXTRACT_DIRECTORIES="${QT4_EXTRACT_DIRECTORIES} - doc/" - QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - tools/qdoc3" - fi - QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} - ${QT4_EXTRACT_DIRECTORIES}" - - qt4-build_src_unpack - - # Don't pre-strip, bug 235026 - for i in kr jp cn tw ; do - echo "CONFIG+=nostrip" >> "${S}"/src/plugins/codecs/${i}/${i}.pro - done -} - -src_prepare(){ - qt4-build_src_prepare - # bug #172219 - sed -i -e "s:CXXFLAGS.*=:CXXFLAGS=${CXXFLAGS} :" \ - "${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix CXXFLAGS failed" - sed -i -e "s:LFLAGS.*=:LFLAGS=${LDFLAGS} :" \ - "${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix LDFLAGS failed" -} - -src_configure() { - unset QMAKESPEC - - myconf="${myconf} - $(qt_use glib) - $(qt_use iconv) - $(qt_use ssl openssl) - $(qt_use qt3support)" - - myconf="${myconf} -no-xkb -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -no-cups -no-gif -no-libpng - -no-libmng -no-libjpeg -system-zlib -no-webkit -no-phonon -no-xmlpatterns - -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-opengl - -no-svg -no-gtkstyle" - - if ! use doc; then - myconf="${myconf} -nomake docs" - fi - - cp -f "${FILESDIR}"/moc.pro "${S}"/src/tools/moc/ - cp -f "${FILESDIR}"/rcc.pro "${S}"/src/tools/rcc/ - cp -f "${FILESDIR}"/uic.pro "${S}"/src/tools/uic/ - - qt4-build_src_configure -} - -src_compile() { - # bug #259736 - unset QMAKESPEC - qt4-build_src_compile -} - -src_install() { - dobin "${S}"/bin/{qmake,moc,rcc,uic} || die "dobin failed." - - install_directories src/{corelib,xml,network,plugins/codecs} - - emake INSTALL_ROOT="${D}" install_mkspecs || die "emake install_mkspecs failed" - - if use doc; then - emake INSTALL_ROOT="${D}" install_htmldocs || die "emake install_htmldocs failed." - fi - - emake INSTALL_ROOT="${D}" install_translations || die "emake install_translations failed" - - fix_library_files - - # List all the multilib libdirs - local libdirs - for libdir in $(get_all_libdirs); do - libdirs="${libdirs}:/usr/${libdir}/qt4" - done - - cat <<-EOF > "${T}/44qt4" - LDPATH=${libdirs:1} - EOF - doenvd "${T}/44qt4" - - dodir /${QTDATADIR}/mkspecs/gentoo - mv "${D}"/${QTDATADIR}/mkspecs/qconfig.pri "${D}${QTDATADIR}"/mkspecs/gentoo || \ - die "Failed to move qconfig.pri" - - sed -i -e '2a#include <Gentoo/gentoo-qconfig.h>\n' \ - "${D}${QTHEADERDIR}"/QtCore/qconfig.h \ - "${D}${QTHEADERDIR}"/Qt/qconfig.h || die "sed for qconfig.h failed." - - if use glib; then - QCONFIG_DEFINE="$(use glib && echo QT_GLIB) - $(use ssl && echo QT_OPENSSL)" - install_qconfigs - fi - - # remove some unnecessary headers - rm -f "${D}${QTHEADERDIR}"/{Qt,QtCore}/{\ -qatomic_macosx.h,\ -qatomic_windows.h,\ -qatomic_windowsce.h,\ -qt_windows.h} - - keepdir "${QTSYSCONFDIR}" -} diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index babbff7e8aca..0f11dfc1d47d 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.24 2009/03/17 17:55:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.25 2009/03/18 22:22:32 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-dbus-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-dbus-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-dbus/qt-dbus-4.5.0_rc1.ebuild b/x11-libs/qt-dbus/qt-dbus-4.5.0_rc1.ebuild deleted file mode 100644 index 6555eca07bc9..000000000000 --- a/x11-libs/qt-dbus/qt-dbus-4.5.0_rc1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:16:14 yngwin Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The DBus module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[debug=] - >=sys-apps/dbus-1.0.2" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES=" -src/dbus -tools/qdbus/qdbus -tools/qdbus/qdbusxml2cpp -tools/qdbus/qdbuscpp2xml" -QCONFIG_ADD="dbus dbus-linked" -QCONFIG_DEFINE="QT_DBUS" - -#FIXME: Check if these are still needed with the header package -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtCore -include/QtDBus -include/QtXml -src/corelib -src/xml" - -src_configure() { - myconf="${myconf} -dbus-linked" - qt4-build_src_configure -} diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index c400d934b848..549936b9c061 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-opengl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.25 2009/03/17 17:55:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.26 2009/03/18 22:24:02 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-opengl-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-opengl-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-opengl/qt-opengl-4.5.0_rc1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.0_rc1.ebuild deleted file mode 100644 index e096b93d3140..000000000000 --- a/x11-libs/qt-opengl/qt-opengl-4.5.0_rc1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:17:21 yngwin Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The OpenGL module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+qt3support" - -DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=] - ~x11-libs/qt-gui-${PV}[debug=,qt3support=] - virtual/opengl - virtual/glu" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/opengl" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtCore -include/QtGui -include/QtOpenGL -src/corelib -src/gui -src/3rdparty" - -QCONFIG_ADD="opengl" -QCONFIG_DEFINE="QT_OPENGL" - -src_configure() { - myconf="${myconf} -opengl - $(qt_use qt3support)" - - qt4-build_src_configure - - # Not building tools/designer/src/plugins/tools/view3d as it's - # commented out of the build in the source -} diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog index 69963434537c..9344ae46cdd5 100644 --- a/x11-libs/qt-phonon/ChangeLog +++ b/x11-libs/qt-phonon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-phonon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.23 2009/03/18 10:47:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.24 2009/03/18 22:25:40 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-phonon-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-phonon-4.5.0.ebuild: Add ~alpha/~arm/~ia64 diff --git a/x11-libs/qt-phonon/qt-phonon-4.5.0_rc1.ebuild b/x11-libs/qt-phonon/qt-phonon-4.5.0_rc1.ebuild deleted file mode 100644 index e690b225aa34..000000000000 --- a/x11-libs/qt-phonon/qt-phonon-4.5.0_rc1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:17:55 yngwin Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Phonon module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="+dbus" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=,glib,qt3support] - !kde-base/phonon-kde - !kde-base/phonon-xine - !media-sound/phonon - media-libs/gstreamer - media-libs/gst-plugins-base - dbus? ( =x11-libs/qt-dbus-${PV}[debug=] )" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES=" -src/phonon -src/plugins/phonon" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/ -src" - -QCONFIG_ADD="phonon" -QCONFIG_DEFINE="QT_GSTREAMER" - -src_configure() { - myconf="${myconf} -phonon -no-opengl -no-svg - $(qt_use dbus qdbus)" - - qt4-build_src_configure -} diff --git a/x11-libs/qt-qt3support/ChangeLog b/x11-libs/qt-qt3support/ChangeLog index d8d4cea0edaf..f7af1c3945f1 100644 --- a/x11-libs/qt-qt3support/ChangeLog +++ b/x11-libs/qt-qt3support/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-qt3support # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.25 2009/03/17 17:57:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.26 2009/03/18 22:27:30 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-qt3support-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-qt3support-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-qt3support/qt-qt3support-4.5.0_rc1.ebuild b/x11-libs/qt-qt3support/qt-qt3support-4.5.0_rc1.ebuild deleted file mode 100644 index 3f778a755408..000000000000 --- a/x11-libs/qt-qt3support/qt-qt3support-4.5.0_rc1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 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.5.0_rc1.ebuild,v 1.1 2009/02/11 23:18:29 yngwin Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Qt3 support module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+accessibility phonon" - -DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support] - ~x11-libs/qt-gui-${PV}[accessibility=,debug=,qt3support] - ~x11-libs/qt-sql-${PV}[debug=,qt3support]" -RDEPEND="${DEPEND}" -PDEPEND="phonon? ( - || ( ~x11-libs/qt-phonon-${PV}[debug=] media-sound/phonon[gstreamer] ) )" - -QT4_TARGET_DIRECTORIES=" -src/qt3support -src/tools/uic3 -tools/designer/src/plugins/widgets -tools/qtconfig -tools/porting" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -src/ -include/ -tools/" - -src_configure() { - myconf="${myconf} -qt3support - $(qt_use phonon gstreamer) - $(qt_use phonon) - $(qt_use accessibility)" - qt4-build_src_configure -} diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog index 7ba3e7bf7383..cdefb0eb869d 100644 --- a/x11-libs/qt-script/ChangeLog +++ b/x11-libs/qt-script/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-script # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.27 2009/03/17 17:53:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.28 2009/03/18 22:29:16 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-script-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-script-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild b/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild deleted file mode 100644 index f341399324d5..000000000000 --- a/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v 1.2 2009/02/25 09:25:47 hwoarang Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The ECMAScript module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+iconv" - -DEPEND="~x11-libs/qt-core-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/script/" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/Qt/ -include/QtCore/ -include/QtScript/ -src/corelib/" - -src_configure() { - myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle" - qt4-build_src_configure -} diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index 6ab2253a3f67..ea41b90d5ecb 100644 --- a/x11-libs/qt-sql/ChangeLog +++ b/x11-libs/qt-sql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-sql # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.31 2009/03/17 17:52:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.32 2009/03/18 22:30:48 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-sql-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-sql-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-sql/qt-sql-4.5.0_rc1.ebuild b/x11-libs/qt-sql/qt-sql-4.5.0_rc1.ebuild deleted file mode 100644 index 6657c7e38b6e..000000000000 --- a/x11-libs/qt-sql/qt-sql-4.5.0_rc1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.5.0_rc1.ebuild,v 1.2 2009/02/25 09:32:29 hwoarang Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The SQL module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -IUSE="firebird +iconv mysql odbc postgres +qt3support +sqlite" - -DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=] - firebird? ( dev-db/firebird ) - sqlite? ( dev-db/sqlite:3 ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) - odbc? ( dev-db/unixODBC )" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/sql src/plugins/sqldrivers" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/Qt/ -include/QtCore/ -include/QtSql/ -include/QtScript/ -src/src.pro -src/corelib/ -src/plugins -src/sql -src/3rdparty -src/tools" - -pkg_setup() { - if ! (use firebird || use mysql || use odbc || use postgres || use sqlite); then - ewarn "You need to enable at least one SQL driver. Enable at least" - ewarn "one of these USE flags: \"firebird mysql odbc postgres sqlite\"" - die "Enable at least one SQL driver." - fi - - qt4-build_pkg_setup -} - -src_unpack() { - qt4-build_src_unpack - - sed -e '/pg_config --libs/d' -i "${S}"/configure \ - || die 'Sed to fix postgresql usage in ./configure failed.' -} - -src_configure() { - # Don't support sqlite2 anymore - myconf="${myconf} -no-sql-sqlite2 - $(qt_use mysql sql-mysql plugin) $(use mysql && echo "-I/usr/include/mysql -L/usr/$(get_libdir)/mysql ") - $(qt_use postgres sql-psql plugin) $(use postgres && echo "-I/usr/include/postgresql/pgsql ") - $(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo '-system-sqlite') - $(qt_use odbc sql-odbc plugin) - $(qt_use qt3support)" - - myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig - -no-glib -no-opengl -no-svg -no-gtkstyle" - - qt4-build_src_configure -} diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index 162ab2851ca9..fa568c80ab5d 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.26 2009/03/17 17:49:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.27 2009/03/18 22:32:37 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-svg-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-svg-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild b/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild deleted file mode 100644 index 922b6ac55c2e..000000000000 --- a/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild,v 1.2 2009/02/25 09:36:17 hwoarang Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The SVG module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+iconv" - -DEPEND="~x11-libs/qt-gui-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QCONFIG_ADD="svg" -QCONFIG_DEFINE="QT_SVG" -QT4_TARGET_DIRECTORIES=" -src/svg -src/plugins/imageformats/svg -src/plugins/iconengines/svgiconengine" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtSvg/ -include/Qt/ -include/QtGui/ -include/QtCore/ -include/QtXml/ -src/corelib/ -src/gui/ -src/plugins/ -src/svg/ -src/xml -src/3rdparty" - -src_configure() { - myconf="${myconf} $(qt_use iconv) -svg -no-xkb -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue" - qt4-build_src_configure -} diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index 6ac814e40bb5..d9141e971f8c 100644 --- a/x11-libs/qt-test/ChangeLog +++ b/x11-libs/qt-test/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-test # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.26 2009/03/17 17:59:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.27 2009/03/18 22:34:34 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-test-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-test-4.5.0.ebuild: Add ~arm wrt #262462 diff --git a/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild b/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild deleted file mode 100644 index f13e5c1763d3..000000000000 --- a/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild,v 1.4 2009/03/04 16:44:44 hwoarang Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The testing framework module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+iconv" - -DEPEND="~x11-libs/qt-core-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/testlib" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtTest/ -include/QtCore/ -src/corelib/" - -src_configure() { - myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr - -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng - -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon - -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl -no-svg" - qt4-build_src_configure -} diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index fe19ab92e54c..ba4221587095 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.26 2009/03/18 10:46:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.27 2009/03/18 22:36:30 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-webkit-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-webkit-4.5.0.ebuild: Add ~alpha/~ia64 diff --git a/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild deleted file mode 100644 index f3f3dd835adc..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:21:26 yngwin Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 -sparc ~x86" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl] - ~x11-libs/qt-gui-${PV}[debug=] - || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon )" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview" -QT4_EXTRACT_DIRECTORIES=" -include/ -src/ -tools/" -QCONFIG_ADD="webkit" -QCONFIG_DEFINE="QT_WEBKIT" - -src_prepare() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - qt4-build_src_prepare -} - -src_configure() { - myconf="${myconf} -webkit" - qt4-build_src_configure -} diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog index 3739110aaa36..2161b70bd2d4 100644 --- a/x11-libs/qt-xmlpatterns/ChangeLog +++ b/x11-libs/qt-xmlpatterns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-xmlpatterns # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.24 2009/03/17 17:54:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.25 2009/03/18 22:38:07 hwoarang Exp $ + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -qt-xmlpatterns-4.5.0_rc1.ebuild: + Dropping 4.5.0_rc1 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-xmlpatterns-4.5.0.ebuild: diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0_rc1.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0_rc1.ebuild deleted file mode 100644 index 568195caeed5..000000000000 --- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0_rc1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:21:59 yngwin Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The patternist module for the Qt toolkit" -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[debug=]" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES="src/xmlpatterns tools/xmlpatterns" -QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} -include/QtCore -include/QtNetwork -include/QtXmlPatterns -src/network/ -src/corelib/" - -QCONFIG_ADD="xmlpatterns" -QCONFIG_DEFINE="QT_XMLPATTERNS" - -src_configure() { - myconf="${myconf} -xmlpatterns" - qt4-build_src_configure -} |