summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2014-01-26 17:45:45 +0000
committerDavide Pesavento <pesa@gentoo.org>2014-01-26 17:45:45 +0000
commit11e48be8b729752201e01cef3de38160c42d9a59 (patch)
treef05e33794ceb788c7c3c431c1a94b337456a3e6c /dev-qt
parentAdd Rosenthal LeechCraft plugin, thanks to 0xd34df00d (diff)
downloadgentoo-2-11e48be8b729752201e01cef3de38160c42d9a59.tar.gz
gentoo-2-11e48be8b729752201e01cef3de38160c42d9a59.tar.bz2
gentoo-2-11e48be8b729752201e01cef3de38160c42d9a59.zip
Cleanup.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qt3support/ChangeLog6
-rw-r--r--dev-qt/qt3support/metadata.xml3
-rw-r--r--dev-qt/qt3support/qt3support-4.8.4.ebuild46
3 files changed, 6 insertions, 49 deletions
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 <pesa@gentoo.org> -qt3support-4.8.4.ebuild,
+ metadata.xml:
+ Cleanup.
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> 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 @@
<pkgmetadata>
<herd>qt</herd>
<use>
- <flag name="c++0x">Build Qt using the C++11 standard</flag>
<flag name="exceptions">Add support for exceptions - like catching them
- inside the event loop (recommended by Nokia)</flag>
+ inside the event loop (recommended by upstream)</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt-project.org/</bugs-to>
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
-}