From 11e48be8b729752201e01cef3de38160c42d9a59 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Sun, 26 Jan 2014 17:45:45 +0000 Subject: Cleanup. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 17A85C72) --- dev-qt/qt3support/ChangeLog | 6 +++- dev-qt/qt3support/metadata.xml | 3 +- dev-qt/qt3support/qt3support-4.8.4.ebuild | 46 ------------------------------- 3 files changed, 6 insertions(+), 49 deletions(-) delete mode 100644 dev-qt/qt3support/qt3support-4.8.4.ebuild (limited to 'dev-qt') diff --git a/dev-qt/qt3support/ChangeLog b/dev-qt/qt3support/ChangeLog index 0011211498ca..fe454e240fcf 100644 --- a/dev-qt/qt3support/ChangeLog +++ b/dev-qt/qt3support/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-qt/qt3support # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v 1.12 2014/01/26 11:55:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v 1.13 2014/01/26 17:45:45 pesa Exp $ + + 26 Jan 2014; Davide Pesavento -qt3support-4.8.4.ebuild, + metadata.xml: + Cleanup. 26 Jan 2014; Agostino Sarubbo qt3support-4.8.5.ebuild: Stable for ia64, wrt bug #494728 diff --git a/dev-qt/qt3support/metadata.xml b/dev-qt/qt3support/metadata.xml index 782c1341ff99..14dca051b169 100644 --- a/dev-qt/qt3support/metadata.xml +++ b/dev-qt/qt3support/metadata.xml @@ -3,9 +3,8 @@ qt - Build Qt using the C++11 standard Add support for exceptions - like catching them - inside the event loop (recommended by Nokia) + inside the event loop (recommended by upstream) https://bugreports.qt-project.org/ diff --git a/dev-qt/qt3support/qt3support-4.8.4.ebuild b/dev-qt/qt3support/qt3support-4.8.4.ebuild deleted file mode 100644 index 89cdff2a9603..000000000000 --- a/dev-qt/qt3support/qt3support-4.8.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/qt3support-4.8.4.ebuild,v 1.2 2013/04/08 15:17:16 pesa Exp $ - -EAPI=4 - -inherit qt4-build - -DESCRIPTION="The Qt3Support module for the Qt toolkit" -SLOT="4" -if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -fi -IUSE="+accessibility" - -DEPEND=" - ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support] - ~dev-qt/qtgui-${PV}[accessibility=,aqua=,debug=,qt3support] - ~dev-qt/qtsql-${PV}[aqua=,debug=,qt3support] -" -RDEPEND="${DEPEND}" - -pkg_setup() { - QT4_TARGET_DIRECTORIES=" - src/qt3support - src/tools/uic3 - tools/designer/src/plugins/widgets - tools/porting" - - QT4_EXTRACT_DIRECTORIES=" - src - include - tools" - - qt4-build_pkg_setup -} - -src_configure() { - myconf+=" - -qt3support - $(qt_use accessibility)" - - qt4-build_src_configure -} -- cgit v1.2.3-65-gdbad