summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-03-18 22:27:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-03-18 22:27:30 +0000
commitf4eb4568cedcf11ffbd3ecac9460cea626b5e994 (patch)
treefba92c489ce2b2bf2d66fff4116e87853c88c731 /x11-libs/qt-qt3support
parentdisable fdt (diff)
downloadgentoo-2-f4eb4568cedcf11ffbd3ecac9460cea626b5e994.tar.gz
gentoo-2-f4eb4568cedcf11ffbd3ecac9460cea626b5e994.tar.bz2
gentoo-2-f4eb4568cedcf11ffbd3ecac9460cea626b5e994.zip
Dropping 4.5.0_rc1
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-qt3support')
-rw-r--r--x11-libs/qt-qt3support/ChangeLog6
-rw-r--r--x11-libs/qt-qt3support/qt-qt3support-4.5.0_rc1.ebuild38
2 files changed, 5 insertions, 39 deletions
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
-}