diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-03-01 19:12:03 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-03-01 19:12:03 +0000 |
commit | 7234b864e0ad04b8afa1216a6ad5daf8d5c0d3d3 (patch) | |
tree | 4d0663631741abe481281a21672b00b6f70f1f03 /x11-libs/qt-dbus | |
parent | Version bump. (diff) | |
download | historical-7234b864e0ad04b8afa1216a6ad5daf8d5c0d3d3.tar.gz historical-7234b864e0ad04b8afa1216a6ad5daf8d5c0d3d3.tar.bz2 historical-7234b864e0ad04b8afa1216a6ad5daf8d5c0d3d3.zip |
Version bump Qt 4.7.2
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-dbus')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild | 39 |
2 files changed, 46 insertions, 2 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index dc0e5631d0e1..1d8330838533 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.82 2010/12/23 07:55:05 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.83 2011/03/01 19:06:45 tampakrap Exp $ + +*qt-dbus-4.7.2 (01 Mar 2011) + + 01 Mar 2011; Theo Chatzimichos <tampakrap@gentoo.org> +qt-dbus-4.7.2.ebuild: + Version bump Qt 4.7.2 23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> qt-dbus-4.6.3.ebuild: ppc64 stable wrt #341703 diff --git a/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild b/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild new file mode 100644 index 000000000000..69eff4dfe609 --- /dev/null +++ b/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/03/01 19:06:45 tampakrap 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 +} |