diff options
author | Dror Levin <spatz@gentoo.org> | 2010-02-09 21:04:46 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-02-09 21:04:46 +0000 |
commit | f0e2e732c7ed00c8c8614abca937624478d7fca2 (patch) | |
tree | 3f51cb08eb05e0603984f307a7a538278f8f8b3a /x11-libs/qt-dbus | |
parent | Remove old. (diff) | |
download | gentoo-2-f0e2e732c7ed00c8c8614abca937624478d7fca2.tar.gz gentoo-2-f0e2e732c7ed00c8c8614abca937624478d7fca2.tar.bz2 gentoo-2-f0e2e732c7ed00c8c8614abca937624478d7fca2.zip |
Remove old.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-dbus')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index dbf08544f4fe..1f3beca77d8b 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.58 2010/01/20 12:30:20 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.59 2010/02/09 21:04:46 spatz Exp $ + + 09 Feb 2010; Dror Levin <spatz@gentoo.org> -qt-dbus-4.6.0-r1.ebuild: + Remove old. 20 Jan 2010; Dror Levin <spatz@gentoo.org> qt-dbus-4.6.1.ebuild, +files/qt-4.6.1-nolibx11.patch: diff --git a/x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild b/x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild deleted file mode 100644 index 60b25aff7c15..000000000000 --- a/x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.6.0-r1.ebuild,v 1.2 2010/01/14 15:41:22 fauli Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The DBus module for the Qt toolkit" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="~x11-libs/qt-core-${PV}[aqua=,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" - -PATCHES=( - "${FILESDIR}/qt-4.6-nolibx11.diff" -) - -src_configure() { - myconf="${myconf} -dbus-linked" - qt4-build_src_configure -} |