summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-03-18 22:22:32 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-03-18 22:22:32 +0000
commitde312e17bfe0f2168ba0fa554660a4f2e5b185bb (patch)
tree3f1e8e5a5e8883ae43e6c8a70c6851e95802f205 /x11-libs
parentMarking nagios-nsca-2.7.2-r100 ppc for bug 256177 (diff)
downloadgentoo-2-de312e17bfe0f2168ba0fa554660a4f2e5b185bb.tar.gz
gentoo-2-de312e17bfe0f2168ba0fa554660a4f2e5b185bb.tar.bz2
gentoo-2-de312e17bfe0f2168ba0fa554660a4f2e5b185bb.zip
Dropping 4.5.0_rc1
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-dbus/ChangeLog6
-rw-r--r--x11-libs/qt-dbus/qt-dbus-4.5.0_rc1.ebuild37
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
-}