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 /x11-libs/qt-dbus | |
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
Diffstat (limited to 'x11-libs/qt-dbus')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.5.0_rc1.ebuild | 37 |
2 files changed, 5 insertions, 38 deletions
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 -} |