diff options
author | Alex Alexander <wired@gentoo.org> | 2010-11-09 15:51:33 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-11-09 15:51:33 +0000 |
commit | eb8dc3c44826fd3dcf7fb37b00d14d268f9f381e (patch) | |
tree | 050b9454b303a5f559b7d6334182cc3037c50fc9 /x11-libs/qt-dbus | |
parent | Version bump wrt bug #342281. (diff) | |
download | historical-eb8dc3c44826fd3dcf7fb37b00d14d268f9f381e.tar.gz historical-eb8dc3c44826fd3dcf7fb37b00d14d268f9f381e.tar.bz2 historical-eb8dc3c44826fd3dcf7fb37b00d14d268f9f381e.zip |
version bump
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-dbus')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.7.1.ebuild | 39 |
2 files changed, 45 insertions, 1 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index 1b6c704c9f87..35f5f9d20df6 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,11 @@ # 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.79 2010/11/06 09:34:54 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.80 2010/11/09 15:47:37 wired Exp $ + +*qt-dbus-4.7.1 (09 Nov 2010) + + 09 Nov 2010; Alex Alexander <wired@gentoo.org> +qt-dbus-4.7.1.ebuild: + version bump 06 Nov 2010; Alex Alexander <wired@gentoo.org> qt-dbus-4.7.0.ebuild: removed alpha keyword from qt-4.7, bug #338289 diff --git a/x11-libs/qt-dbus/qt-dbus-4.7.1.ebuild b/x11-libs/qt-dbus/qt-dbus-4.7.1.ebuild new file mode 100644 index 000000000000..74095a6f6044 --- /dev/null +++ b/x11-libs/qt-dbus/qt-dbus-4.7.1.ebuild @@ -0,0 +1,39 @@ +# 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.7.1.ebuild,v 1.1 2010/11/09 15:47:37 wired Exp $ + +EAPI="3" +inherit qt4-build + +DESCRIPTION="The DBus module for the Qt toolkit" +SLOT="4" +KEYWORDS="~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}" + +pkg_setup() { + QT4_TARGET_DIRECTORIES=" + src/dbus + tools/qdbus/qdbus + tools/qdbus/qdbusxml2cpp + tools/qdbus/qdbuscpp2xml" + QCONFIG_ADD="dbus dbus-linked" + QCONFIG_DEFINE="QT_DBUS" + + QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} + include/QtCore + include/QtDBus + include/QtXml + src/corelib + src/xml" + + qt4-build_pkg_setup +} + +src_configure() { + myconf="${myconf} -dbus-linked" + qt4-build_src_configure +} |